#chromemenu{
margin-left: 170px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
/*background: url(../images/chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 11px Tahoma;
color: #F7F4ED;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #F7F4ED;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
/*background: url(../images/divider.gif) center right no-repeat; *//*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #F7F4ED;
background: #007836;
/*  url(../images/bg_navi_hover.gif)  left top repeat-x */
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(../images/arrow_down.gif); */ /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; 
/* border-bottom-width: 0;*/
font-weight: normal;
font-size: 11px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
line-height:25px;
z-index:100;
background-color: #F7F4ED;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/
}

.dropmenudiv a:link, .dropmenudiv a:active, .dropmenudiv a:visited{
width: 100%;
display: block;
line-height: 25px;
height: 25px;
/*border-bottom: 1px solid #fff; /*Theme Change here*/
text-decoration: none;
background: #007836 url(../images/bg_nav_a_top.png) left -25px no-repeat;
font-weight: bold;
text-indent: 20px;
color: #F7F4ED;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background: transparent url(../images/bg_nav_a_top.png) left top no-repeat;
color: #007836;
}
