#menu {
width: 750px;
background: url(images/fade.jpg) repeat-y top right;
/*float: left;*/
}

#menuTop {
text-align: center;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 100px;
float: left;
border-left: 2px solid Black;
border-right: 2px solid Black;
}

#menu a, #menu h2 {
font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
display: block;
margin: 0px;
padding: 1px;
}

#menu h2 {
color: Black;
background: #d1ebf4;
}

#menu h2 a {
color: Black;
background: #d1ebf4;
padding: 0px;
}

#menu a {
color: Black;
background: #d1ebf4;
text-decoration: none;
}

#menu a:hover {
color: Black;
background: #009fc2;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
/*z-index: 500;*/
}

#menu ul ul a{
	font-size: 8pt;
	line-height: 12px;
	padding: 3px;
}

#menu ul ul li{
border-top: 2px solid Black;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#home ul {
width: 45px;
text-align: left;
}

#home ul ul {
width: 125px;
}

#about ul {
width: 65px;
border-right: none;
text-align: left;
}

#about ul ul {
width: 125px;
border-left: none;
}

#membership ul {
width: 85px;
border-right: none;
text-align: left;
}

#membership ul ul {
width: 125px;
border-left: none;
}

#available ul {
width: 126px;
border-right: none;
text-align: left;
}

#available ul ul {
width: 126px;
border-left: none;
}

#map ul {
width: 35px;
border-right: none;
text-align: left;
}

#map ul ul {
width: 125px;
border-left: none;
}

#plans ul {
width: 41px;
border-right: none;
text-align: left;
}

#plans ul ul {
width: 125px;
border-left: none;
}

#links ul {
width: 40px;
border-right: none;
text-align: left;
}

#links ul ul {
/*left: -26px;*/
width: 125px;
border-left: none;
}

#s_map ul {
width: 58px;
border-right: none;
text-align: left;
}

#s_map ul:hover {
width: 58px;
border-right: none;
}

#s_map ul ul {
left: -81px;
width: 125px;
border-left: none;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}