.chromestyle{
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 16px;
color: #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
background: url(../images/inner/navigation.jpg) center center no-repeat; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
width:100%;
text-align: center; /*set value to "left", "center", or "right"*/
height:12px;
}

.chromestyle ul li{
display: inline;
}

/*-General look-*/
.chromestyle ul li a{
position: relative; 
top:0px;
color: #cccccc;
padding: 4px 7px;
text-decoration: none;
font-weight:bold;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
position:relative;
top:0px;
color: #ffffff;
padding: 4px 7px;
text-decoration: none;
font-weight:bold;
border-right: 1px solid #DADADA;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-left: 1px solid #BBB; /*THEME CHANGE HERE*/
border-right: 1px solid #BBB;
border-bottom:1px solid #BBB;
font:normal 14px Verdana;
line-height:18px;
z-index:100;
background-color: #E1E1E1;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
margin: 0 0;
padding: 5px 5px;
text-decoration: none;
font-weight: normal;
color: #003366;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #2B2B2B;
background-color: #CDCDCD;
text-decoration:none;
}

.bodycontent {
	margin: 12px;
	padding: 12px;
	vertical-align:top;
}
