/* DDmenu Styles */



#menu {
	list-style-type:none;
	padding:0;
	width: 100%;
	margin: 0;
}

#menu li {
	float:left;
	padding:0;
	margin:0 0px 0 0;
	position:relative;
	width:19.95%;
	z-index:1000;
	visibility: visible;
}


#menu li dl {
	position:absolute;
	top:0px;
	left:0px;
	visibility: visible;
}
#menu li a, #menu li a:visited {
	text-decoration:none;
}


#menu li dd {
	display:none;
	font-size: 12px;
	font-family: "Trebuchet MS";
	padding: 0px;
	width: 100%;
	font-weight: bold;
}


#menu li:hover, #menu li a:hover {
	border:0;
}


#menu li:hover dd, #menu li a:hover dd {
	display: block;
}


#menu li:hover dl, #menu li a:hover dl {
	width: 100%;
	text-decoration: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% -20px;
	padding: 0px;
	margin: 0px;
}


#menu table {border-collapse:collapse; padding:0; margin:-1px;}

#menu dl {width: 100%; margin: 0; padding: 0; text-align:center; cursor:pointer;}

#menu dt {margin:0; padding: 5px; color: #FEFEFB; border-bottom:1px none #444;}

#menu .one {}
#menu .two {}
#menu .three {}
#menu .four {}
#menu .five {}

#menu dd {
	margin:0;
	padding:15 10;
	text-align:justify;
	display: block;
	width: 100%;
	border: 0px none;
}


#menu dd.last {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center 0px;
	width: 100%;
	height: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #54453F;
	text-align: center;
}


.gallery dt a, .gallery dt a:visited {display:block; color:#B53010;}
.gallery dd a, .gallery dd a:visited {
	color:#FEFEFB;
	text-decoration:none;
	display:block;
	padding:7px 0px 8px;
	background: #351E15 url(../graphics/layOut_imgs/menu_bg1.png) repeat scroll 0px 0px;
	width:100%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #332926;
}


.gallery dd a:hover {
	background: #382721 repeat scroll 0px 0px;
	color:#FEFEFB;
	padding: 7px 0px 8px;
	margin: 0px 25px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #332926;
}


.menuDates {
	color: #FFB56A;
	padding: 0px 0px 5px 5px;
	font-size: 81.5%;
	text-align: right;
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
}

