/* TOP MENU */


#menuBar {
	WIDTH: 95%;
	BACKGROUND-COLOR: #f1f1e3;
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 45px;
	background-position: center;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}



#submenuBar {
	PADDING-RIGHT: 6px;
	MARGIN-TOP: 1px;
	PADDING-LEFT: 220px;
	PADDING-BOTTOM: 0px;
	WIDTH: 525px;
	HEIGHT: 25px;
	PADDING-TOP: 0px;
	BACKGROUND-COLOR: #C8A657;

	FLOAT: left;
	margin-left: 0px;
	margin-right: 0px;
}

.topmenuli{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	font-size: 13px;
	position: static;
	width: 20%;
	font-weight: bold;
	margin: 0px;
	float: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}


.topmenutitle {
	font-size:13px;
	text-decoration: none;
	display:block;
	font-weight: bold;
}

a.topmenutitle:link {
	font-size: 13px;
	color: #6B1C10;
	font-weight: bold;
}
	
a.topmenutitle:visited {
	color: #6B1C10;
	font-weight: bold;
}


li:hover ul , li.over ul{
	/* lists nested under hovered list items */
	display: block;
	
}
/*
#dmenu li>ul { 
	top: 29px;
	left: 332px;}  */


/*
#content {
	clear: left;}*/





#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	/*	color: #000000;*/
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
	/*background-color: #000066;*/


}

/*
.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}
*/




/* dropdown menu formatting */
.submenuul {
	list-style-type:none;
	position:absolute;
	margin: 0px 0 0;
	padding:0;
	display:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #738091;
	border-bottom-color: #738091;
	border-left-color: #738091;
	color: #000000;
	font-size: 11px;
	background-color: #DFE8F2;

}




/*
.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #FFFFFF;
}
*/

.submenuli a {
	text-decoration: none;
	display:block;
	padding:3px;
	width:142px;
	color: #000000;
	font-size: 11px;
	background-color: #E7DBB6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #738091;
}


.submenuli a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC6600;
	}
