.chromestyle{}.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/	position: absolute; width: auto; height: 0; visibility: hidden; content: "."; display: inherit; }.chromestyle ul{	margin: 0;}.chromestyle ul li{ display: inherit; }.chromestyle ul li a{	color: #cccccc;	text-decoration: none;	font: 12px Arial, Helvetica, sans-serif;	padding-top: 3px;	padding-bottom: 3px;	padding-left: 0;}.chromestyle ul li a:hover{ color: #000000; background-color: #cccccc; background-image: none; }.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*//*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/}/* ######### Style for Drop Down Menu ######### */.dropmenudiv{	position:absolute;	font:11px Arial, Helvetica, sans-serif;	visibility: hidden;	color: #ffffff;	margin-top: 0;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #000000;	background-color: #640000;	text-decoration: none;	border-right-width: 1px;	border-bottom-width: 2px;	border-right-style: solid;	border-bottom-style: solid;	border-right-color: #000000;	border-bottom-color: #000000;	display: block;}.dropmenudiv a{	width: 145px;	display: block;	text-indent: 15px;	border-bottom: 1px solid #AE0603; /*THEME CHANGE HERE*/	padding: 6px 5px 2px;	text-decoration: none;	color: #FFFFFF;	font-size: 11px;	font-family: Arial, Helvetica, sans-serif;	height: 16px;	list-style: square;}* html .dropmenudiv a{ /*IE only hack*/width: 100%;}.dropmenudiv a:hover{ /*THEME CHANGE HERE*/	color: black;	background-color: #CCCCCC;	text-decoration: none;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #000000;}