@charset "UTF-8";
/* CSS Document */

.navHolder {width: 975px; margin: 0 auto;}



ul#topnav {
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	float: left;
	width: 975px;
	list-style: none;
	position: relative;
	/*font-size: 1.2em;*/
	text-align: center;
	/*margin-left: 25px;*/
	background: url(../g/nav_bg975.jpg) no-repeat;/* 902x37 (images/topnav_stretch2.jpg*/
	height: 37px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #e2dab8;/*nav divider #555 */
	outline: 0;
}
ul#topnav li a {
	
	font:  14px arial, helvetica, sans-serif;
	color: #c10202;
	padding: 10px 12px;/*10 18 16*/
	display: block;
	/* old color: #73694b;73694b*/
	text-decoration: none;
	outline: 0;
}
ul#topnav li a:hover { 
	/*background: #f8f5e9 url(images/topnav_active.gif) repeat-x;*/
	text-decoration: none;
	color: #ff0000;
}
ul#topnav li span {
	
	float: left;
	padding: 10px 0;
	position: absolute;
	left: 0; top:32px;
	display: none;
	width: 950px;
	background: #f2e9c5;/* this is the actual dropdown 5d3c03 a46906 #1376c9*/
	color: #73694b;/*gold text nav*/
	/*-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;*/
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover { color:#Ff0000; text-decoration: none;}





.link {
	text-align: center;
	width: 6%;
}

.link2 {
	text-align: center;
	width: 10%;
}

.calendar {
	text-align:center;
	
}

/*///////////ADULT SUBNAV///////*/

#adultSubnav  {
	list-style:none;
	display: block;
	float: left;
	text-align: center;
	width: 840px;
	
}

#adultSubnav ul {
border: 0;
margin: 0;
padding: 30px 0 0 70px;
list-style-type: none;
text-align: center;
}


#adultSubnav ul li {
display: block;
float: left;
text-align: center;
padding: 0 5px 0 0;
margin: 0;
width: 200px;
white-space:nowrap;
}

#adultSubnav ul li a
{
/*background: #fff;*/
width: 170px;
height: 18px;
margin: 0;
color: #930;
text-decoration: none;
display: block;
text-align: center;
font:  12px arial, helvetica, sans-serif;
	color: #c10202;
	display: 90px;
	text-decoration:none;
	padding: 0px 0px 10px 0px;
}


#adultSubnav ul li a:hover {
	list-style: none;
	color: #FF0000;
}




