#dropDownMenu, #dropDownMenu * {
  margin:0;
  padding:0;
  }

#dropDownMenu {
  position:relative;
  float:left;
  width:699px;
  }

#dropDownMenu li ul {
	width:auto;
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding:0 10px 10px 10px;
	background:url(/clear.gif);
}

/* All LIs */
#dropDownMenu li {
	position:relative;
	float:left;
	list-style-type:none;
  }

/* sub-menu LIs */
#dropDownMenu li ul li {
	width:auto;
	border:1px solid #333;
	border-top:none;
}

/* All anchors */
#dropDownMenu li a {
	display:block;
	float:left;
	padding:0;
	height:20px;
  }

/* sub-menu Anchors */
#dropDownMenu li ul li a {
	width:11em/*FF*/;
	padding-left:5px;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.7em;
	height:1.7em;
	font-weight:normal;
	border:1px solid #fff;
	color:#fff;
	text-decoration:none;
	background-position:0 50% !important;
}

#dropDownMenu #aboutus ul li a {
  width:9em;
  }

#dropDownMenu #camps ul li a {
  width:12em;
  }

#dropDownMenu #games ul li a {
  width:9em;
  }

#dropDownMenu ul a:hover,
#dropDownMenu ul a:focus,
#dropDownMenu ul a:active {color:#fff !important;background:#c30}

/* display and z-index for the sub-menus */
#dropDownMenu li:hover ul,
#dropDownMenu li.msieFix ul {display:block;z-index:10;top:20px !important;}

/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#dropDownMenu li#aboutus {z-index:9;}
#dropDownMenu li#camps {z-index:8;}
#dropDownMenu li#spacer {z-index:7;}
#dropDownMenu li#progs {z-index:6;}
#dropDownMenu li#coaches {z-index:5;}
#dropDownMenu li#stories {z-index:4;}
#dropDownMenu li#tips {z-index:3;}
#dropDownMenu li#games {z-index:2;}
#dropDownMenu li#faq {z-index:1;}

/* background colors */
#aboutus,#aboutus li a,
#camps,#camps li a,
#spacer,#spacer li a,
#progs,#progs li a,
#coaches,#coaches li a,
#stories,#stories li a,
#tips,#tips li a,
#games,#games li a,
#faq,#faq li a {background-color:#0a5aa3;}

/* "trigger" and "msieFix" classes */
#dropDownMenu li.msieFix a {}