.chromestyle{
width: 100%;
/* height: 50px; added by F Aslam to make bar higher */
font-size: 11px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #f17f7f;
width: 100%;
font-weight: bold;
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color: #ffb745;
}

.chromestyle ul li a{
color: #e2da7f;
color: #eee;
padding: 0px 3px 0px 3px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000;
font-size: 11px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
/*background-color: #7c1f27;*/
color: #e2da7f;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;

font:normal 12px;
line-height:18px;
z-index:100;
background-color: #53080e;
background-color: #000;
width: 200px;
visibility: hidden;
white-space : nowrap;
padding: 4px 2px 4px 4px;
margin-top: 0px;
}


.dropmenudiv a{
font-size: 12px;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #eee;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #e2da7f;
color: #999;
}




.divider{ 
color: #000;
font-weight: normal;
font-size: 11px;
}

