
#menu{
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width:100%;
	position:relative;
	background-color: #000066;
	}

#menu ul{
	float: right;
	position: relative;
	right: 50%;
	margin: 0;
	padding: 0;
	list-style:none;
	color: #000066;
	text-align: center;
	}

#menu ul li{
	float: left;
	list-style: none;
	margin: 0 .1em 0 0;
	padding: 0;
	position: relative;
	left: 50%;
	}

#menu ul li a{
	display: block;
	margin: 0;
	padding: .5em .5em;
	font-size: 1.2em;
	line-height: 1.2em;
	background: #c1d9ff;
	border-bottom: .1em solid #000066;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}


#menu ul ul{
	position:absolute;
	display:none;
	top: 27px;
	left: -.1em;
	right: auto;
	width: 10em;
	}

#menu ul ul li{
	left: auto;
	margin: 0;
	clear: left;
	width: 100%;
	}

#menu ul ul li a{
	display: block;
	margin: 0;
	padding: .5em .5em;
	font-size: 1.2em;
	line-height: 1.2em;
	background: #c1d9ff;
	border-right: .1em solid #000066;
	border-left: .1em solid #000066;
	border-bottom: .1em solid #000066;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}


#menu ul ul ul{
	position:absolute;
	display:none;
	top: 0;
	left: 113px;
	right: auto;
	}

#menu ul ul ul li{
	left: auto;
	margin: 0;
	clear: both;
	}

#menu ul ul ul li a{
	display: block;
	width: 20em;
	margin: 0;
	padding: .5em .5em;
	font-size: 1.2em;
	line-height: 1.2em;
	background: #c1d9ff;
	text-decoration: none;
	color: #00066;
	font-weight: bold;
	border-right: .1em solid #000066;
	border-bottom: .1em solid #000066;
	}

#menu:hover ul{
	display:block;
	}

#menu:hover ul ul{
	display:none;
	}

#menu:hover ul ul ul{
	display:none;
	}

#menu ul li:hover ul{
	display:block;
	}

#menu ul li:hover ul ul{
	display: none;
	}

#menu ul ul li:hover ul{
	display:block;
	}

#menu a	{
	background-color:#c1d9ff;
	display:block;
	width: 100px;
	padding: 0;
	text-decoration:none;
	color:#000066;
	font-family: "Lucinda Grande", sans-serif;
	font-size: 1em;
	}

#menu a:hover{
	background-color:#c1d9ff;
	color:#000066;
	border-color: #000066;}


body#home a.home, body#calendar a.calendar, body#faq a.faq, body#programs a.programs, body#contact a.contact, body#parties a.parties, body#aboutus a.aboutus, body#gallery a.gallery
	{
	color: #000066;
	padding-bottom: .5em;
	background: #DEFF81;
	border-color: #DEFF81;
	}



