@charset "utf-8";
/* CSS Document */
/* = Top Navigation
-----------------------------------------------------------------------------*/
#top-nav {
	margin-right: 26px;
	margin-bottom: 0;
	margin-left: 25px;
	margin-top: 0px;
	background-color: #F3F3F3;
	background-image: url(../graphics/menuBarBg_09_02_09.png);
	background-repeat: no-repeat;
	background-position: 724px top;
	height: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0C79AB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C79AB;
	}
	
#top-nav ul{
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;

	}
	
#top-nav li {
	height:26px;
	border-right:1px solid #cecece;
	list-style-type: none;
	background-image: url(../graphics/top-nav-active.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	}
	
#top-nav li a{
	color:#646464;
	text-decoration:none;
	text-align:center;
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	line-height: 26px;
	}
	
#top-nav li a:hover{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C33;
	}

	
#top-nav li .active, #top-nav li .active:hover{
	background:url(../graphics/top-nav-active.gif) repeat-x left bottom;
	}



.Submenus ul li {
	background-image: url(../graphics/SubmneuBG.png);
	background-repeat: no-repeat;
	list-style-type: none;
	color: #FFF;
	padding-left: 32px;
	height: 34px;
	font-size: 13px;
	padding-top: 4px;
}

.Submenus ul li a {
	color: #FFF;
	text-decoration: none;
}

.Level3 ul li {
	font-size: 14px;
	color: #0C79AB;
	background-image: url(../graphics/arrowBlueOnly.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	background-position: left top;
	margin-bottom: 5px;
	height: 100%;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #205481;
	border-right-color: #205481;
	border-bottom-color: #205481;
	border-left-color: #205481;
	width: 80%;
	min-height: 26px;
}
.Level3 ul li a {
	font-size: 14px;
	color: #036;
	list-style-type: none;
	text-decoration: none;
	padding-top: 5px;
}
.Level3 ul li a:hover {
	color: #F60;
}

