/* ================================================================
Copyright (c) 2010 Stu Nicholls. All rights reserved.
modified for Prospace style by spaceace spaceace@livemembersonly.com
=================================================================== */

.menu, .menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu {
	position: relative;
	width: auto;
	padding-left: 10px;
	margin: -3px 0 3px 0;
	height: 40px;
	background: #300000;
	z-index: 1000;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 0, 0, 1)), to(rgba(0, 0, 0, 0)), color-stop(20%, rgba(50, 0, 0, 0.4)), color-stop(30%,  rgba(0, 0, 0, 0.2)));
	background-image: -moz-linear-gradient(-90deg, rgba(50, 0, 0, 1), rgba(50, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
}

.menu li {
	float: left;
}

.menu li a {
	display: block;
	font: normal 12px/30px verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 0 10px;
	text-shadow: -1px -1px 6px rgba(255, 255, 255, 0.6), -1px -1px 1px #FFFFFF;
}


* html .menu li a:hover {
	background: #891111;
	color: #FFFFFF;
}

.menu li a:hover,
.menu li:hover > a {
	background: #690D0D;
	color: #D69A4A;
	text-shadow: -1px -1px 6px rgba(0, 0, 0, 0.6), -1px -1px 1px #000000;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.4)), color-stop(30%,  rgba(255, 255, 255, 0.2)));
	background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0));
}

.menu table {
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 -1px 0;
	border: 0;
}

.menu div.holder {
	max-width: 720px;
	opacity: 0.92;
	alpha(opacity=92);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=92);
	height: 0;
	top: 30px;
	position: absolute;
	overflow: hidden;
	-webkit-transition: height 0.8s linear;
}

.menu div.slide {
	background: #690D0D;
	max-width: 670px;
	padding: 0 15px 15px;
	border: 1px solid #555555;
	position: relative;
	top: -300px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.6);
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(50, 0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.4)), color-stop(20%,  rgba(50, 0, 0, 0.2)));
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4) 10%, rgba(50, 0, 0, 0.2) 20%, rgba(50, 0, 0, 0));
	-webkit-transition: top 0.8s linear;
}

.menu div.slide dl {
	float: left;
	width: 200px;
}

.menu :hover div.p1 {
	height: 275px;
}

.menu :hover div.p2 {
	height: 127px;
}

.menu :hover div.p3 {
	height: 136px;
}

.menu :hover div.p4 {
	height: 228px;
}

.menu :hover div.slide {
	top: 0px;
}

.menu li .slide dl {
	padding: 0;
	margin: 0;
}

.menu li .slide dl dt {
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	padding: 10px 0 0;
	margin: 0;
	height: 28px;
	line-height:28px;
	color: #E7C292;
}

.menu li .slide dl dd {
	padding: 0;
	margin: 0;
}

.menu li .slide dl dd a {
	background: transparent;
	height: 28px;
	line-height: 28px;
}

.menu li .slide dl dd a:hover {
	background: transparent;
}

#info .clear {
	clear: left;
}

#info img {
	display: block;
	margin: 0 auto;
}