
/* ================================================================ 
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/doors_drop_line_three.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 {
	margin:0px;
	float:left;
	width:840px; 
	height:auto; 
	position:relative;
}

#nav .select, #nav .current {
	margin:0px; 
	padding:0px; 
	list-style:none; 
	display:block;
}

#nav li {
	display:inline; 
	margin:0px; 
	padding:0px;
	height:auto;
	/*width:150px;*/
}

#nav .select a {
	display:block; 
	height:26px; 
	float:left; 
	background: url("/images/design/left_blue.gif") no-repeat left top; 
	padding:0px 0px 0px 7px; 
	/*border-bottom:1px solid #000; */
	text-decoration:none; 
	font-size:10px; 
	line-height:21px; 
	white-space:nowrap; 
	margin-left:3px;
}
#nav .current a {
	display:block; 
	height:26px; 
	float:left; 
	background: #fff; 
	padding:0px 0px 0px 7px; 
	/*border-bottom:1px solid #000; */
	text-decoration:none; 
	font-size:10px; 
	line-height:21px; 
	white-space:nowrap; 
	margin-left:3px;
}

* html #nav .select a, * html #nav .current a {width:1px;}

#nav .select a b, 
#nav .current a b {height:100%; display:block; background:url("/images/design/right_blue.gif") no-repeat right top; padding:0px 10px 0px 3px; color:#fff;}

#nav .select a:hover, 
#nav .select li:hover a {background-position:0 -75px; cursor:pointer;}

#nav .select a:hover b, 
#nav .select li:hover a b {background-position:100% -75px; color:#fff;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0; font-size:11px;}

#nav .current a {
	background-position:0 -75px; 
}
#nav .current a b {
	background-position:100% -75px;
	background:#fff;
	color:#000;
}

#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#fff url(/images/design/sub_sep.gif) top right no-repeat; color:#6ebac7; text-decoration:none;}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#fff url(/images/design/sub_sep.gif) top right no-repeat; color:#6ebac7; text-decoration:none;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:840px; top:26px; left:0; background:#fff; margin-top:0px; padding:0; z-index:100;}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}
#nav .sub_active {display:block; position:absolute; width:840px; top:26px; left:0; background:#fff; margin-top:0px; padding:0; z-index:10; color:#000;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:0px;}

#nav .sub_active a {height:25px; float:left; text-decoration:none; line-height:24px; white-space:nowrap; font-weight:normal;}
#nav .sub_active a, 
#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:inline; background:#fff url(/images/design/sub_sep.gif) top right no-repeat; padding:0 8px; margin:0; font-size:10px; width:auto; white-space:nowrap; font-weight:bold; border:0; color:#000; height:25px; line-height:24px; }
