
#menu
{
	height:30px;
	width:100%;

}

.chromestyle{
	font-weight: normal;
	font-family:helvetica;
	font-stretch:2px;
	font-size:1.2em;
	color:#CCC;
}

.chromestyle:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	padding: 0px 0;
	margin: 0;
	padding-left:10px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #ccc;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	font-weight:500;
	color:#00549e;
}

.dropmenudiv{
	position:fixed;
	top:0px;
	margin-left:-3px;
	margin-top:0;
	border-left: 1px solid #BBB; 
	border-right: 1px solid #BBB; 
	border-bottom: 1px solid #BBB; 
	border-bottom-width: 0;
	font-family:Helvetica;
	font-size:1.0em;
	font-weight:500;
	line-height:15px;
	z-index:100;
	background-color: #FFF;
	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:auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 7px;
	text-decoration: none;
	font-weight: normal;
	color: #89c400;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #b7e32e;
}
