/* CSS Document */

#nav2 {
		
	
	text-align: center;
	color: #3F3F3F;
	text-decoration: none;
	width: 538px;
	height: 35px;
	float:left;
	padding: 0px 0px 0px 0px;
	
}
#nav2 ul {
	
	list-style: none;
	padding: 0;
	
	height: 35px;
	margin: 0px 0px 0px 0px;
	
	
}

#nav2 a {
	display: block;
	color: #808080;
	text-decoration: none;
	
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-variant:small-caps;
	font-weight:bold;
	text-indent: 7px;
	

}
#nav2 a:hover {
	color: #fff;
	
	
}

#nav2 li {
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial;
	height: 35px;
	
}
#nav2 li a{
font-size: .9em;

	height: 35px;
	line-height: 35px;

	padding: 5px 0px 0px 15px;
}

#nav2 li ul {
	position: absolute;
	left: -999em;
	width: 170px;
	height: 35px;
	background-color:#000;
	

}
#nav2 li ul a{
	
	width: 170px;
	height: 35px;
	color:#808080;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
	border-left: none;
	line-height: 15px;
	background-color:#000;
	
}

#nav2 li ul a:hover {
color:#fff;


}

#nav2 li ul ul {
	width: 100px;
	margin-left: 209px;
	margin-top: -31px;
}


#nav2 li:hover ul ul, #nav2 li:hover ul ul ul{
	left: -999em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul  {
display: block;
	left: auto;
}
