/* ================================================================
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/simple_dropline.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.
=================================================================== */
/* position of the whole menu 
#nav {
  position: relative;
  left: 30px;
  vertical-align:middle;
} */
 
/* background & position for the whole menu  */
#nav { background:url(/images/menubar2.png);
	height:35px; 
	width:100%; 
	position:relative;
	font-family: verdana, sans-serif; 
	font-weight:bold;
	}

/* basic properties for the top level menu  */
#nav .select, #nav .current {
	margin:0; 
	padding:0; 
	list-style:none;
	}
#nav li {
	display:inline; 
	margin:0; 
	padding:0; 
	height:auto;
	}

/* styles for the top level menu  */
#nav .select a,
#nav .current a {
	display:block; 
	height:35px; 
	float:left; 
	/*background:#000;*/ 
	padding:0 10px 0 10px; 
	text-decoration:none; 
	font-size:12px; 
	line-height:35px; 
	white-space:nowrap; 
	/*border-right:1px solid #fff; */
	color:#000;
	}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;} /* for IE5.5 and IE6 only */

/* styles for the top level menu on hover */
#nav .select a:hover,
#nav .select li:hover a {
	background:#333399; 
	cursor:pointer; 
	color:#fff;
	}

/* hide the sub level menu  */
#nav .sub {
	display:none;
	}
#nav table {
	position:absolute; 
	border-collapse:collapse; 
	left:0; 
	top:0;
	} /* for IE5.5 and IE6 only */

/* style for the active top level menu */
#nav .current a {
	text-decoration:underline;
	background:/*#333399*/ none; 
	color:#000; /*#fff*/
	}

/* styles for the sub level menu on hover */
#nav .sub li a:hover,
#nav .select a:hover .sub li a:hover,
#nav .select li:hover .sub li a:hover {
	height:22px; 
	text-decoration:none; 
	line-height:20px;
	background:#333399; 
	color:#fff;
	}

/* styles for the active sub level menu on hover */
#nav .sub_active .current_sub a {
	height:22px; 
	text-decoration:underline; 
	line-height:20px;
	background:none; 
	color:#fff;
	}
	
#nav .sub_active a:hover {
	height:22px; 
	text-decoration:none; 
	line-height:20px;
	background:#333399; 
	color:#fff;
	}

/* background for the sub level menu */
#nav .select li a:hover .sub,
#nav .select li:hover .sub {
	display:block; 
	position:absolute; 
	width:800px; 
	top:35px; 
	left:0; 
	background:url(/images/hoverbanner.jpg);
	margin-top:0; 
	padding:0; 
	z-index:100; 
	color:#fff; 
	font-size:11px;
	height:22px; 
	text-decoration:none; 
	line-height:20px;
	}

/* background & position for active the sub level menu */
#nav .sub, #nav .sub_active {
	margin:0; 
	padding:0; 
	list-style:none;
	height:22px; 
	text-decoration:none; 
	line-height:20px;
	}
#nav .sub_active {
	height:22px; 
	text-decoration:none; 
	line-height:20px;
	display:block; 
	position:absolute; 
	width:800px; 
	top:35px; 
	left:0; 
	background:none; 
	margin-top:0; 
	padding:0; 
	z-index:10;
	}
* html #nav .sub_active, * html #nav .select a:hover .sub {
	z-index:-1; 
	margin-top:0; 
	margin-t\op:1px;
	}/* for IE5.5 and IE6 only */

/* styles for active the sub level menu */
#nav .sub_active a {
	height:22px; 
	text-decoration:none; 
	line-height:20px; 
	white-space:nowrap; 
	display:block; 
	float:left; 
	background: none;
	padding:0px 10px 0px 10px; 
	margin:0; 
	font-size:12px; 
	white-space:nowrap; 
	border:0; 
	color:#fff;
	}

/* styles for the sub level menu */
#nav .select a:hover .sub li a,
#nav .select li:hover .sub li a {
	display:block; 
	background: none; 
	padding:0px 10px 0px 10px; 
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:#fff; 
	font-size:12px;
	height:22px; 
	text-decoration:none; 
	line-height:20px;
	}z
