#navholder{
	background-color: #F2F0FF;
	position:absolute;
	left:50%;
	width:768px;
	margin-top:0px;
	margin-left:-382px;
	color: #8A9289;
	top: 96px;
	height:1em;
	border:none;

}

#nav, #nav ul {
	list-style: none;
	background-color: #F2F0FF;
	padding: 0;
	margin: 0 0 1em 0;
/* 	width: 100%; */
	width: 768px;
	line-height: .75em;
}

#nav li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}

#nav a {
	font-size:12px;
	display: block;
	font-weight: bold;
	text-decoration: none background-color: #D8E0E2;
	padding: 2px 12px 6px 12px;
	width: 72px;
	font-family: "Trebuchet MS", Verdana, Chicago, "Arial Narrow", "Lucida Sans Unicode", sans-serif;
} 
#nav li.parentItem {
/*	background: url(parent.gif) center right no-repeat;

border: none;
*/}
#nav li.childItem {
/*background: url(child.gif) center right no-repeat;

width:160px;
border: 1px solid #B0B5B0;
*/
}

/*#nav a:link, #nav a:visited {
	color:#003399;
	text-decoration: none;
	background-color: #D8E0E2;
}
#nav a:hover, #nav a:active {
	color: #92756c;
	background-color: #FFFFFF;
	text-decoration: none;
}*/
#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 168px;
margin-top: 0px;
padding:1px;
border: 1px solid #B0B5B0;
}

#nav li li {
padding-right: 0;
}

#nav li ul a {
width: 144px;
}

#nav li ul ul {
	margin: -1.4em 0 0 144px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav a.menuLink {
	background-color: #F2F0FF;
	color: #B0B5B0;
	color: #8A9289;
background-position: center;

	}
#nav a.menuLink:link {
	color: #B0B5B0;
	background-color: #F2F0FF;
	text-decoration: none;
	background-position: center;
	text-align: left;

	}
#nav a.menuLink:visited {
	color: #B0B5B0;
	text-decoration: none;
	background-color: #F2F0FF;
	text-align: left;

	}
#nav a.menuLink:hover {
	color: #fff;
	background-color: #9c96A0;
	text-decoration: none;
	background-position: center;

	}
#nav a.menuLink:active {
	color: #B0B5B0;
	text-decoration: none;
	background-color: #FFFFFF;
	}
