/* Nav bar */
ul#nav{
	width:692px;
	height:48px;
	overflow:visible;
	list-style:none;
	text-align:left;
	padding:0px;
	margin:0px;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:48;
}
#nav li {
	position:relative;
	float: left;
}
#nav li ul {
	display:block;
	position: absolute;
	width: 200px;
	left: -999em;
	top:48px;
	z-index: 40;
	clear:none;
	background-color: #0050a3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#nav li:hover ul{
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
	z-index:40;
}
#nav li.sfhover ul{
	display:block;
	z-index:9000;
	position:absolute;
	float:left;
	clear:both;
	left:0px;
	z-index:40;
}
#nav li ul li a {
	display: block;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
	width:182px;
	color: #ffffff;
	text-align: left;
	border-collapse:collapse;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
}
#nav li ul li a:hover{
	background-color:#6e6e6e;
	text-decoration:none;
}
a.nav1 {
	display:block;
	height: 48px;
	width: 65px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_home.jpg);
	background-repeat: no-repeat;
}
a.nav1:hover {
	background-position: 0 -48px;
}
#nav1Over {
	width:65px;
	display:block;
	height: 48px;
	background-position: 0 -48px;
	background-image: url(/images/site/btn_home.jpg);
	background-repeat: no-repeat;
}
a.nav2 {
	display:block;
	height: 48px;
	width: 82px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_services.jpg);
	background-repeat: no-repeat;
}
a.nav2:hover {
	background-position: 0 -48px;
}
#nav2Over {
	display:block;
	height: 48px;
	width: 82px;
	background-image: url(/images/site/btn_services.jpg);
	background-repeat: no-repeat;
}
a.nav2b {
	display:block;
	height: 48px;
	width: 101px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_pop_report.jpg);
	background-repeat: no-repeat;
}
a.nav2b:hover {
	background-position: 0 -48px;
}
#nav2bOver {
	width:101px;
	display:block;
	height:48px;
	background-position: 0 -48px;
	background-image: url(/images/site/btn_pop_report.jpg);
	background-repeat: no-repeat;
}
a.nav3 {
	display:block;
	height: 48px;
	width: 135px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_price_guide.jpg);
	background-repeat: no-repeat;
}
a.nav3:hover {
	background-position: 0 -48px;
}
#nav3Over {
	width: 135px;
	display:block;
	height: 48px;
	background-position: 0 -48px;
	background-image: url(/images/site/btn_price_guide.jpg);
	background-repeat: no-repeat;
}
a.nav4 {
	display: block;
	height: 48px;
	width: 112px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_set_registry.jpg);
	background-repeat: no-repeat;
}
a.nav4:hover {
	background-position: 0 -48px;
}
#nav4Over {
	width: 112px;
	display: block;
	height: 48px;
	background-position: 0 -48px;
	background-image: url(/images/site/btn_set_registry.jpg);
	background-repeat: no-repeat;
}
a.nav5 {
	display:block;
	height: 48px;
	width: 96px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_resources.jpg);
	background-repeat: no-repeat;
}
a.nav5:hover {
	background-position: 0 -48px;
}
#nav5Over {
	width:96px;
	display:block;
	height:48px;
	background-position: 0 -48px;
	background-image: url(/images/site/btn_resources.jpg);
	background-repeat: no-repeat;
}
a.nav6 {
	display:block;
	height: 48px;
	width: 101px;
	background-position: 0 0px;
	background-image: url(/images/site/btn_about_psa.jpg);
	background-repeat: no-repeat;
}
a.nav6:hover {
	background-position: 0 -48px;
}
#nav6Over {
	width:101px;
	display:block;
	height:48px;
	background-position: 0 -48px;
	background-image: url(/images/site/btn_about_psa.jpg);
	background-repeat: no-repeat;
}

/* third level drop down list CSS below */

#nav li ul ul {
	margin: -1em 0 0 10em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

