.chromestyle{
width: 100%;

}

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

.chromestyle ul{

font-size:10px;
width: 100%;
background:; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
padding-top:12px;
font-weight:;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 11px 7px 9px 7px;
margin: 0;
font-size:14px;
text-decoration: none;

}

.chromestyle ul li a:hover{
background:url(../img/navOver.png) top left repeat-x;
}



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

.dropmenudiv{
position:absolute;
top:93px;
border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
border-bottom-width: 0;
margin-top:0px;

line-height:18px;
z-index:100;
background-color: #813603;
width: 225px;

visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #55717d;
color:#fff;
}
