.chromestyle{
width: 100%;
background: #838a8f;
font-size: 14px;
border-bottom: 1px solid #333;
}

.chromestyle .container {
width: 904px;
}

.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: 14px 0 9px 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: 10px 10px 10px 11px;
margin: 0 0 0 -4px;
text-decoration: none;
background: #555 url(../images/bg-item.gif) top left no-repeat;
}

.chromestyle ul li a.first{
margin-left:2px;
padding: 10px 10px 10px 12px;
background: #555 url(../images/bg-item-first.gif) top left no-repeat;
}

.chromestyle ul li a.last{
padding: 10px 12px 10px 10px;
background: #555 url(../images/bg-item-right.gif) top right no-repeat;
border-left: 1px solid #464646;
}

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

.chromestyle ul li a:hover{
background: #555 url(../images/bg-item-hover.gif) top left no-repeat;
color: #FFFFFF;
}

.chromestyle ul li a.first:hover{
background: #555 url(../images/bg-item-first-hover.gif) top left no-repeat;
}

.chromestyle ul li a.last:hover{
background: #555 url(../images/bg-item-right-hover.gif) top right no-repeat;
}


/* ######### 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;
}