.chromestyle{
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 14px;
font-weight: normal;
width: 100%;
}

.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: 6px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
z-index:3000;
}

.chromestyle ul li{
display: inline;
padding: 0;
}

.chromestyle ul li a{
color: #bbcc8a;
padding: 0px 9px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected, #topnav li.current, #topnav li a.current, #topnav li a.current:hover { /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: #d5e6a2;
color:#fff;
}

/* other style
#topnav li.current, #topnav li a.current {
	color: #7a9724;
}
*/

/* ######### Style for Drop Down Menu - see SL's site ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #444; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-weight: normal;
font-size: 13px;
line-height:18px;
text-align: left;
z-index:3100;
background-color: #1a1a1a;
width: 160px;
visibility: hidden;
opacity: 0.85;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 1px solid #444; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #c1c5b5;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #cc6;
color: #000;
}