.chromestyle{
width: 100%;
background: #555 url(../images/bg-nav.gif) repeat-x bottom;
font-size: 14px;
}

.chromestyle .container {
width: 894px;
}

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

.chromestyle ul{
width: 100%;
padding: 7px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
margin: 0;
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 7px 9px 7px 9px;
margin: 0 0 0 -4px;
text-decoration: none;
border-right: 1px solid #555;
}

.chromestyle ul li a.first{
border-left: 0px;
}

.chromestyle ul li a.last{
border-right: 0px;
}

.chromestyle ul li a.active{
border-left: 1px solid #ccc;
}

.chromestyle ul li a:hover{
background: url(../images/bg-nav-hover.gif) repeat-x bottom; center center repeat-x; /*THEME CHANGE HERE*/
color: #FFFFFF;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border-top: 0px;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
border-left: 1px solid #666;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #3D3B3B;
width: 180px;
visibility: hidden;
text-align: left;
}


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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFFFFF;
background: url(../images/bg-nav-menu-hover.gif) repeat-x bottom;
}
