.chromestyle{
	background: #010133;
	width: 791px;
	height: 8px;
	list-style-type: none;
	margin-left:125px;
	padding: 0;
	border: 0px none;; margin-right:0; margin-top:0; margin-bottom:0;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:13px; font-family:Arial;
}

a:hover {text-decoration:none; color:#FFFF00;
}

.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 #000000;
width: 100%;
background: #010133;
margin: 0;
text-align: center; padding-left:0; padding-right:0; padding-top:4px; padding-bottom:4px
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
	color:#000000;
	background-color: #F0F0F0;
}

.chromestyle ul li a[rel]:after{ 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border: 0px solid #000000;
position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: #010133;
width: 190px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:13px; font-family:Arial
}

.dropmenudiv a{
width: auto;
border: 0px solid #000000;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-style:normal; font-variant:normal; font-weight:normal; font-size:13px; font-family:Arial
color: #000000;
background-color: #F0F0F0;
}