.chromestyle {	width: 99%;	font-weight: bold;}.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:6px 0 0 11px;	margin: 0;	text-align: left; /*set value to "left", "center", or "right"*/}.chromestyle ul li {	display: inline;}.chromestyle ul li a:link {	color: #333333;	font-size:1em;	padding: 4px 7px;	margin: 0;	text-decoration: none;	border-right: 1px solid #DADADA;}.chromestyle ul li a:visited {	color:#333333;	font-size:1em;	padding: 4px 7px;	margin: 0;	text-decoration: none;	border-right: 1px solid #DADADA;}.chromestyle ul li a:hover {	color:#FFDD00;	font-size:1em;	padding: 4px 7px;	margin: 0;	text-decoration: none;	border-right: 1px solid #DADADA;	background-color:#666666;}/* ######### Style for Drop Down Menu ######### */.dropmenudiv {	position:absolute;	top: 0px;	margin-top:5px;	line-height:18px;	z-index:100;	background:url(../images/dropdown_menu_background.jpg) top repeat-y;	width: 166px;	visibility: hidden;	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/}.dropmenudiv .bottom {	height:18px;	width: auto;	display: block;	background:url(../images/dropdown_menu_bottom.jpg) bottom no-repeat;}.dropmenudiv a:link {	width: auto;	display: block;	text-indent: 3px;	font-size:.9em;	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/	padding: 4px 7px;	margin-left:4px;	margin-right:4px;	text-decoration: none;	font-weight: bold;	color: #333333;}.dropmenudiv a:visited {	width: auto;	display: block;	text-indent: 3px;	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/	font-size:.9em;	padding: 4px 7px;	margin-left:4px;	margin-right:4px;	text-decoration: none;	font-weight: bold;	color:#333333;}.dropmenudiv a:hover {	width: auto;	display: block;	text-indent: 3px;	font-size:.9em;	padding: 4px 7px;	margin-left:4px;	margin-right:4px;	text-decoration: none;	color:#FFDD00;	background-color:#666666;}* html .dropmenudiv a { /*IE only hack*/	width: 100%;}
