﻿#nav {
	margin:0px;
	background-color: #000;
	}                
#nav {
	float:left;
	width:790px;
	height:auto;
	position:relative;
	background-image:url('../img/top-nav-back.gif');
	}
#nav .select, #nav .current {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	}
#nav li {
	display:inline;
	margin:0;
	padding:0;
	height:auto;
	}
#nav .select a,
#nav .current a {
	display:block;
	height:21px;
	float:left;
	padding:0 10px 0 15px;
	border-bottom:1px solid #000;
	text-decoration:none;
	font-size:10px;
	line-height:20px;
	white-space:nowrap;
	margin-left:2px;
	background-image:url('../img/nav.gif');
	background-repeat:no-repeat;
	}
* html #nav .select a, * html #nav .current a {
	width:1px;
	}
#nav .select a b, 
#nav .current a b {
	height:100%;
	display:block;
	padding:0 6px 0 3px;
	color:#fff;
	}
#nav .select a:hover, 
#nav .select li:hover a {
	/*background-position:0 -75px;
	border-color:#EC8204;*/
	cursor:pointer;
	background-image:url('../img/nav-hover.gif');
	background-repeat:no-repeat;
	}
#nav .select a:hover b, 
#nav .select li:hover a b {
	background-position:100% -75px;
	border-color:#046;
	color:#EC8204;
	}
#nav .sub {
	display:none;
	}                           
#nav table {
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
	font-size:11px;
	}
#nav .current a {
	/*background-position:0 -75px;*/
	border-color:#000;
	background-image:url('../img/nav-hover.gif');
	background-repeat:no-repeat;
	}
#nav .current a b {
	background-position:100% -75px;
	color:#EC8204;
	azimuth:
	}
#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
	color:#EC8204;
	text-decoration:underline;
	background-image: none;
	}
#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {
	color:#EC8204;
	text-decoration:underline;
	background-image: none;
	}
#nav .select li a:hover .sub,
#nav .select li:hover .sub {
	display:block;
	position:absolute;
	width:790px;
	top:21px;
	left:0;
	background:#081827;
	margin-top:1px;
	padding:0;
	z-index:100;
	border-bottom: 0px solid #081827;
	background-image: none;
	}
#nav .sub, #nav .sub_active {
	margin:0;
	padding:0;
	list-style:none;
	}
#nav .sub_active {
	display:block;
	position:absolute;
	width:790px;
	top:21px;
	left:0;
	background:#081827;
	margin-top:1px;
	padding:0;
	z-index:10;
	color:#000;
	border-bottom: 0px solid #081827;
	}
* html #nav .sub_active,
* html #nav .select a:hover .sub {
	z-index:-1;
	margin-top:0;
	}
#nav .sub_active a {
	height:25px;
	float:left;
	text-decoration:none;
	line-height:24px;
	white-space:nowrap;
	font-weight:normal;
	background-image: none;
	}
#nav .sub_active a,
#nav .select a:hover .sub li a,
#nav .select li:hover .sub li a {
	display:inline;
	padding:0 10px;
	margin:0;
	font-size:10px;
	width:auto;
	white-space:nowrap; 
	font-weight:normal;
	border:0;
	color:#fff;
	height:25px;
	line-height:24px;
	background-image: none;
	}
