.chromestyle{width:850px;font-weight: normal;font-family: Arial, Helvetica, sans-serif;font-size: 14px;}.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 solid #BBB;width: 100%;background: url(../images/nav_background.jpg) center center; /*THEME CHANGE HERE*/padding: 16px 0;margin: 0;text-align: center; /*set value to "left", "center", or "right"*/}.chromestyle ul li{display: inline;}.chromestyle ul li a{	color: #FFF;	padding: 12px 16px;	margin: 0;	text-decoration: none;	border-right: 1px solid #2C75A8;}.chromestyle ul li:last-child a { border-right: none; } /* Doesn't work in IE */.chromestyle ul li a:hover, .chromestyle ul li a.active{ /*script dynamically adds a class of "selected" to the current active menu item*/	background: url(../images/nav_over.jpg) repeat-x center center; /*THEME CHANGE HERE*/	color: #003;}/* ######### Style for Drop Down Menu ######### */.dropmenudiv{position:absolute;top: 0;border: 0px solid #fff; /*THEME CHANGE HERE*/border-bottom-width: 0;font-family: Arial, Helvetica, sans-serif;font-size: 14px;line-height:24px;z-index:100;background-color: #1a69a2;width: 200px;visibility: hidden;}.dropmenudiv a{	width: auto;	display: block;	text-indent: 3px;	border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/	padding: 2px 0 2px 10px;	text-decoration: none;	font-weight: normal;	color: #fff;}* html .dropmenudiv a{ /*IE only hack*/width: 100%;}.dropmenudiv a:hover{ /*THEME CHANGE HERE*/color: #fff;background-color: #6ba6cf;}