.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 10; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #EFEFEF;
width: 100%;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #999999;
padding: 5px 15px;
margin: 0;
text-decoration: none;
border-bottom: 1px solid #DADADA;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 20;
 /*THEME CHANGE HERE*/
font:normal 12px arial;
line-height:16px;
z-index:100;
background-color: #eeeeee;
padding:1px;
width: 370px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 15px;
border-bottom: 0px dotted #BBB; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: normal;
color:#777777;
border-bottom: 1px dotted #BBB;
background: #ffffff;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#333333;
background: #cccccc;
}
