/* ------------------------------- Main Menu ---------------------------- */
#nav {
        background: url(/images/nav_bg.jpg) center right no-repeat;
	    position: relative;
	    font: 10px Tahoma, sans-serif;
	    background-color: #DAEAFA;
		z-index:50;
	}
#nav ul {
	    position: relative;
		margin: 0px;
		padding: 0px;
		list-style-type: none;	
	}
	#nav li {
	    margin: 0px;
	    padding: 0px;
	    display: inline;
	    position: relative;
	}
	#nav a {
	}
	#nav a:link, #nav a:visited {
	}
	#nav a:hover {
	}
	

	.subNav {
	    position: absolute;
	    left: -3px;
	    width: 200px;
	    border: 1px solid #FA931C;
	    background-color: #0A86C6;
	    color: #FFFFF4;
	    font: 12px Arial;
	    display: none;
		z-index:100;
	}
	/* IE6 */
	*html .subNav {
		top: 35px;
	}
	/* Firefox */
	*:lang(en) .subNav {
		top: 7px;
	}
	/* IE7 */
	.subNav {
	    top: 35px;
	}

	.subNav a, .subNav a:link, .subNav a:visited {
	    color: #FFFFF4;
	    display: block;
	    height: 20px;
	   /* width: 200px;*/
	    line-height: 1.8em;
	    padding-left: 10px;
	    border-top: 1px solid #3EDAE6;
	}
	.subNav a:hover {
	}

#nav li:hover{
/*	display: block;*/
}





/*
#header #menu{
	font: bold 14px Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0;
	color: #fff;
	height: 40px;
	background: #58160E url('/images/_menu.jpg') no-repeat;
	position: relative;
	z-index: 55;
	}
#header #menu a {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	}
#header #menu li li a {
	display: block;
	font-weight: bold;
	padding: 3px 6px;
	}
*html #header #menu li li a {
	padding: 3px 5px 3px 0px;
}
#header #menu li li a:hover {
	background: #621E11;
	}
#header li{
	width: auto;
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	padding: 0;
	display: inline;
	list-style: none inside none;
}
#header #home{
	width: 72px;
	margin: 0px 3px;
}
#header #shows{
	width: 78px;
	margin: 0px 4px;
}
#header #advice{
	width: 79px;
	margin: 0px 3px;
}
#header #store{
	width: 72px;
	margin: 0px 4px;
}
#header #be{
	width: 164px;
	margin: 0px 4px;
}
#header #members{
	width: 100px;
	margin: 0px 3px;
}
#header #contact{
	width: 153px;
	margin: 0px 3px;
}

#header li.first {
	}
#header li.last {
	border-right: 0;
	}
#header li div{
	padding: 12px 0px;
	text-align: center;
	}
#header li.last div{
	padding: 12px 5px;
	border-right: 0;
	}
#header li ul {
	width: 175px;
	list-style-type: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding:0px;
	margin:0px;
	z-index: 50;
	background-color: #000;
	}
#header li>ul {
	top: auto;
	left: auto;
	}
#header li li {
	display: block;
	float: none;
	background-color: #973417;
	border: 0;
	border-top: 1px solid #C27B65;
	font: bold 11px Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	list-style: none inside none;
}
*html #header li li{
	width: auto;
}
#header li:hover, #header li.over {
	background: #973417 url('/images/_menu_over.gif') repeat-x;	
	}
#header li:hover ul, #header li.over ul {
	display: block;
}
#header li:hover li, #header li.over li {
	background: #973417;
}
	
.container{
	background: url('/images/_page_bg.gif') center repeat-y;
}

	*/