.chromestyle{
width:100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 0px;
margin: 0px;
list-style:none;
float:right;
}

.chromestyle ul li{
float:left;
list-style:none;
margin:0px;
padding:0px;
}

.chromestyle ul li a{
color: #000000;
margin: 0px;
display:block;
margin:0px;
padding:8px 30px 8px 30px;
text-decoration: none;
font-size:12px; font-family:arial;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
background-color:#addc6c;
color:#000000;
margin:0px;
display:block;}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:2;
background-color: white;
width: 180px;
visibility: hidden;
z-index:101;
}


.dropmenudiv a{
width: auto;
z-index:2;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #addc6c;
z-index:2;
}