/* 
  -----------------------------------
  Cary Park District Menu Styles
  -----------------------------------
*/
#VWnav {
	margin: 0;
	padding:0;
	font-size: .85em;
	letter-spacing: .01px;
	text-decoration: none;
	font-weight: normal;
	width: 736px;
}
#VWnav li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}
#VWnav ul {
	margin:0;
	padding:0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	font-weight: normal;
	border-right: 1px solid #43501B;
}
#VWnav ul li {
	background-color: #527A32;
}
#VWnav ul ul {
}
#VWnav a {
	display: block;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #FEEAC7;
	line-height:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#VWnav ul a {
	padding: 4px 5px 4px 5px;
	border-top: 1px solid #43501B;
	border-left: 1px solid #43501B;
}
#VWnav a:hover, #VWnav a:active, #VWnav a:focus,
#VWnav .VWon, #VWnav .VWon:hover, 
#VWnav .VWon:active {
	color: #FEEAC7; 
}
#VWnav ul a:hover, #VWnav ul a:active, #VWnav ul a:focus,
#VWnav ul .VWon, #VWnav ul .VWon:hover, 
#VWnav ul .VWon:active {
	color: #FEEAC7;
	background-color: #874A17;
}

/* ------ the current page marker style ------ */
#VWnav .VWmark, #VWnav .VWmark:hover {
	font-weight: normal;
}
/* ------ the trigger link styles ------- */


/*the normal trigger link with right arrow*/
#VWnav ul .VWtrg {
	background-image:  url(img/nav-arrow.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#VWnav .VWtrg:hover{
}
/*the submenu classes */
#VWnav .VWhide {
	left: -9000px;
	border: 0;
}
#VWnav .VWshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu button widths but firefox wants auto ie needs cond */
#VWnav li {
	float: left;
	width: auto;
}
#VWnav ul li {
	float: none;
	filter: alpha(opacity=85);
	-moz-opacity:0.92;
}
/* 2nd and subsequent Submenu widths */
#VWnav ul, #VWnav ul li {
	width: 134px;
}
