.chromestyle{
width: 100%;
margin:	5px 0 0 0;
font-weight: bold;
}

.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%;
/*background: url(/css/chrome/chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
list-style: none;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	float:	left;
}

.chromestyle ul li a{
color: #494949;
border-right:1px solid #94bd47;
margin: 0; padding:0;
height:40px; 
overflow:hidden;
display:		block;
text-decoration: none;
float:left
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(/css/chrome/chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #ADED7C;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
 /*THEME CHANGE HERE*/
padding:6px 0 7px 7px;
text-decoration: none;
font-weight: bold;
color:#434040;
/*background:url(/images/bg_cat.jpg) top left repeat-x #9cc54d;*/
background:#9cc84c;
z-index:100;
margin-bottom:1px
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background:url(/images/bg_cat_hover.jpg) top left repeat-x #9cc54d;*/
background:#77b50a
}