/* ================================================================ 
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/menu.php
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.
=================================================================== */

/* the styling */
#nav {
	width:955px;
	height:30px;
	position:relative;
}

#nav .select, #nav .current {
	margin:0;
	padding:0; 
	list-style:none;
}

#nav li {
	display:inline; 
	margin:0; 
	padding:0; 
	height:auto;
}

/* level 1 default */
#nav .select a,
#nav .current a {
	display:block; 
	height:30px; 
	float:right; 
	padding:0 10px 0 10px; 
	text-decoration:none; 
	font-size:14px; 
	font-family: "Times New Roman", Times, serif; 
	line-height:30px; 
	white-space:nowrap; 
	border-left:1px solid #a09b87; 
	color:#a09b87;
}
* html #nav .select a, * html #nav .current a {
	width:1px; 
	height:21px;
}

/* level 1 hover */
#nav .select a:hover, 
#nav .select li:hover a {
	cursor:pointer; 
	color:#69a7a2;
}

#nav .sub {
	display:none;
}

/* for IE5.5 and IE6 only */
#nav table {
	position:absolute; 
	border-collapse:collapse; 
	left:0; 
	top:0;
}

/* level 1 selected */
#nav .current a {
	background:#f3f3f0; 
	color:#69a7a2;
}

/* level 2 hover */
#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
	color:#69a7a2;
	background-color: #000000;
}

/* level 2 selected */
#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {
	background:#000000; 
	color:#69a7a2;
}

/* level 2 default */
#nav .select li a:hover .sub, 
#nav .select li:hover .sub {
	display:block; 
	position:absolute; 
	width:955px; 
	top:30px; 
	left:0; 
	background:#000000; 
	margin-top:0; 
	padding:0; 
	z-index:100; 
	color:#c6c2b2; 
	font-size:12px;
	background-image: url(../images/submenu_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav .sub, #nav .sub_active {
	margin:0; 
	padding:0; 
	list-style:none;
}

/* level 2 selected */
#nav .sub_active {
	display:block; 
	position:absolute; 
	width:955px; 
	top:30px; 
	left:0; 
	background:#000000; 
	margin-top:0; 
	padding:0; 
	z-index:10; 
	background-image: url(../images/submenu_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
* html #nav .sub_active, * html #nav .select a:hover .sub {
	z-index:-1; 
	margin-top:0; 
	margin-top:1px;
}

#nav .sub_active a {
	height:25px; 
	text-decoration:none; 
	line-height:30px; 
	white-space:nowrap; 
	display:block; 
	float:right; 
	background:#000000; 
	padding:5px 10px 10px 10px; 
	margin:0; 
	font-size:12px; 
	white-space:nowrap; 
	border:0; 
	color:#c6c2b2; 
	font-family:Arial, Helvetica, sans-serif;
}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	height:25px; 
	display:block; 
	background:#000000; 
	padding:5px 10px 10px 10px; 
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:#c6c2b2; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
}
