.chromestyle{
	background:url(../images/nav_bg.jpg) repeat-x;
	width:950px;
	height:42px;
	float:left;
	font-size:13px;
color:#fff;

}

.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/nav_bg.jpg) repeat-x; /*THEME CHANGE HERE*/
height:30px;
width:950px;
padding:12px 0 0 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
list-style:none;
}

.chromestyle ul li{
display:inline;
}

.chromestyle ul li a{
color:#fff;
padding:0px 21px 0 21px;
margin: 0;
text-decoration: none;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 10px;
 border: 1px solid #062737;/*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color:#074461;
width: 175px;
visibility: hidden;
margin:13px 0 0 0;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 6px;
border-top:1px solid #05577f;
border-bottom: 1px solid #062737; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight:normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color:#000000;
}

.dropmenudiv1{
position:absolute;
top: 10px;
 border: 1px solid #062737;/*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color:#074461;
width: 116px;
visibility: hidden;
margin:13px 0 0 0;
}


.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 6px;
border-top:1px solid #05577f;
border-bottom: 1px solid #062737; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight:normal;
color: white;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color:#000000;
}


