.chromestyle{width: 99%;font-weight: normal;font-family:Verdana,Arial, Helvetica, sans-serif;font-size:11px;color:#F0F0F0;padding:0px;}/*.chromestyle:after{ Add margin between menu and rest of content in Firefoxcontent: "."; display: block; height: 0; clear: both; visibility: hidden;}*/.chromestyle ul{border:0px; /* thickness around*/width:500px;padding:0px;margin:0;text-align:right;}.chromestyle ul li{display: inline;padding-left:4px;padding-right:0px; }.chromestyle ul li a{color: #ECEBEC;padding: 5px 5px;padding-bottom:2px;padding-top:0px;margin: 0;text-decoration: none;}.chromestyle ul li a:hover{color:#C4C9CC;/*background: url(../ChromImages/backgd_grey_over.gif) center center repeat-x; THEME CHANGE HERE*/}/*HTML to indicate drop down link. Doesn't work in IE. Use either 'v' or 'url' content .chromestyle ul li a[rel]:after{content: " v";content: " " url(../ChromImages/bullet_down.gif);   /uncomment this line to use an image instead/}*//* # Style for Drop Down Menu # */.dropmenudiv {position:absolute;top: 0;border-width:1px;border-style:solid;border-color:#D7D7DB; /*Border color of the dropdown menu items*/border-bottom-width: 0;font:normal 11px Verdana;line-height:16px;z-index:200;background-color: #FFFFFF;width: 200px;visibility: hidden;filter: progid:DXImageTransform.Microsoft.Shadow(color=#707579,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/}.dropmenudiv a{width: auto;display: block;text-indent:3px;border-bottom: 1px solid #C4C9CC; /*THEME CHANGE HERE*/padding: 2px 0;text-decoration:none;font-weight:normal;color:#504E5C;}* html .dropmenudiv a{ /*IE only hack*/width: 100%;}.dropmenudiv a:hover{ /*THEME CHANGE HERE*/background-color: #F6F6F7;color:#F40B0B;background-image:url(images/drdownhover.gif)}***********************************/*Hack for the IE to show links light in the dark. FF works correctly with the  '.chromestyle ul li a'   style*/	a.white {color: #ECEBEC;}a.white:visited	 {color:#ECEBEC;} a.white:active	{color:#C4C9CC;}a.white:hover {color: #C4C9CC;}	