
#nav-wrapper {
	font-size: .8em;
	margin: 0px auto 8px auto;	
	text-align: center;
	background-color: transparent;
	width: auto;
	height: 22px;
	width:760px;
	font: 'Lucida Grande', LucidaGrande, Lucida, Arial, sans-serif; color: #fff;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.7;
}

#nav a {
	width: 126px;
	w\idth : 126px; /* hack */
	display : block;
	color : #000;
	font-weight : bold;
	text-decoration : none;
	padding : 0px .5em;
	height: 22px;
	/*background-image: url(../images/main-nav-black.png);*/

}


#nav a:hover {
	width: 126px;
	w\idth : 126px; /* hack */
	background-color: transparent;
	/*background-image: url(../images/main-nav-black-over.png);*/
	color: #000;
	border-bottom: 3px solid #f7941e;
}

#nav li { /* all list items */
	float: left;
	/*also effects general size - indvidual li sizes*/
	width: 126px; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background:  transparent;
	width: 126px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -27px 0 0 10em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #menu li.hover {
    position: static;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
