#chromemenu{
}

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

#chromemenu ul{
	padding-left: 0;
	margin: 0;
	float: right;
	font: bold 11px Arial;
	width: 650px;
}

#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #000000;
	font-weight: bold;
	padding: 8px 9px 5px 4px;
	text-decoration: none;
	background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
	color: #333333;
	background-color: #FFE064;
}

#chromemenu ul li a[onMouseover]: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;
	border: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width: 0px;
	font:bold 11px Arial;
	line-height:16px;
	z-index:100;
	background-color: #FFE064;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

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