﻿/* #nav ul{ /* all lists */
	padding: 0;
	margin: auto;
	list-style: none;
	line-height: 1;
	float:right;
	margin-right: 30px;
	margin-top: 50px;
}
*/


#nav{ /* all lists */
	padding: 0;
	margin: auto;
	list-style: none;
	line-height: 1;
	text-align:right;	
	height: 30px;
	margin-right: 30px;
	margin-top: 50px;
	display:block;
	border: 1px solid black;
	float:right;

}


#nav a, #nav a:visited {
	font-family: tahoma, trebuchet ms, arial, sans;
	font-size: 9pt;
	display: block;
	padding: 5px 17px 5px 0px;
	margin: 0px;
	color: #7d1800;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	height: 15px;
	font-weight: normal;
}

#nav a:hover {
	font-family: tahoma, trebuchet ms, arial, sans;
	font-size: 9pt;
	display: block;
	margin: 0px;
	color: red;
	text-decoration: underline;
	text-align: center;
	text-transform:uppercase;
	height: 15px;
	font-weight: normal;



}


#nav li { /* all list items */
	float: right;
	 /* width needed or else Opera goes nuts */
	display: block;
	height: 18px;
	margin:0;
	z-index: 50;
	padding: 30px 0 0 5px;
	text-align:center;


	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 8.5em;
	margin-top: -8px;
	margin-right: -50px;
	margin-bottom: 0;
	margin-left: 0px;
	border: none;
	text-align: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li { /* second-level lists */
	background: orange;
	height: 18px;
	margin-top: 0px;
	text-align: left;
	border: 1px solid Black;
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 10em;

	
}
#nav li ul ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 10em;

}

#nav li ul ul ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 10em;

}

#nav li ul ul ul ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 10em;

}

#nav li:hover ul ul, #nav li:hover ul ul ul,#nav li:hover ul ul ul ul,#nav li:hover ul ul ul ul ul,#nav li:hover ul ul ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul , #nav li.sfhover ul ul ul ul ul , #nav li.sfhover ul ul ul ul ul ul{
	left: -999em;

}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul,#nav li li li li:hover ul,#nav li li li li li:hover ul,#nav li li li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul, #nav li li li li li.sfhover ul, #nav li li li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}


/*
.arrowdiv
{
position: absolute;
right: 2px;
font-size:10px;
font-weight: bold;
z-index: 100;
height: 20px;
margin-top: 2px;
font-family: Tahoma;
}
*/