@charset "UTF-8";
/* CSS Document */


/* Horizontal Nav */

/* First Level */

#nav {
	padding:0;
	margin:0;
	list-style: none;
	float:left;
}
#nav ul{
	padding:0;
	margin:0;
	list-style: none;
	background-color:#CFCFBB;
}

#nav li a:link {
	height:17px;
	color:#000000;
	display: block;
	text-decoration:none;
}

#nav li a:visited {
	height:17px;
	color:#000;
	display: block;
	text-decoration:none;
}

#nav li a:hover {
	height:17px;
	color:#000;
	background-color:#CFCFBB;
	display: block;
	text-decoration:underline;
}



/* Second Level */



#nav li {
	height:18px;
	float: left;
	width: 150px;
}

#nav li ul {
	padding-top:5px;
	position: absolute;
	width: 150px;
	left: -999em;
}

#nav li ul a:link {
	font-weight:normal;
	font-size:10px;
	height:18px;
	color:#000;
	display: block;
	text-decoration:none;
}

#nav li ul a:visited {
	font-weight:normal;
	font-size:10px;
	height:18px;
	color:#000;
	display: block;
	text-decoration:none;

}

#nav li ul a:hover {
	font-weight:normal;
	font-size:10px;
	height:18px;
	color:#FFF;
	display: block;
	text-decoration:none;
}

#nav li:hover {background-position: 0 0;}

#nav li:hover ul {
	left: auto;
}

#nav li ul ul {
	margin: -22px 0 0 150px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}





/* Vertical Nav */

#nav-v { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
}

#nav-v ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
}
	
#nav-v li { /* all list items */
	position : relative;
	float : left;
	font-weight:bold;
}
	
#nav-v li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 200px;
	margin-top : -20px;
}
	
	
#nav-v li ul ul { /* third-and-above-level lists */
	position : absolute;
	left: -999em;
	margin-left : 166px;
	margin-top : -21px;
	}
	
#nav-v li a {
	width: 182px;
	display : block;
	color : black;
	text-decoration : none;
	border : none;
	padding : 4px 0 4px 2px;
	margin-top:2px;
	margin-bottom:-4px;
}

#nav-v li ul a {
	width: 180px;
	display : block;
	color : black;
	text-decoration : none;
	border : none;
	padding : 4px 0 4px 2px;
	margin-top:2px;
	margin-bottom:-4px;
	font-size:10px;
	font-weight:normal;
	background-color:#EDEDE5;
}
/* Fix gap in Vert menu IE6 */
*html #nav-v li ul a { 
	padding-top:2px;
	margin:0px;
}	


#nav-v li:hover {background-position: 0 0;} /* to fix sticky menus in IE */

	
#nav-v li a:hover {
	color: #000000;
	width: 198px;
	background-color: #EDEDE5;
}


#nav-v li ul a:hover {
	color: #000000;
	width: 180px;
	background-color: #CFCFBB;
}	

#nav-v li:hover ul ul, #nav-v li:hover ul ul ul, #nav-v li.sfhover ul ul, #nav-v li.sfhover ul ul ul {
	left: -999em;
}
	
#nav-v li:hover ul, #nav-v li li:hover ul, #nav-v li li li:hover ul, #nav-v li.sfhover ul, #nav-v li li.sfhover ul, #nav-v li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.navHelp1 {
	position:absolute;
	left:200px;
	top:-93px;
	z-index:1;
}	