.chromestyle{
	height: 20px;
	font-weight: bold;
	background-color: #0000FF;
	/*border-right: 1px solid #000000;*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #000000;
	padding: 0px 0;
	margin: 0 0 0 10px;
	text-align: left; 		/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	padding: 0px 10px 0 0;
	display: inline;
}

.chromestyle ul li a{
	color: #ffffff;
	padding: 4px 5px 0 0;
	margin: 0;
	font-size: 12px;
	text-decoration: none;
}

.chromestyle ul li a:visited{
	color: #ffffff;
	padding: 4px 5px 0 0;
	margin: 0;
	font-size: 14px;
	text-decoration: none;
}




.chromestyle ul li a:hover{
	/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ 
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	border-left:1px solid #BBB; border-right:1px solid #BBB; border-top:1px solid #BBB; border-bottom:0px solid #BBB; position:absolute;
	top: 0;
	/*THEME CHANGE HERE*/
	line-height:14px;
	z-index:100;
	background-color: #ffffff;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Georgia
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #BBB; 		/*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.dropmenudiv a:link {
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #BBB; 		/*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}


.dropmenudiv a:visited {
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #BBB; 		/*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #99CC66;
}