

/* ================================================================ 
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.
=================================================================== */
/* for this demo only */
#nav {
	float: left;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/* the styling */
#nav {
	width:710px;
	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;
}
#nav .select a, #nav .current a {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	display:block;
	height:30px;
	float:left;
	/*background:#000;*/
	/*padding:0 40px 0 40px; - forces the last menu item on a new line in IE8 */
	text-indent: 60px; /* controls the distance b/n menu items */
	text-decoration:none;
	font-size:12px;
	line-height:20px;
	white-space:nowrap;
	/*border-right:1px solid #fff;*/
	color:#666;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(images/arrowMenu.gif);
	background-position: 40px 6px; /* controls the distance b/n the menu arrows */
	background-repeat: no-repeat;
}
#nav .select .sub a, #nav .current .sub a {
	font-family: /*"Lucida Sans",*/ "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height:15px;
	height:10px;
	text-indent: 30px !important;
}
* html #nav .select a, * html #nav .current a {
	width:1px;
	height:21px;
}
#nav .select a:hover, #nav .select li:hover a {
	/*background:#fff;*/
	cursor:pointer;
	color:#ff6600;
}
#nav .sub {
	display:none;
}
/* for IE5.5 and IE6 only */
#nav table {
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
}
#nav .current a {
	/*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;*/
	color:#ff6600;
}
#nav .sub_active .current_sub a, #nav .sub_active a:hover {
	/*background:#fff;*/
	color:#ff6600;
}
#nav .select li a:hover .sub, #nav .select li:hover .sub {
	display:block;
	position:absolute;
	width:900px;
	top:30px;
	left:0;
	margin-top:0;
	padding:0;
	z-index:100;
	color:#ff6600;
	font-size:11px;
	font-weight: normal;
/*	border-bottom: 1px dashed #CCCCCC;
*/}
#nav .sub, #nav .sub_active {
	margin:0 0 0 10px; /* controls the sub-menu indent */
	padding:0;
	list-style:none;
}
#nav .sub_active {
	display:block;
	position:absolute;
	width:900px;
	top:20px;
	left:0;
	/*background:#666;*/
	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;
}
#nav .sub_active a {
	height:21px;
	text-decoration:none;
	line-height:20px;
	white-space:nowrap;
	display:block;
	float:left;
	/*background:#666;*/
	padding:5px 10px 10px 10px;
	margin:0;
	font-size:12px;
	white-space:nowrap;
	border:0;
	color:#666;
}
#nav .select a:hover .sub li a, #nav .select li:hover .sub li a {
	display:block;
	/*background:#888;*/
	padding:5px 10px 10px 10px;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#666;
	font-size:11px;
	text-transform: lowercase;
	font-weight: normal;
	background-image: url(images/arrowSubNav.gif);
	background-repeat: no-repeat;
	/* controls the sub-menu images */
	background-position: 30px 11px;
}
