#chromemenu {
	margin-top:50px;
	margin-left:30px;
	background-color:#858585;
	width:518px;
	height:36px;
	overflow:hidden;

}
.chromestyle{	 
	/*font-weight: bold;	*/
	font-size:12px;	 
}
.chromeLvl1 {
	float:left;
	padding-right:1px;
	padding-left:1px;	
}
.chromeLvl1Sep {
	background-image:url(../images/nav_sep.gif);
	background-repeat:no-repeat;
	background-position:18px 0px;
	width:36px;
	height:21px;
	/*background-color:#3FC;*/
	float:left;
	margin-top:7px;	
}
.nav_cap {
	float:left;
}
.nav_capR {
	float:right;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	/*border: 1px solid #BBB;*/
	/*width: 600px;*/
	/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
	/*padding: 4px 0;*/
	margin: 0;
	text-align: left;
	 
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	/*
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	*/
	/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/*background: url(chromebg-over.gif) center center repeat-x;*/ 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	/*border: 1px solid #BBB;*/
	border-bottom-width: 0;
	/*font:normal 12px Verdana;*/
	/*line-height:18px;*/
	z-index:100;
	background-color: #858585;
	/*width: 350px;*/
	visibility: hidden;
	border:0;
}


.dropmenudiv a{
	width: 290px;  	
	display: block;
	text-indent: 3px;
	border-bottom: 1px dotted #000000;	
	padding: 6px;
	text-decoration: none;
	color: #000;
	text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
	/*width: 100%;*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #c4c4c4;
	font-weight: bold;
	
}
