.chromestyle{
 width: 100%;
    overflow: hidden;
    float: left;
    display: inline;
	background:url(../img/bg_nav.jpg) repeat-x top left;
	height:41px;
	margin-top:1px;
	text-transform:uppercase;
}

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

.chromestyle ul{
display: inline;
    float: left;
    margin: 0;
    margin-left: 20px;
    padding: 0;
}

.chromestyle ul li{
display: inline;
    float: left;
    list-style-type: none;
    margin: 0 1px;   
}

.chromestyle ul li a{
	background: transparent;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
    width: auto;padding:13px 13px;
}

.chromestyle ul li a:hover{
		background: url(../img/bg_nav_current.jpg) repeat-x top left;
	  color: #005b1d;
	  text-decoration: none;
}

.chromestyle ul li a[rel]:after{ 
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size:12px !important;
font-weight:normal;
line-height:18px;
z-index:999;
background-color: white;
width: 220px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
 font-size:12px;
color: black;
text-transform:capitalize;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: transparent;
text-decoration:underline;
}