#chromemenu{
width: 50%;
}


#chromemenu ul{
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #7F7F7F;
font-weight: bold;
text-decoration: none;
/*background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " ";*/
/*content: " " url(images/nav_menu_on.jpg); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv{
position:absolute;
left: 36px;
top: 0px;
/* border: 1px solid #BBB; /*Theme Change here*/
/* border-bottom-width: 0; */
font:normal 12px helvetica;
line-height:18px;
z-index:100;
background-color: #533c23;
width: 104px;
visibility: hidden;
/*filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
/*filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=0.25); /*Add Shadow in IE. Remove if desired*/
/*moz-opacity: 0.25;*/
}

.dropmenudiv a{
width: 100px;
display: block;
/*text-indent: 3px;*/
border-bottom: 1px solid #a8c65b; /*Theme Change here*/
/*padding: 4px 0;*/
padding-top:5px;
padding-left:4px;
text-decoration: none;
font-weight: bold;
color: #a8c65b;

}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #a8c65b;
color: #362411;
/*filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=0.25); /*Add Shadow in IE. Remove if desired*/
/*moz-opacity: 0.25;*/

}