


body {

	font-family: helvetica, sans-serif;

	font-size: 14px;

	color: #012266;

background-color: #6C131D;


}


a.menulink {

 color: white; 
 font-size: 12px;
 text-align: center;
	font-family: arial, sans-serif;

 text-decoration: none;

}

a.menulink:hover {

 color: yellow; 
 font-size: 12px;

	font-family: arial, sans-serif;

 text-decoration: none;

}



img {

	border: 0;

	margin: 0;

}

#content {

	width: 785px;

	margin-left: auto;

	margin-right: auto;

	background: #fff url(images/navibg_rot.gif) repeat-y;

	border-top: 10px solid #89424A;

}

/* Top Navigation  */
ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 963px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/

	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight:bold;
	
	background-color:#6C131D;
	/*background: url(topnav_stretch.gif) repeat-x;
		text-align:center;*/
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	
	/*width: 131px;*/
	border-right: 4px solid #89424A; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	/*padding: 10px 15px;*/
	padding: 10px 1px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
	display:inline-block; 
	text-align:center;
	width: 131px;/**/
}
ul#topnav li:hover { background: #89424A; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 10px 5px;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 963px;
	background: #990033;
	color: #fff;
	text-decoration: none;

	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}




