/* CSS Document */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial;
	/*Georgia, "Times New Roman", Times, serif;*/
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}
#nav {
	clear:both;
	height: 24px;
	width: 600px; /*697*/
	position: relative;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FFFFFF;
	border-bottom-color: #FF9900;
	border-left-color: #FFFFFF;
	z-index: 20;
	left: 400px;
	top: 90px;
}
#nav a {
	display: block;
	line-height:24px;
	text-decoration:none;
	color:#666666;
	padding-right: 1.2em;
	padding-left: 1.2em;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#nav li { /* all list items */
	float: left;
	background-color: #FFFFFF;
	border: 0px solid #999999;
}

#nav li.first	{border-left-width: 0px;} 
#nav li a:hover {
	color: #FF6600;
}
#nav li:hover {
	background-color: #FFFFFF;
	color: #006600;
}
#nav li:hover, #nav li.hover {  
	position: static;  
}  
/* 2nd level*/
#nav li ul li	{
	width: 210px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-bottom-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 11px;
} 

#nav li ul li a	{
	line-height:18px;
} 

#nav li ul li a:hover	{
	color: #FFFFFF;
	background-color: #FF9900;
	font-weight: bold;
	font-size: 12px;
} 

#nav li ul li.first	{border-top-width: 1px; border-left-width: 1px;} 

#nav li ul li.last	{border-bottom-width: 1px; border-bottom-color: #CCCCCC;} 

#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 ul { /* second-level lists */
	position: absolute;
	width: 210px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left:-1px;
}
#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 a.first	{padding-top:8px;	padding-right: 1em; padding-left: 1em;} /* offset level 1 vertically to align popouts so the popout does not look like it is under the other menu items */
/*#nav a.main	{padding-right: 1em; padding-left: 1em;} /* offset level 1 vertically to align popouts so the popout does not look like it is under the other menu items */

/*
#content {
	clear: left;
	color: #ccc;
}


#nav li ul ul { 
	margin: -23px 0 0 180px;
}

#nav li ul ul li	{	background-color:#b3b5a2; width: 180px;	padding-right: 0em; padding-left: 0em;} /* 3rd level background color 
#nav li ul ul ul li {background-color:#b3b5a2; width: 180px;	padding-right: 0em; padding-left: 0em;} /* 4th level bg color 
*/
