/* MENU */

#menu {
	float:right; 
	width:683px;  
	background:#666666; 
	height:34px;
	margin-top: 31px;
}
#menu ul {
	width:743px; 
	list-style:none;
}
#menu li {
	float:left; 
	width:auto; 
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#d9d9d9; 
	background:url(../../images/template/divider.gif) 0 0 no-repeat; 
	height:34px;
}
#menu li.none { 
	background:none; 
	float:left;
}
#menu li a {
	float:left; 
	color:#d9d9d9; 
	width:auto; 
	padding:9px 14px 0; 
	height:26px; 
	text-decoration:none;
}
#menu li a:hover {
	float:left; 
	color:#d9d9d9; 
	width:auto;  
	background:#002038;
}
#menu li a.current {
	float:left; 
	color:#d9d9d9; 
	width:auto;  
	background:#002038 url(../../images/template/menu_curve.gif) left top no-repeat; 
	cursor:text
}


.chromestyle{
	cursor:move;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 0px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a {
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
	/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color: #002038;
}

.chromestyle ul li a[rel]:after{ 
/*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(arrow.gif);*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	margin-left:-1px;
	position:absolute;
	top: 0;
	border:#FFFFFF solid 1px;
	border-bottom-width: 0;
	text-decoration: none;
	line-height:18px;
	z-index:100;
	background-color: #002038;
	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: 10px;
	border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	color: #C0C0C0;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #666666;
color: #FFFFFF;
}
