




/* Main Navigation
-------------------------------------------------------------- */

#nav {
	margin-top: 0px;
	padding-bottom: 31px;
	float: left;
	padding-left: 0px;
	width: 960px;
	height: auto;
	background: transparent url("../images/bottom_line.gif") repeat-x bottom;
	position: relative;
	border: 0;
}

#nav .select, #nav .current {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: block; 
	border: 0;
}

#nav li {
	display: inline; 
	margin: 0; 
	padding: 0;
	height: auto;
}

#nav li a {
	color: #ffffff; 
	font-weight: bold; 
	border: 0;
}

#nav .select a, #nav .current a {
	display: block; 
	height: 31px; 
	float: left; 
	background: url("../images/left_both.png") no-repeat left top; 
	padding: 0 0 0 8px; 
	border: 0;
	border-bottom: 1px solid #bec1a1; 
	text-decoration: none; 
	font-size: 11px; 
	line-height: 30px;
	white-space: nowrap; 
	font-weight: bold; 
	margin-left: 0px;
}

* html #nav .select a, * html #nav .current a {
	width: 1px;
}

#nav .select a strong, #nav .current a strong {
	height: 100%; 
	display: block;
	background: url("../images/right_both.png") no-repeat right top; 
	padding: 0 15px 0 7px;
	font-weight: bold;
}

#nav .select a:hover, #nav .select li:hover a {
	background-position: 0 0px; 
	border-color: #bec1a1; 
	cursor: pointer; 
	color: #cccccc;
}

#nav .select a:hover strong, #nav .select li:hover a strong {
	background-position: 100% 0px; 
	border-color: #bec1a1; 
	color: #c9a205;
}

#nav .sub {
	display: none;
}

/* for IE5.5 and IE6 only */

#nav table {
	position: absolute; 
	left: 0; 
	top: 0; 
	font-size: 11px; 
	border: 0;
}

#nav .current a {
	background-position: 0 0px; 
	border-color: #bec1a1; 
	color: #c9a205;
}
 
#nav .current a strong {background-position:100% 0px;}

#nav .sub li a:hover, #nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
	background: #515151; 
	color: #c9a205
}

#nav .sub_active .current_sub a, #nav .sub_active a:hover {
	background: #515151; 
	color: #c9a205
}

#nav .select li a:hover .sub, #nav .select li:hover .sub {
	display: block; 
	position: absolute;
	width: 950px;
	top: 31px; 
	left: 0; 
	background: #515151;
	margin-top: 1px; 
	padding: 0 0 0px 0; 
	z-index: 100; 
	color: #000000; 
	border: 0
}

#nav .sub, #nav .sub_active {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#nav .sub_active {
	display: block; 
	position: absolute; 
	width: 950px; 
	top: 31px; 
	left: 0; 
	background: #515151; 
	margin-top: 1px; 
	padding: 0 0 0px 0; 
	z-index: 10;
}

* html #nav .sub_active, * html #nav .select a:hover .sub {
	z-index: -1; 
	margin-top: 0; 
	margin-top: 1px; 
	border: 0;
}

#nav .sub_active a {
	height: 31px; 
	float: left; 
	text-decoration: none;
	line-height: 30px; 
	white-space: nowrap; 
	font-weight: normal; 
	border: 0; 
	color: #cccccc;
}

#nav .sub_active a, 
#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	display: inline; 
	background: #515151;
	padding: 0 15px;
	margin: 0; 
	font-size: 11px; 
	width: auto; 
	white-space: nowrap; 
	font-weight: bold; 
	border: 0;
}
