/* CSS Document */


#topnav {
float:right;
height:15px;
	width: 270px;
	w\idth: 275px;
	margin-top:10px;
text-align:right;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin:0;
	list-style-type: none;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #999999;
	line-height:12px;
}
 #nav a:hover, #nav a.noborder:hover{color:#333333;}

 #nav a.noborder{
	padding-right:0px;
	margin-right:0px;
	border-right-style: none;
	border-bottom-color: #FFFFFF;	
}
#nav a {
	display: block;
	color:#999999;
	border-right: 1px solid #999999;
	text-decoration: none;
	padding-right:5px;
	margin-top:5px;
	margin-right:5px;
	text-align:left;
	}
.tall{height:14px;}
	

	
#nav li { /* all list items */
	float: right;
	width:auto;/* width needed or else Opera goes nuts */
	background-color:#ffffff;
}

	
#nav li ul { /* second-level lists */
	position: absolute;
	width:145px;
	padding-top:3px;
	padding-left: 3px;
	margin-left:-3px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align:left;
	background-color:#ffffff;
}

#nav li ul a{/*second level links*/
	width:135px;
	background-color:#ffffff;

	border:0;
}

	
#nav li ul ul { /* third-level lists */
	position: absolute;
	width:145px;
	padding-left: 3px;
	padding-bottom:3px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align:left;
	background-color:#ffffff;
}

#nav li li {
	width: 140px;
}
#homenav li ul ul a{ /* third-level links */
	position: absolute;
	width:140px;
	padding-top:5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	list-style:none;
	background-color:#ffffff;
	
}

#nav li ul a:visited,#nav li ul ul a:visited{ 
color: #999999;
text-decoration:none;
}
#nav li ul a:hover, #nav li ul ul a:hover{ 
color: #333333;
text-decoration:none;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {/* hide 3rd level*/
	left: -999em;
}

 #nav li li:hover ul, #nav li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items- show 3rd level */

left: 91px;
margin-top:-20px;
}	
	
	