.chromestyle{
width: 100%;
font-weight: bold; height:38px;
}



.chromestyle ul{


padding:  0; text-align:center;
margin: 0;

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949; 
padding: 0px 20px 0px 20px;
margin: 0;
text-decoration: none; line-height:37px;

}

.chromestyle ul li .last a{
color: #494949; width: 160px; float:left;
padding: 4px 7px;
margin: 0;
text-decoration: none;

}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 10;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px; 
margin:12px 0px 0px 5px; 

background-color: #575555;
width: 200px;
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: bold;
color:#FFF;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0d487d;
}