/* CSS Document */

#navcontainer {
	height:37px;
	color:#E0E0E0;
	width:790px;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica;
	background-color: #f58402;
	background-image: url(../img/gui/bg_navCont_vl.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: normal;
}

#nav {
	position:relative;
	height:23px;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	background-image: url(../img/gui/bg_vl.gif);
	background-repeat: repeat-x;
	background-position: left 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 160px;
	line-height: 10px;
	letter-spacing: 0.1em;
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}
#nav ul li {
	display:block;
	float:left;
	background-image: url(../img/gui/bg-Off_vl.gif);
	background-position: -2px top;
	background-repeat: no-repeat;
}

#nav ul li a {
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:23px;
}
#nav ul li a span {
	height:23px;
	float:left;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
#nav ul li a:hover {
	color:#fff;
	background-color: transparent;
	background-image: url(../img/gui/bg-On02_vl.gif);
	background-repeat: no-repeat;
	background-position: -2px top;
	text-decoration: none;
}

#nav ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
	text-decoration: none;
}
#nav ul li a.current,#nav ul li a.current:hover {
	color:#fff;
	line-height:23px;
	background-color: #1D6893;
	background-image: url(../img/gui/bg-On02_vl.gif);
	background-repeat: repeat-x;
	background-position: -2px top;
	text-decoration: none;
	height: 23px;
}

#nav ul li a.current span {
	display:block;
	padding:0 20px 0 0;
	width:auto;
	height:23px;
	background-image: url(../img/gui/bg-On_vl.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.docOff {
	background-color: #FFFFFF;
}

