* {
	margin: 0;
	padding: 0;
	}
#nav {
	position: relative;
	clear: left;
	left: 16px;
	}
#nav ul {
	height: auto;
	}
#nav li {
	float: left;
	position: relative;
	list-style: none;
	}
#nav li a {
	display: block;
	padding: 0.35em 1.4em 0.35em 1.4em;
	border-right: 1px solid #2b4196;
	border-left: 1px solid #6583b4;
	color: #fff;
	font-size: 0.95em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	background: url(../images/bg_nav.jpg) repeat-x #00196b;
	}
#nav li.home {
	border: 0;
	}
#nav li.home a {
	margin: 0 167px 0 0;
	padding: 0.35em 0 0.35em 11px;
	border: 0;
	background: url(../images/led.gif) no-repeat 0 center ;
	font-size: 0.8em;
	font-weight: normal;
	}
#nav li.home a:hover {
	background: url(../images/led_mo.gif) no-repeat 0 center ;
	}
#nav li.start {
	border-left: 1px solid #2b4196;
	}
#nav li.end {
	border-right: 1px solid #7b8291;
	}
#nav li a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_nav_active.jpg) repeat-x #193284;
	}
#nav li a.active, #nav li a.active:hover {
	color: #2D374F;
	text-decoration: none;
	background: url(../images/bg_nav_active.jpg) repeat-x #193284;
	}
#nav li ul {
	z-index: 100;
	position: absolute;
	left: -999em;
	display: none;
	width: auto;
	margin: 0;
	padding: 0.5em;
	background: #fff;
	border: 1px solid #fff;
	background: #c7cfe2;
	opacity: .95;
	filter: alpha(opacity=95);
	}
#nav li ul li {
	z-index: 100;
	float:  none;
	position: relative;
	height: auto;
	margin: 0;
	padding: 0 0 1px 0;
	border: 0;
	font-family: Tahoma, Arial, Verdana, Helvetica;
	font-size: 0.9em;
	line-height: 1.35em;
	}
#nav li ul li a {	
	position: relative;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0;
	border: 0;
	white-space: nowrap;
	color: #2a344b;
	background: none;
	}
#nav li ul li a:hover {
	color: #fff;
	background: #788092;
	}
#nav li:hover ul, #nav li.sfhover ul {
	display: block;
	left: auto;
	}
