#menuWrapper
{
	height: 30px;
	width: 960px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
        letter-spacing:1px;
}

/*--------------------------------- Top Menu Bar  -----------------------------------*/
#menu_1
{
	width: 960px;
        border-left: 20px solid #31518e/*#034ea1*/;
        border-right:20px solid #31518e;
        margin-left:-20px;
	height: 30px;
	float: left;
	display: inline;
	background: #31518e;
}

#menu_1 .button
{
	float: left;
	height: 30px;
	display: inline;
}

#menu_1 a
{
	padding: 0 8px 0 8px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

#menu_1 a:Hover
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1c306d /*#023064*/;
}

#menu_1 a.navOn
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #1c306d /*#023064*/;
}


.cornerleft {
	border-color: transparent #023064 transparent transparent;
	border-style:solid;
	border-width:20px;
	height:0px;
	width:0px;
	position: relative;
	left: -40px;
	top: 50px;
	z-index: -1; /* displayed under the nav bar */
}

.cornerright {
	border-color: transparent transparent transparent #023064;
	border-style:solid;
	border-width:20px;
	height:0px;
	width:0px;
	position: relative;
	left: 960px;
	top: -20px;
	z-index: -1; /* displayed under the nav bar */
}

#menu_2_styles
{
	width: 960px;
	height: 28px;
	float: left;
	background-color: #fff;
	display: inline;
}

#menu_2_styles .button
{
	float: left;
	height: 28px;
	display: inline;
}

#menu_2_styles a
{
	padding: 0 8px 0 8px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #205352;
}

#menu_2_styles a:Hover
{
	text-decoration: underline;
	color: #205352;
}

#menu_2_styles a.navOn
{
	text-decoration: underline;
	color: #205352;
}
