/* workarounds because this nav has to be in the same div as the main drop down nav in order to fix a known z-index big un ie7*/
ul#flashnav {
	background-color:transparent;
}
/*end workarounds*/


/*ie.css*/
ul#flashnav {
	position:absolute;
	top:2px;
	left:13px;
	z-index:1;
	width:580px;
	height:29px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid green;
}

#flashnav a{
	display:block;
	height:29px;
	border:0px solid black;
}

 ul#flashnav #downtown,  ul#flashnav #featured_events,  ul#flashnav #midweek_service,  ul#flashnav #children,  ul#flashnav #youth,  ul#flashnav #young_adult {

	float:left;
	height:29px;
	margin-right:2px;
}

#featured_events {width:108px;}
#featured_events a, #featured_events a:visited {background:url("/img/btn-featured-events.gif") top left no-repeat;}
#featured_events a:hover {background:url("/img/btn-featured-events.gif") top right no-repeat;}

#downtown {width:123px;}
#downtown a, #downtown a:visited {/*position:absolute;z-index:-1;	top:0px;
	left:108px;width:123px;border:5px solid black;*/background:url("/img/btn-downtown.gif") top left no-repeat;}
#downtown a:hover {background:url("/img/btn-downtown.gif") top right no-repeat;}

#midweek_service {width:110px;}
#midweek_service a, #midweek_service a:visited {background:url("/img/btn-midweek-service.gif") top left no-repeat;}
#midweek_service a:hover {background:url("/img/btn-midweek-service.gif") top right no-repeat;}

 ul#flashnav #children {width:72px;margin-right:1px;}
#children a, #children a:visited {background:url("/img/btn-children.gif") top left no-repeat;}
#children a:hover {background:url("/img/btn-children.gif") top right no-repeat;}

 ul#flashnav #youth {width:58px;margin-right:1px;}
#youth a, #youth a:visited {background:url("/img/btn-youth.gif") top left no-repeat;}
#youth a:hover {background:url("/img/btn-youth.gif") top right no-repeat;}

 ul#flashnav #young_adult {width:91px;margin-right:1px;}
#young_adult a, #young_adult a:visited {background:url("/img/btn-young-adult.gif") top left no-repeat;}
#young_adult a:hover {background:url("/img/btn-young-adult.gif") top right no-repeat;}