.menushell{
	height: 0px;
	width: 90px;
	position: absolute;
	font-weight: bold;
	overflow: hidden;
	font-size: small;
	z-index: 1000;
	display: block;
	padding-top: 30px;
	margin: 17px 0px 0px auto;
}

.submenu{
	width: 208px;
	background: url(../images/dot_80.png) repeat;
    background-color: black;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color:#504c4c;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.menushell:hover{
	width: 210px;
}

.vert{
	display: block;
	padding: 2px;
	padding-left: 5px;
	border-bottom: 1px solid #504c4c;
	border-top: 0px;
	width: 100%;
}

.vert a{
	color: gainsboro;
}

.vert:hover{
	background-color: #860b09;
}

#page_menu {
	margin-bottom: 0px;
	width: 774px;
	height: 160px;
	background: url('../images/menu_background_logo.png');
	background-repeat: no-repeat;
	background-position:0px 0px;
	padding-top: 12px;
	padding-left: 0px;
}

#menu_bar{
	font-family: Tahoma, Trebuchet MS, Arial, Sans;
	margin-top: 15px; 
	color:  black; 
	font-weight: bold;
	font-size: 10pt;
	white-space: nowrap;
}


#page_menu ul {
	height: 150px;
}

#page_menu li {
	padding: 0px 18px 0px 12px;
	height: 150px;
	background: url('../images/menu_list_bg_.gif') no-repeat 12px 0px;
	float: left;
}

#page_menu li a {
	width: 123px;
	height: 30px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	z-index: 2;
	position: absolute;
}

#page_menu .advocacy  {
	width: 60px;
	background: url(../images/menu_advocacy.png) no-repeat -12px 0px;
}

#page_menu .about {
	width: 60px;
	background: url(../images/menu_about.png) no-repeat -12px 0px;
}

#page_menu .calendar {
	width: 60px;
	background: url(../images/menu_calendar.png) no-repeat -12px 0px;
}

#page_menu .coolstuff {
	width: 66px;
	background: url(../images/menu_coolstuff.png) no-repeat -3px 0px;
}

#page_menu .community {
	width: 80px;
	background: url(../images/menu_community.png) no-repeat 5px 0px;
}

#page_menu .trails {
	width: 60px;
	background: url(../images/menu_trails.png) no-repeat -15px 0px;
}

#page_menu li span {
	width: 123px;
	height: 30px;
	display: none;
	overflow: hidden;
}

#page_menu li a span {
	display: none;
}

/* specific menus */
#subAboutShell{
	margin-left: 180px;
}

#subAboutShell:hover{
	height: 153px;
}

#subAbout{
	height: 125px;
}

#subCalendarShell{
	margin-left: 260px;
}

#subCalendarShell:hover{
	height: 33px;
	width: 102px;
}

#subCalendar{
	width: 100px;
	height: 20px;
}

#subCoolstuffShell{
	margin-left: 350px;
}

#subCoolstuffShell:hover{
	height: 65px;
	width: 139px;
}

#subCoolstuff{
	width: 137px;
	height: 63px;
}

#subCommunityShell{
	margin-left: 450px;
}

#subCommunityShell:hover{
	height: 148px;
	width: 175px;
}

#subCommunity{
	width: 173px;
	height: 146px;
}

#subTrailsShell{
	margin-left: 560px;
}

#subTrailsShell:hover{
	height: 65px;
	width: 139px;
}

#subTrails{
	width: 137px;
	height: 63px;
}


