/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*        MENU STYLES         */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#menu {
position: absolute;
top: 25px;
left: 194px;
z-index: 500;
}

#menu ul li{
list-style: none;
float: left;
padding: 0px;
margin: 0px;
height: 9px;
}

#menu ul li a{
display: block;
height: 9px;
margin: 0px;
cursor: pointer;
text-decoration: none;
}

#menu ul {
list-style: none outside;
float:left;
padding: 0px;
margin: 0px;
height: 9px;
}

#menu li {	
position:relative;
list-style: none outside;
}

#menu ul ul {
position:absolute;
z-index:500;
display:none;
background: #000;
width: 160px;
border: solid 1px #000;
border-top:none;
top: 100%;
left: 0px;
}

#menu ul ul li {
float: none;
margin-left: 0px;
padding-left: 0px;
cursor: pointer;
}

#menu ul ul li:hover {
background: #E1EFF9;
}

#menu ul ul li a {
text-decoration: none;
color: #FFF;
font-size: 8pt;
font-weight: bold;
height: 20px;
padding-left: 10px;
line-height: 19px;
cursor: pointer;
}

#menu ul ul li a:hover {
color: #000;
}

#menu ul ul ul {
position:absolute;
top:0px;
left:100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

#aboutus {
width: 121px;
background: transparent url(../images/nav_01.gif) no-repeat top;
}

	#aboutus:hover, #aboutus.active {
	background: transparent url(../images/nav_01b.gif) no-repeat top;
	}

#calendar {
width: 95px;
background: transparent url(../images/nav_02.gif) no-repeat top;
}

	#calendar:hover, #calendar.active {
	background: transparent url(../images/nav_02b.gif) no-repeat top;
	}

#gallery {
width: 83px;
background: transparent url(../images/nav_03.gif) no-repeat top;
}

	#gallery:hover, #gallery.active {
	background: transparent url(../images/nav_03b.gif) no-repeat top;
	}

#forum {
width: 74px;
background: transparent url(../images/nav_04.gif) no-repeat top;
}

	#forum:hover, #forum.active {
	background: transparent url(../images/nav_04b.gif) no-repeat top;
	}

#newsletter {
width: 111px;
background: transparent url(../images/nav_05.gif) no-repeat top;
}

	#newsletter:hover, #newsletter.active {
	background: transparent url(../images/nav_05b.gif) no-repeat top;
	}

#tellafriend {
width: 120px;
background: transparent url(../images/nav_06.gif) no-repeat top;
}

	#tellafriend:hover, #tellafriend.active {
	background: transparent url(../images/nav_06b.gif) no-repeat top;
	}

#contactus {
width: 102px;
background: transparent url(../images/nav_07.gif) no-repeat top;
}

	#contactus:hover, #contactus.active {
	background: transparent url(../images/nav_07b.gif) no-repeat top;
	}
