/* CSS Document */

#nav {
		
	
	text-align: center;
	color: #3F3F3F;
	text-decoration: none;
	width: 851px;
	height: 44px;
	float:left;
	padding: 10px 0px 0px 0px;
	
}
#nav ul {
	
	list-style: none;
	padding: 0;
	
	height: 54px;
	margin: 0px 0px 0px 10px;
	
	
}

#nav a {
	display: block;
	color: #999;
	text-decoration: none;

	font-weight: normal;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:normal;
	text-indent: 16px;
	

}
#nav a:hover {
	color:#06B0E3;
	
	
}

#nav li {
	float: left;
}
#nav li a{
font-size: .9em;
 
	
	line-height: 35px;

	padding: 0px 0px 0px 9px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 100px;
	margin-left: 9px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 9px;
	color: #ffffff;
	

}
#nav li ul a {
	width: 100px;
	background-color:#333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left: 0px;
	padding: 4px 6px 4px 6px;
	text-indent: 0px;
	border-left: none;
	line-height: 14px;
	
}

#nav li ul a:hover {
color:#06B0E3;

}

#nav li ul ul {
	width: 100px;
	margin-left: 209px;
	margin-top: -31px;
}



#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 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 {
left: auto;
display: block;
	
}
