a {
	font-size: .85em;
	font-weight: bold;
	font: verdana;
	color: #990000;
	text-decoration:  none;
}
 
#body {
	font-family: arial, helvetica, serif;
}

#textbox {
        valign: top;
        align: left;
        width; 750; 
    	padding: 10px;
}

#strongtext {
	font-size: 1em;
	font-weight: bold;
	font: verdana;
	color: #990000;
}
 
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
 
#nav a {
	display: block;
	font: verdana;
	font-size: .85em;
	font-weight: bold;
	width: 5em;
	color: white;
	text-decoration:  none;
}
 
#nav li { /* all list items */
	float: left;
	align: center;
	width: 7em; /* width needed or else Opera goes nuts */
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	background: #990000;
    width: 5em;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    border-width: 3px;
    border-top-color: #999999;
    border-bottom-color: #333333;
    border-left-color: #999999;
    border-right-color: #333333;
    border-style: solid;
	font-size: 13px;

}
 
#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 { /* lists nested under hovered list items */
	left: auto;
	padding: 5px;
}

#nav li ul ul {
    margin: -1em 0 0 5em;
	padding: 5px;
}

#nav li ul li {
	padding: 2px;
}
 
#content {
	clear: left;
	color: #ccc;
}
