/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav, #nav ul, .navbtn, .navbtn ul{
	margin:0; 
	padding:0;
	list-style:none; 
	border:1px solid #000; 
	border-color:#eca #b97 #a86 #edb; 
	border-width:0; 
	position:relative; 
	/*z-index:100;*/
}
.navbtn ul{
	z-index: 201;
	overflow:visible;
}
#nav, #nav2, .navbtn {
	min-height:36px; 
	padding:0;
	border-radius: 0 0 4px 4px;
	width: 100%;
}
#nav table, #nav2 table, .navbtn table{border-collapse:collapse}
#nav li, #nav2 li{
	/*float:left; */
	padding:0;
}
#nav li li, .navbtn li li{
	float:none;
	line-height: 13px;
}
/* a hack for IE5.x and IE6 */
#nav li a li, .navbtn li a li {float:left}
#nav li a{
	display:block; 
	float:left;
	color:#fff;
	text-decoration:none; 
	white-space:nowrap;
}
.megamenu li a {
	display:block; 
	color:#fff; 
	line-height:25px; 
	text-decoration:none; 
	white-space:nowrap;    
	font-size: 1em;
}
#nav li li a, .megamenu li a, .navbtn li li a {
	padding: 4px;
	line-height:1em; 
	float:none;
	font-size: 0.95em;
}
.navbtn li li a {line-height:0.8em}
#nav li:hover, .navbtn li:hover {
	position: relative;
	z-index: 300;
	color: #fff;
	text-align: left;
	text-decoration: none;
}
#nav li li a:hover, .megamenu li a:hover, .navbtn li li a:hover{
	position:relative; 
	z-index:110; 
	text-decoration:none; 
	color:#000;
	background-color:#fff;
	border-radius: 4px;
}
#nav a.tab:hover, .navbtn a.tab:hover{
	background-repeat:repeat-x;
	background-position:top;
}
#nav *:hover ul{
	display: block;
	background-color: #000;
	background-image: url(/images/black-transp.png);
	left:5px; 
	top:43px;
	padding: 20px;
	min-width: 200px;
}
.navbtn *:hover ul{
	display: block;
	background-image: url(/images/black-transp.png);
	left: auto;
	top:25px;
	padding: 10px;
	width: 200px;
	float: right;
	overflow:visible;
	z-index: 120;
	text-align: right;
}
.navbtn{
	width: 218px;
	float: right;
}
#nav :hover ul.col2, .navbtn :hover ul.col2{
	display: block;
	background-color: #dadada;
	left:200px; 
	top:36px;
	padding: 20px;
	min-width: 200px;
	min-height: 160px;
}
#nav :hover ul.col3, .navbtn :hover ul.col3{
	display: block;
	background-color: #dadada;
	left:400px; 
	top:36px;
	padding: 20px;
	min-width: 200px;
	min-height: 160px;
}

/* another hack for IE5.5 and IE6 */
#nav a:hover ul, .navbtn ul {left:-10px}
#nav ul, .navbtn ul{
	position:absolute; 
	left:-9999px; 
	top:-9999px;
}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul, .navbtn li:hover li:hover > ul {
	left:-15px; 
	margin-left:100%; 
	top:-1px;
}
/* keep further levels hidden */
#nav li:hover > ul ul, .navbtn li:hover > ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:auto;
}
/* show path followed */
#nav li:hover > a, .navbtn li:hover > a {
	text-decoration:none; 
	color:#fff;
}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul,
.navbtn a:hover a:hover ul,
.navbtn a:hover a:hover a:hover ul,
.navbtn a:hover a:hover a:hover a:hover ul,
.navbtn a:hover a:hover a:hover a:hover a:hover ul {
	left:100%; 
	top:-1px;
}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul,
.navbtn a:hover ul ul,
.navbtn a:hover a:hover ul ul,
.navbtn a:hover a:hover a:hover ul ul,
.navbtn a:hover a:hover a:hover a:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
}