#MainMenu /*Controls the location and size of the menu*/
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#MainMenu ul.nav /*Controls the menu*/
{
	list-style: none;
	padding-left: 25px;
	margin-top: 0px;
	margin-left: 0px;
	height: 55px; /*Full Menu Background*/
	background-image: url(../images/Menu_BG.png);
	background-repeat: repeat-x; /*Handles Aligment Issue*/
	overflow: hidden; /*IE Fix for Aligment Issue*/
	zoom: 1;
}


/*Controls the menu items and links*/
#MainMenu ul.nav li
{
	/*Sets the menu horizontaly*/
	float: left;
}

#MainMenu ul.nav a /*Formats the menu links*/
{
	text-align: center;
	display: block;
	padding: 15px 10px 8px 10px;
	margin-right: 5px;
	border-bottom: none;
	text-decoration: none;
	color: #d9eaea;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
#MainMenu ul.nav a:hover
{
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #bd0707;
}
#MainMenu ul.nav a.Selected
{
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #bd0707;
	background-color: Black;
}


/*NAVIGATION MENU

#menucontainer *
{
	list-style: none;
}

#menucontainer
{
	position: relative;
	height: 30px;
	width: 100%;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}

#menunav
{
	position: relative;
	height: 38px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 20px;
}

#menunav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
}

#menunav ul li
{
	display: block;
	float: left;
	margin: 0 1px;
}

#menunav ul li a
{
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 12px 0 0;
	height: 38px;
}

#menunav ul li a span
{
	display: block;
	padding: 15px 12px 0 0;
	width: auto;
	height: 38px;	
	color: #353535;
	font-size:16px;
}

#menunav ul li a:hover
{

}

#menunav ul li a:hover span
{
	display: block;
	width: auto;
	cursor: pointer;

}
#menunav ul li a.current, #menunav ul li a.current:hover
{
	color: #fff;
	line-height: 275%;
}
#menunav ul li a.current span
{
	display: block;
	padding: 10px 12px 0 0;
	width: auto;
	height: 38px;	
	color: #1e96cb;
	font-size:16px;
}
/* ---------------------- END Dolphin nav ---------------------- */