/* 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 #oaks,  ul#flashnav #teaching,  ul#flashnav #minOne,  ul#flashnav #minTwo {

	float:left;
	height:29px;
	margin-right:0px;
}

#featured_events {width:102px;}
#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;}

#oaks {width:108px;}
#oaks a, #oaks a:visited {background:url("/img/btn-oaks.gif") top left no-repeat;}
#oaks a:hover {background:url("/img/btn-oaks.gif") top right no-repeat;}

ul#flashnav #teaching {width:110px;}
#teaching a, #teaching a:visited {background:url("/img/btn-teaching.gif") top left no-repeat;}
#teaching a:hover {background:url("/img/btn-teaching.gif") top right no-repeat;}

ul#flashnav #minOne {width:70px;}
#minOne a, #minOne a:visited {background:url("/img/btn-children.gif") top left no-repeat;}
#minOne a:hover {background:url("/img/btn-children.gif") top right no-repeat;}

ul#flashnav #minTwo {width:57px;}
#minTwo a, #minTwo a:visited {background:url("/img/btn-youth.gif") top left no-repeat;}
#minTwo a:hover {background:url("/img/btn-youth.gif") top right no-repeat;}
