.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
padding: 3px 0px 0px 0px;
opacity: 0;
filter:alpha(opacity=0);
color: #eeeeee;
}

/* ######### Style for Drop Down Menu ######### */
.dropdownShadows
{
	background: url(images/dropdownShadows.png) repeat-y top left;	
	padding-left: 10px;
	padding-right: 10px;
}
.dropdownBG
{
	background: #16822a url(images/dropdownBG.jpg) repeat-x top left;	
}
.dropdownBorderBG
{
	background: #76b582 url(images/dropdownItemBorderBG.jpg) repeat-x top left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 1px;
	padding-right: 1px;
}
.dropmenudiv{
position:absolute;
top: 0;
z-index:100;
width: 205px;
visibility: hidden;
/*border: 1px solid #5c81b3;*/
border-top: none;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=8); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a:link, .dropmenudiv a:visited{
display: block;
/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
padding: 4px 0px 4px 7px;
text-decoration: none;
color: #000000;
font-size: 11px;
line-height: auto;
background: url(images/dropdownItemBG.jpg) repeat-y top left;
width: 164px;
border: 1px solid #ffffff;
border-bottom: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #eeeeee;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(images/dropdownItemHoverBG.jpg) repeat-y top left;
color: #0f621e;
}
#dropmenu87
{
    margin-left: 20px;
}
