.chromestyle{
padding:0px; margin:0px 0px 0px 205px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle li{
list-style:none; display:inline; margin-left:23px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top:7px;
margin-left:-5px;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color:#FFFFFF;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=1); /*Add Shadow in IE. Remove if desired*/
}


.menu_item{
width: auto;
display: block;
text-indent: 3px;
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color:#999999;
border-bottom:1px solid #CCCCCC;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#6db33f;
color: #ffffff;
text-decoration:none;
}

.menu_sub_item {
	display:block;
	text-indent:15px;
}