/*--------------------------------- Header -----------------------------------*/
#navigationHeader {
	width: 770px;
	height: 124px;
	background-image: url(../images/header-blue.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/*--------------------------------- Right Curve -----------------------------------*/
#rightWrapper
{
	float: right;
	width: 158px;
	margin: 0 0 0 0;
	background-image: url(../images/blue-curve.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#rightWrapper h1
{
	padding:3px 0 3px 0;
	width: 100%;
	background:#EBEBEB; color:#394A6B;
	font-size:80%;
	text-align: center;
	border:1px dotted #394A6B;
	margin: 0 0 0 0;
}

#backgroundMenu_1
{
	width: 770px;
	height: 24px;
	background-image: url(../images/navigation-bgnd-wide-blue.gif);
	background-position: top left;
}

#menu_1 a
{
	background-image: url(../images/navigation-rollover-blue.gif);
	padding: 0 8px 0 8px;
	background-position: top right;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	font-size: 85%;
	color: #FFFFFF;
}

ul.menu_2
{
	list-style-type: none;
	color: #FFFFFF;
	background-color: #94A5C6;
	margin: 0 0 10px 0;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 158px;
}

ul.menu_2 a:hover
{
	background-color: #5A73A5;
	text-decoration: none;
}

ul.menu_2 a.navOn
{
	background-color: #5A73A5;
	text-decoration: none;
}

ul.menu_3
{
	list-style-type: none;
	color: #FFFFFF;
	background-color: #94A5C6;
	margin: 0;
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 158px;
}

ul.menu_3 a:hover
{
	background-color: #5A73A5;
	text-decoration: none;
}

ul.menu_3 a.navOn
{
	background-color: #5A73A5;
	text-decoration: none;
}