#chromemenu {
	margin:0 auto;
	padding:0;
	width:370px;
	height:10px;
}

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

#chromemenu ul {
	margin:0;
	padding:0;
	float: left;
	font-weight:bold;
}


#chromemenu ul li{
	display: inline;
}


#chromemenu ul li a{
	float: left;
	color:#eee;
	padding: 6px 12px 6px 6px;
	text-decoration: none;
	/*background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

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

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

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

.dropmenudiv{
	text-align: left;
	position:absolute;
	top: 0;
	border: 1px dashed DarkGray; /*Theme Change here*/
	border-top:0;
	border-bottom:0;
	line-height:16px;
	z-index:100;
	/*background-color:#fff;*/
	/*background:url(images/bbg.gif); /*Theme Change here*/
	width: 175px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/*/
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px dashed DarkGray; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	/*background:url(images/bbg.gif); /*Theme Change here*/
	background:url(images/tablebg.gif); /*Theme Change here*/
	/*background-color:grey;*/
	color:#eee;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	/*background:url(images/wbg.gif); /*Theme Change here*/
	/*background-color:black;*/
	color:#FFCC00;
}