#chromemenu{
	width: 550px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 3px 0px 6px;
	text-decoration: none; /*Theme Change here*/
	background-image: url();
	background-repeat: no-repeat;
	background-position: right center;
}

#chromemenu ul li a:hover{
color: #FFFFFF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0px;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	width: 141px;
	visibility: hidden;
	background-repeat: repeat;
	background-color: #339933;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333300,direction=135,strength=2);
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #66CC66;
}
