.chromestyle{
width: 99%;
font-weight: bold;
background: transparent url(../images/menu_bg.png) no-repeat scroll 0 0;
height:40px;
padding:17px 0 0 10px;
margin: 0px;
}

.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: 2px 0;
margin: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 5px 17px;
margin: 0;
text-decoration: none;
}

#chromemenu li:hover {
list-style-image: url(arrow.gif);
}

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

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:2000;
background-color: #3c372f;
width: 200px;
visibility: hidden;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #3c372f;
}


.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: #ccdac1;
}

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

.dropmenudiv a:hover{
background-color: #4b453c;
}
