.chromestyle{
float: left;
width: 920px;
text-align:left;
margin:0 0 0 22px;
padding:0;
height:43px;
background:url(../images/nav_bg.png) no-repeat; 
}



.chromestyle ul{
position:absolute;
z-index:15;
font-family:Arial, Helvetica, sans-serif;
width: 100%;
padding:0;
padding-left:8px;
margin: 12px 0 0 0;
text-align: left; /*set value to "left", "center", or "right"*/
font-size:14px;
}

.chromestyle ul li{
display: inline;
color:#fff;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 12px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color:#ff6500;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin:10px 0 0 10px;
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #000;
width: 200px;
visibility: hidden;
text-align:left;
}


.dropmenudiv a{
font-family:Arial, Helvetica, sans-serif;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:normal;
color:#fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#fff;
color:#000;
}