/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family: arial, sans-serif;
	height:20px;
	position:relative;
	font-size:11px;
	z-index:100;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:61px;
	height:20px;
	text-align:center;
	color:#FFFFFF;
	line-height:20px;
	font-size:11px;
	overflow:hidden;
	font-style: normal;
}
.menu ul {
	margin:0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {display: none;}
.menu ul li li a, .menu ul li li a:visited {
	display:block;
	text-decoration:none;
	width:104px;
	height:20px;
	text-align:center;
	color:#FFFFFF;
	line-height:20px;
	font-size:11px;
	overflow:hidden;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:20px;
	left:0;
	width:110px;
}
.menu ul li:hover ul li a.hide {
	color: #FFFFFF;
	background-color: #E9E9E9;
}
.menu ul li:hover ul li:hover a.hide {
	color:#000000;
	background-color: #E9E9E9;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block;
	color:#000000;
	background-color: #E9E9E9;
}
.menu ul li:hover ul li a:hover {
	color:#000000;
	background-color: #DADADA;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:110px;
	top:0;
}
.menu ul li:hover ul li:hover ul.left {
	left:-110px;
}

#Links{
	width: 43px;
	/*background-image: url(/images/_nav_img_links.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0 0;*/
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#About{
	width:63px;
	/*background-image: url(/images/_nav_img_about.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0 0;*/
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#Boosters{
	width:62px;
	/*background-image: url(/images/_nav_img_boosters.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0 0;*/
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#Teams{
	width:48px;
	/*background-image: url(/images/_nav_img_teams.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0 0;*/
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#Competitions{
	width:82px;
	/*background-image: url(/images/_nav_img_competition.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0 0;*/
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#Schedules{
	width:68px;
	/*background-image: url(/images/_nav_img_schedules.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0 0;*/
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#Tumbling{
	width:57px;
	/*background-image: url(/images/_nav_img_tumbling.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0 0;*/
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#Contact{
	width:52px;
	/*background-image: url(/images/_nav_img_contact.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0 0;*/
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#Calendars{
	width:60px;
	/*background-image: url(/images/_nav_img_calendars.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0 0;*/
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#Links,
#About,
#Boosters,
#Teams,
#Competitions,
#Schedules,
#Tumbling,
#Contact,
#Calendars
{
	/*height:0px !important;
	height:18px;
	padding:18px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	/*border:1px solid red;*/
}


