/* Top Navigation
----------------------------------------------- */
#navwrapper {
	height:28px;
	width:748px;
	background-image:url(/persistent/templateimages/menu_bg.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin:0px;
	padding:0px;
}


#navblock {
	float: left;
	margin: 0;
	width: 748px;
	height:28px;
	}
	
#nav, #nav ul {
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	height:28px;
	width: 748px; /* bmh */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 748px;
	} 
*>html #navblock ul {f\loat: left;margin-top:0px;width: 716px;} /*IE 5 Mac hack  */
	
#nav a:visited, #nav a:link {
	display: block;
	color: #002252;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
	}
*>html #nav a {f\loat: left;} /*IE 5 Mac hack */

#nav a:hover {
	display: block;
	color: #fff;
	background-color:#132454;
	text-decoration: none;
	}
	
#nav li {
	position: relative;
	float: left;
	margin: 0px;
	margin-right: 0;
	margin-bottom: 0;
	width: auto;
	white-space: nowrap;
	border-right: solid 1px #000;
	} 
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

/* second-level lists */
#nav li ul {
	position:absolute;
	height:28px;
	left:-999em;
	margin:0;
	padding:1 0 0 0;
	display:block;
	list-style:none;
	width:174px; /* bmh */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 172px;
	}
html>#nav li ul {
	width: 172px;
	margin: 0;
	padding: 0;
	}
	
#nav li li {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 10px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
* html #nav li li { width: 184px;}
	
#nav li li span {
	margin:0;
	background-image: url('/persistent/templateimages/clear.gif');
	padding:2px 4px 2px 4px;
	display:block;
	position:relative;
	width: 100%;
	}
#nav li li a:visited, #nav li li a:link {
	text-decoration:none;
	display:block;
	font-weight: normal;
	color: #132454;
	background: #D5E0E6;
	text-transform:none;
	text-align:left;
	padding: 3px 6px 0 6px;
	cursor: pointer;
	height:26px;
	}
#nav li li a:hover {
	text-decoration:none;
	font-weight: normal;
	color: #fff;
	background: #132454;
	text-transform:none;
	text-align:left;
	padding: 3px 10px 0 6px;
	cursor: pointer;
	height:26px;
	}
