.chromestyle{	width: 100%;	color: #FFFFFF;	text-decoration: none;}.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%;	margin: 0px;	background-image: url(../images/bg_menu.jpg);	background-repeat: repeat-x;	_font-size: 12px;	_line-height: 16px;	height: 25px;	text-align: center;	padding-right: 0px;	padding-left: 0px;	text-align: left;	background-position: 0px 0px;	padding-top: 3px;}.chromestyle ul li{	display: inline;}.chromestyle ul li a{	color: #FFFFFF;	text-decoration: none;	padding-top: 7px;	padding-right: 9px;	padding-bottom: 7px;	padding-left: 9px;}.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(../images/bg_hmenu.jpg) repeat-x 0px 0px; /*THEME CHANGE HERE*/	text-decoration: none;}/* ######### Style for Drop Down Menu ######### */.dropmenudiv{	position:absolute;	top: 0px;	z-index:100;	width: 250px;	visibility: hidden;filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/	background-image: url(../images/bg_menus.png);	/*	*background-image: none;	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_menus.png',sizingMethod='scale');	*position:absolute;*/		font-size: 12px;	line-height: 16px;	background-position: 0px 0px;	background-repeat: no-repeat;}.dropmenudiv a{	width: auto;	display: block;	text-decoration: none;	color: #FFFFFF;	padding-top: 5px;	padding-right: 0px;	padding-bottom: 5px;	padding-left: 10px;}* html .dropmenudiv a{ /*IE only hack*/width: 100%;}.dropmenudiv a:hover{ /*THEME CHANGE HERE*/	background-image: url(../images/bg_select.png);	_background-image: url(../images/bg_menus.png);	text-decoration: none;}