.chromestyle 			{ width: 99%; }
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv 			{ top: 0; z-index:100; font-size: 12px; position:absolute; visibility: hidden; text-align: left; border: 1px solid #BBB; }
.dropmenudiv a 			{ display: block; padding: 6px; color: #FFF; text-decoration: none; background-color:#999; border-bottom: 1px solid #BBB; }	/*THEME CHANGE HERE*/
* html .dropmenudiv a 	{ }	/*IE only hack*/
.dropmenudiv a:hover 	{ background-color:#000; text-decoration: none; }	/*THEME CHANGE HERE*/
