@charset "UTF-8";
/* CSS Document */

#nav2, #nav2 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav2 a {
	display: block;
	border-bottom: none;

}
#nav2 a:hover {
	border-bottom: none;
}

#nav2 li { /* all list items */
	float: left;
	position: relative;
	margin:0 0px 0 0;
	padding: 0;
    z-index: 9999;
}

#nav2 li img { /* all list items */
	margin:0 0 0px 0;
}

#nav2 li:hover ul, #nav2 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav2 li ul {
	position:absolute;
	z-index:1000000;
	left:-999em;
	width:175px;
	height:auto;
	list-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: -10px;
	padding: 5px 0px 0px 0px;
 
}


#nav2 li li {
	margin:0;
	width:100%;
	font-size:8pt;
	font-weight:normal;
	background-color: #ffffff;
}

#nav2 li li span {
	
	margin:0;
	display:block;
	position:relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	z-index: 9999;
	text-align: left;
    border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#nav2 li li a, #nav2 li li a:visited {
	background-color: #57b7df;
	text-decoration:none;

	color: #ffffff;
}

#nav2 li li a:hover {
	background-color: #FB9E04;
	color:#ffffff;
	text-decoration:none;
}



