.chromestyle{
	width: 904px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	margin: 0;
	padding-bottom: 7px;
	padding-top: 5px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color:#666666;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	padding-right: 50px;
	padding-left: 40px;
	padding-bottom: 6px;
	margin: 0;
	padding-top: 5px;
}

.chromestyle ul li a:hover{
	color:#d20202; text-decoration: underline;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height:25px;
	z-index:100;
	background-color:#dedede;
	width: 160px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv a{
width: auto;
display: block;
border-right: 1px solid #BBB;
border-left: 1px solid #BBB;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 15px;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

