.chromestyle{width: 500px;z-index: 20; /*---------------------testing---------------------------*/float:left;clear:both;}.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/content: "."; display: block; height: 0; clear: both; visibility: hidden;}.chromestyle ul{width: 100%;padding: 7px 0 10px 12px;margin: 5px 0 0 0;text-align: left; /*set value to "left", "center", or "right"*/z-index: 21; /*---------------------testing---------------------------*/}.chromestyle ul li{display: inline;padding: 10px 12px 10px 0;z-index: 22; /*---------------------testing---------------------------*/}.chromestyle ul li a{	font-size: 12px;	line-height: 12px;	padding: 6px 0 9px 9px;	color: #FFF;	text-decoration:none;z-index: 23; /*---------------------testing---------------------------*/}.chromestyle ul li li {padding: 10px 12px 10px 0;}.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/background: url(../chromebg-over.gif) center center repeat-x; color:#FFFFFF; text-decoration:none; /*THEME CHANGE HERE*/}.chromestyle ul li a:visited {color:#FFFFFF;text-decoration:none;} /* IE6 needs this *//* ######### Style for Drop Down Menu ######### */.dropmenudiv{position:absolute;z-index: 30; /*---------------------testing---------------------------*/top: 0;border: 1px solid #CCC; /*THEME CHANGE HERE*/border-bottom-width: 0;line-height:18px;z-index:100;width: 215px;visibility: hidden;background: #FFF url(../images/side_menu_bkgd.gif);/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/font-size: 12px;}.dropmenudiv a{width: auto;display: block;border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/padding: 4px 0 4px 8px;text-decoration: none;color: #666;}* html .dropmenudiv a{ /*IE only hack*/width: 100%;}.dropmenudiv a:hover{ /*THEME CHANGE HERE*/background-color:#004A92;color: #FFF;text-decoration:none;}