#nav
	{ /* all lists */
	padding-left:55px;
	margin: 0;
	list-style: none;
	line-height: 50px;
	width:758px;
	color:#FFFFFF;
	font-weight: bold; 
	font-family: Arial, Times, serif;
	}
#nav ul 
	{ 
	/* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 20px;
	width:758px;
	color:#FFFFFF;
	font-weight: bold; 	
	font-family: Arial, Times, serif;
	}
#nav a 
	{
	display: block;
	/*width: 6em;*/
	width: 130px;
	font-size: 12px;
	/*background-color: #EFEFEF;*/
	}
#nav li 
	{ 
	/* all list items */
	float: left;
	/*width: 5em; /* width needed or else Opera goes nuts */
	width: 130px;
	background-color: #951B1E;
	}
#nav li ul 
	{ 
	/* second-level lists */
	position: absolute;
	/*width: 5em;*/
	width:130px;
	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: -1em 0 0 10em;*/
	margin: 0 0 0 10em;
	}
#nav li:hover ul ul, #nav li.sfhover ul ul 
	{
	/*left: -999em;*/
	background-color:#000000;
	}
#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;
	background-color:#FFFFFF;
	}	
a.menulinks:link
	{
	color:#000000;
	font-weight: bold; 
	font-family: Arial, Times, serif;
	font-size: 12px;
	text-align:center;
	text-decoration:none; 
	}
a.menulinks:visited
	{
	color:#FFFFFF;
	text-align:center;
	background-color:#951B1E;
	text-decoration:none; 
	}
a.menulinks:hover
	{
	text-align:center;
	color:#9E9C9C;
	background-color:#FFFFFF;
	text-decoration:none;
	}	
a.sub:link
	{
	color:#FFFFFF;
	font-weight: bold; 
	font-family: Arial, Times, serif;
	font-size: 12px;
	text-align: center;
	text-decoration:none; 
	background-color:#951B1E;
	}
a.sub:visited
	{
	/*color:#FFFFFF;*/
	color:#FFFFFF;
	font-size: 12px;
	text-align: center;
	text-decoration:none; 
	background-color:#951B1E;
	}
a.sub:hover
	{
	color:#9E9C9C;
	font-size: 12px;
	text-align: center;
	text-decoration:none;
	background-color:#FFFFFF;
	}