.chromestyle{
width: 960px;
font-weight: normal;
font-size:14px;
font-family:Geneva, Verdana, sans-serif;
height:50px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
height:50px;
border-top:1px solid #c3c3c3;
width: 1000px;
padding: 0 0;
margin: 0;
padding-top:15px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle-front ul {
	width: 936px !important;
}

.chromestyle ul li{
display: inline;
height:50px;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 14px 16px 14px 16px;
text-decoration: none;
border-right: 0px solid #E0E0C2;
text-align: left;


}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
text-decoration:none;
font-weight:normal;
height:40px;
padding: 16px 20px 18px 20px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
color:#FFFFFF;
position:absolute;
margin-top:0px;
top: 0;
border: 0px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color:#0A1942;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
color:#FFFFFF;
width: auto;
display: block;
border-bottom: 0px solid #000; /*THEME CHANGE HERE*/
padding:5px 10px 5px 10px;
text-decoration: none;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#F5f4eb;
color: #0A1942;
font-weight:normal;
}