/* Template1 topNav.css version 1*/

#topNav{
	position:absolute;
	margin: 0;
	padding:0;
	text-align:center;
	z-index:5000;
	width:760px;
	height:32px;
	
}

#topNav ul{
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	line-height:10px;
	text-transform:uppercase;
	width:760px;
	height:32px;
	
}

#topNav ul li{
	width:auto;
	float:left;
	position:relative;
	
}

#topNav ul li a{
	display:block;
	font-size: 10px;
	float:left;
	width:151px;
	padding: 10px 0 0 0;
	height:32px;
	border:0;
	text-decoration: none;
	color:#3f5331;
	background: url(/images/navbar_bkg.jpg) no-repeat center top;

}
#topNav #first a{
	background-position: left top !important;
	color:#3f5331;
	font-size: 10px;
}
#topNav #last a{
	background-position: right top !important;
	color:#3f5331;
	font-size: 10px;
}
#topNav ul li a:hover{
	background: url(/images/navbar_roll_bkg.jpg) no-repeat center top;
	color:#ffffff;
	font-size: 10px;
}
#topNav #first a:hover{
	background: url(/images/navbar_roll_bkg.jpg) no-repeat left top;
	color:#ffffff;
	font-size: 10px;
}
#topNav #last a:hover{
	background: url(/images/navbar_roll_bkg.jpg) no-repeat right top;
	color:#ffffff;
	font-size: 10px;
}
#topNav #first a.active, #topNav #first a.active:visited{
	background: url(/images/navbar_roll_bkg.jpg) no-repeat left top;
	color:#ffffff;
	font-size: 10px;
}
#topNav #last a.active, #topNav #last a.active:visited{
	background: url(/images/navbar_roll_bkg.jpg) no-repeat center top;
	color:#ffffff;
	font-size: 10px;
}
#topNav a.active, #topNav a.active:visited{
	background: url(/images/navbar_roll_bkg.jpg) no-repeat center top;
	color:#ffffff;
	font-size: 10px;
}
#topNav ul li ul{
	position:absolute;
	top: 3em;
	margin:-1px 0 0 0;
	width:auto;
	height:auto;
	font-size: 10px;
	clear:both;
	z-index:6000;
	
}

#topNav ul li ul li{

	clear:both;
	margin:0;
	height:auto;
}



#topNav ul li ul li a{
	display:block;
	background-color: #ffffff;
	color: #6e825f;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #E3E3E3;
	border-top:none;
	font-size:10px;
	background-image: url() !important;
	height:auto;
	width:128px;
	margin:0;
	white-space:normal;
	
	
	
}

#topNav ul li ul li a:hover{
	background-image: url() !important;
	background-color: #cfd9c8 !important;
	color:#000000 !important;
	white-space:inherit;
	font-size: 10px;
}

#topNav ul li ul#sub1Visibility, #topNav ul li ul#sub2Visibility, #topNav ul li ul#sub3Visibility, #topNav ul li ul#sub4Visibility, #topNav ul li ul#sub5Visibility{
	display:none;
}
