@charset "UTF-8";

#navtop {
	background-color: none;
	height: 20px;
	border: 0px;
	text-align: right;
	width: 960px;
	color: #2A3077;
	line-height: 0.9em;
}
#navtop ul {
	list-style: none;
	margin:0px;
	padding-top: 0px;
	border: none;
	padding-right: 0px;
}
#navtop li {
	width: 160px;
	margin:0;
	padding: 0px 18px 0px 18px;
	font-size:70%;
	font-weight: bold;
	display: inline;
	border-right: solid white 1px;
	}

#navtop li#navtopnoborder{
	border: 0;
	}

#navtop a:link, #navtop a:visited {
	color: #2A3077;
	text-decoration: none;
}

#navtop a:hover {
	color: #FF9900;
	text-decoration: none;
}

#navtitle {
	padding-left: 50px;
	padding-bottom: 10px;
	color: #990000;
	font-size: 90%;
	font-weight: bold;
	height: 27px;
}

#navcontainer {
	margin-left: 0px;
	line-height:1.3em;
	padding-top: 113px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0; }

#current {
	color: #2A3077;
	background-image: url(../graphics/triangle_red_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 1px 5px 5px 13px;
	width: 142px;
	font-size: 80%;
	font-weight: bold;
	margin: 0;
}

#navcontainer a {
	/*display: block;*/
	padding: 5px 5px 5px 13px;
	width: 142px;
	color: #2A3077;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	/*background-image: url(../graphics/triangle_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;*/
}

#navcontainer a:hover {
	color: #FF9900;
	text-decoration: none;
	background-image: url(../graphics/triangle_grn_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a {
	/*display: block;*/
	padding: 5px 5px 5px 17px;
	width: 130px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 75%;
}

#navcontainer ul ul a:hover {
	color: #FF9900;
	text-decoration: none;
}


