#nav,#nav ul {padding:0;margin:0}

#nav li { /* all list items */
/*	font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-family:"Trebuchet MS";
	font-size:13px;
	width: auto;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:5px;
	float: left;
	list-style: none;
	line-height: 1;
}

#nav li ul { /* second-level lists */
	position: absolute;
/*	background: #165171;*/
	background: #00456b;
	width: auto;
	top: 22px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
/*	background-image:url(../images2/menubg.gif);*/
	background-repeat:repeat-y;
	float:none;
	padding-top:5px;
/*	width:200px; */
	list-style-image: none;
	text-indent:15px;
	padding-left:0px;
/*
	width:100px;
	text-indent:-5px;
	padding-left:20px;
*/
}

#nav a {
	display: block;
	text-decoration:none;
	color: #6A92B3;
}

#nav a hover {
	color:#9DC4E4;	
}

#nav li ul li a {
	color:#6A92B3;
}

#nav li ul li:hover a {
	color:#ffffff;
/*	background-image:url(../images2/mi_hover.gif);*/
	background-repeat:no-repeat;
	position:relative;
	left:-5;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#crumb,#crumb ul {padding:0;margin:5}

#crumb li { /* all list items */
	width: auto;
	padding-right:2px;
	padding-bottom:5px;
	padding-top:5px;
	float: left;
	list-style: none;
	line-height: 1;
}

#crumb a {
	display: block;
	text-decoration:none;
}

#crumb a hover {
	color:#015836;	
}

#topnav {
	Z-INDEX: 58; LEFT: 67px; BACKGROUND-IMAGE: url(../images2/PV_BreadCrumbBG.png); WIDTH: 925px; BACKGROUND-REPEAT: no-repeat; POSITION: absolute; TOP: 170px; HEIGHT: 28px; vertical-align:middle; color: #947850
}
#topnav ul li a {
	font-weight:bold;
	font-size:10pt;
/*	color: #947850;*/
	color: #00456b;
}

