#nav{
	position: relative;
	padding: 0;
	float: left;
	width: 134px;
	top: 40px;
	border-bottom: 1px solid #FFF;
	list-style-type: none;
}
#nav p{
	text-align: right;
	border-top: 1px solid #FFF;
	padding: 9px 10px 9px 0;
	background: url(../images/bullet.gif) #84acd1 center right no-repeat;
	color: inherit;
}
#nav p a{
	display: block;
}
#nav p a:link{
	color: #18336a;
	text-decoration: none;
	background-color: transparent;
}
#nav p a:visited{
	color: #18336a;
	text-decoration: none;
	background-color: transparent;
}
#nav p a:hover, a:active{
	color: #18336a;
	background-color: #bbd1e6;
}
#nav p:hover, #nav p.sfhoverA{
	color: inherit;
	background-color: #bbd1e6;
}
#nav li{
	width: 134px;
	display: inline;
	float: left;
}
#nav li li{
	width: 142px;
	line-height: 13px;
	font-size: 92%;
}
#nav li ul{
	padding: 0px;
	list-style: none;
	color: inherit;
	background-color: #95B8D7;
	width: 160px;
	border-color: #FFF;
	border-width: 1px;
	border-style: none solid solid solid;
}
#nav ul li{
	border-top: 1px solid #FFF;
	padding: 2px 0 2px 18px;
}
.ssnav1 { background: url(../images/subnavback1.gif) top left repeat-y; }
.ssnav2 { background: url(../images/subnavback2.gif) top left repeat-y; }
.ssnav3 { background: url(../images/subnavback3.gif) top left repeat-y; }
.ssnav4 { background: url(../images/subnavback4.gif) top left repeat-y; }
.ssnav5 { background: url(../images/subnavback5.gif) top left repeat-y; }
#nav p { clear: both; }
#subnav1{
	position: absolute;
	display: none;
	left: 130px;
	top: 75px;
	clear: left;
}
#subnav2{
	position: absolute;
	display: none;
	left: 130px;
	top: 122px;
	clear: left;
}
#subnav3{
	position: absolute;
	display: none;
	left: 130px;
	top: 156px;
	clear: left;
}
#subnav4{
	position: absolute;
	display: none;
	left: 130px;
	top: 190px;
	clear: left;
}
#nav ul li a:visited{
	color: #18336a;
	text-decoration: none;
	background-color: inherit;
}
#nav li:hover ul ul, #nav li.sfhover ul ul { display: none; }
#nav li:hover ul, #nav li li:hover ul,  #nav li.sfhover ul, #nav li li.sfhover ul { display: inline; }
#nav ul li:hover, #nav ul li.sfhover{
	color: inherit;
	background: url(../images/subnavback0.gif) #ccddec top left repeat-y;
}
#nav ul li a:hover{
	color: #18336a;
	background: #ccddec;
}
