
/* Begin Navigation Formatting */

.MENU a {
	display: block;
	height: 16px;
	width: 190px;	
	font-family: Trebuchet MS, Trebuchet, Times New Roman, Times, Arial;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:8px;
	padding-bottom:1px;
	text-decoration: none;
	color: #80A1BC;	
	background-color: #ECF0F4;
	border: 0px solid #D5D6D7;	
	margin: 1px;
}
.MENU a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #1E3E69;
	font-weight: bold;
}

.TOPNAVEXTENDED a {
	display: block;
	height: 24px;
	width: 170px;	
	font-family: Tahoma;
	font-weight: 400;
	font-size: 11px;
	line-height: 24px;
	text-align:left;
	padding-left:10px;	
	text-decoration: none;
	color: #ffffff;	
	background-color: #5E93C9;
	background-image: url(/assets/images/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position: right;
	border: 1px solid #6699cc;	
	margin: 1px;
}
.TOPNAVEXTENDED a:hover {
	text-decoration: none;
	background-color: #FECF87;
	color: #333333;
}

.MENUa
{
	position: relative;
	top:0;
	left:0;
	z-index: 1;
}

.MENUb
{
	background-color: #D5D6D7;
	position: absolute;
	top:15;
	left:-6;
	visibility: hidden;
	z-index: 2;
}


/* End Navigation Formatting */

