#navigation{
	background-image:url(../Images/Nav/NavBG.gif);
	background-repeat:no-repeat;
	height:25px;
	margin-bottom:0px;
	position:relative;
	left:216px;
	top:-34px;
	z-index:10;
}
#topNav{list-style-type:none;position:relative;left:-30px;top:-12px;}
#topNav li{list-style-type:none;float:left;padding-left:3px;padding-right:3px;}
#topNav li a{
	padding:0px;
	margin:0px;
	text-decoration:none;
	color:Black;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	line-height:26px;
}
#topNav li a:hover{color:Red;}
#topNav li.active a{color:Red;}
#topNav li.active li a{color:black;}
#topNav li.active li a:hover{color:Red;}
#topNav li.active li.active a{color:Red;}
#topNav li ul{display:none;}
#topNav li:hover ul{display:inline;}
#topNav .subNavContainer{display:none;}
#topNav li:hover .subNavContainer{display:inline;}
.seperator{position:relative;left:0px;top:5px;padding-left:4px;padding-right:4px;}
#topNav li ul .seperator{display:none;}
#TopSecondNav{position:absolute;top:0px;margin-left:-5px;width:175px;}
#TopSecondNav li{width:175px;float:none;}
.subNavContainer{border:black solid 1px;position:absolute;width:175px;background-color:#D2D2D2;margin-top:20px;margin-left:-88px;padding-top:0px;padding-left:10px;}


#subNav{
	position:relative;
	top:5px;
	float:left;
}
#subNav a{
	color:#00255E;
	text-decoration:none;
	font-family:Arial;
	font-size:8pt;
	background: #fff;
	line-height:14px;
}
#subNav a:hover{
	cursor:hand;
	color: red;
	background: url(../images/nav/spacer.gif) top repeat;
}
#subNav .box{
	width:100px;
}
#subNav .box-inner a{
	text-align:center;
}
#subNav .active a{
	color:red;
}
#subNav .firstactive a{
	color:red;
}
#subNav .lastactive a{
	color:red;
}
#subNav .active{
	background:url(../images/Nav/subNavBG_over.gif) center no-repeat;
	width:128px;
	height:40px;
	vertical-align:middle;
	font-family:arial;
	font-size:12px;
	text-align:center;
}
#subNav .firstactive{
	background:url(../images/Nav/subNavBG_over.gif) center no-repeat;
	width:128px;
	height:40px;
	vertical-align:middle;
	font-family:arial;
	font-size:12px;
	text-align:center;
}
#subNav .lastactive{
	background:url(../images/Nav/subNavBG_over.gif) center no-repeat;
	width:128px;
	height:40px;
	vertical-align:middle;
	font-family:arial;
	font-size:12px;
	text-align:center;
}
#subNav .tableNav {
	background:url(../images/Nav/subNavBG.gif) center no-repeat;
	width:128px;
	height:40px;
	vertical-align:middle;
	font-family:arial;
	font-size:12px;
	text-align:center;
}
#subNav .firsttableNav {
	background:url(../images/Nav/subNavBG.gif) center no-repeat;
	width:128px;
	height:40px;
	vertical-align:middle;
	font-family:arial;
	font-size:12px;
	text-align:center;
}
#subNav .lasttableNav {
	background:url(../images/Nav/subNavBG.gif) center no-repeat;
	width:128px;
	height:40px;
	vertical-align:middle;
	font-family:arial;
	font-size:12px;
	text-align:center;
}