#chromemenu {
	position:relative;
	display:block;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color:#B30000;
	/*border-top-color: #9D1313;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	height:39px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(bg_out.gif) repeat-x top left;
}


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


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


#chromemenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#chromemenu ul li{
	display:block;
	float:left;
	margin:0;	


	
}

#chromemenu ul li a{
	display:inline;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(bg_div.gif) no-repeat top right;
}

#chromemenu ul li a:hover{
	color:#B30000;
	background:#fff url(bg_over.gif) no-repeat top right;
	display:block;
}
/*
#chromemenu ul li a:active{
	color:#B30000;
	background:#fff url(bg_over.gif) no-repeat top right;
	display:block;
}
*/
#chromemenu li {
	position: relative;
}

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

.dropmenudiv{
	position:absolute;
	top: 1px;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 	/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ 
	background-color: #F0F0F0;
	color:#B30000;
}

