body {
	font-family: tahoma,arial, helvetica, serif;
}

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

#nav li { /* all list items */
    position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	margin-right : -1px;
	width: 9.5em; /* width needed or else Opera goes nuts */
    background-color: #ebf3fb;
    border: 0px solid #b5d6ef;
	text-transform: capitalize;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left : 9.05em;
	margin-top : -1.35em;
}

#nav li a, span.nolink {
	width: 9.5em;
	w\idth : 9.5em; /* not a typo, browser hack */
	display : block;
	font-weight : bold;
	font-size: 1em;
	font-family: tahoma,arial;
	text-decoration : none;
	text-transform: capitalize;
	color: #FFFFFF;
	background: #595e67 url(../images/menubg.gif) 0 0 repeat-x;
	border : 0px solid #b5d6ef;
	/*padding : 1em 1em;*/
	padding-top: 8px;
	height: 31px;
	text-align: center;
	text-valign: middle;
}

#nav li a:hover {
	color: #FFF;
	font-size: 1em;
	background: #595e67 url(../images/menubg_over.gif) 0 0 repeat-x;
	height: 31px;
	text-decoration: none;
}

#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;
}

