#chromemenu{
	width: 630px;
}
#chromemenu:after{ /*add margin between menu and rest of content in firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#chromemenu ul{
	float: right;
	font: bold 11px verdana;
	width: 100%;
	border: 0px solid #hhhhhh;
	margin: 0;
	margin-left: 0;
	padding-left: 0;
}
#chromemenu ul li{
	display: inline;
}
#chromemenu ul li a{
	float: right;
	color: #20b317;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 20px 7px 20px;
}
#chromemenu ul li a:hover{
color: #ffcc00;
}
#chromemenu ul li a[onmouseover]:after{ /*html to indicate drop down link*/
	content: " ";
}
.dropmenudiv{
	position:absolute;
	top: 411px; 
	text-align:left;
	font:normal 10px verdana;
	line-height:18px;
	width: 110px;
	border: 1px solid #bbb; /*theme change here*/
	border-bottom-width: 0;
	background-color: #ebebeb;
	z-index:100;
	visibility: hidden;
	filter: progid:dximagetransform.microsoft.shadow(color=#cacaca,direction=135,strength=4); /*add shadow in ie. remove if desired*/
}
.dropmenudiv a{
	display: block;
	width: 100%;
	color: #20b317;
	text-decoration: none;
	font-weight: bold;
	text-indent: 3px;
	padding: 2px 0;
	border-bottom: 1px solid #bbb; /*theme change here*/
}
.dropmenudiv a:hover{ /*theme change here*/
	color: #d8d8d8;
	background-color: #20b317;
}
