@charset "UTF-8";
/* CSS Document */
 
 #nav A {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
	line-height:13px;
	font-style: normal;
	display: block;
	color: #666666;
	background-color:#FFFFFF;
	}


#nav A:hover {
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;  /* Change this color for the over state in the dropdown */
	color: #000000;
	}


#nav A:link {
	display: block;
	padding: 3px 12px 5px 20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7399c6;
	border-right-color: #7399c6;
	border-bottom-color: #7399c6;
	border-left-color: #7399c6;
	}

#nav A:visited {
	font-style: normal;
	padding: 3px 12px 5px 20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7399c6;
	border-right-color: #7399c6;
	border-bottom-color: #7399c6;
	border-left-color: #7399c6;
}


#nav, #nav ul{ /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1.5;
    display: block;
	}


#nav li { /* all list items */
	float: left;
	width: 170px; /* width needed or else Opera goes nuts */
	margin: 0px;
	padding: 0;
	background-color: #ffffff;
	display: block;
	line-height: 13px;
	background: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 170px;
	background-color: #ffef99;
	display: block;
	left: -999em;
	visibility: visible;
	z-index: 10;
}

#nav li ul ul { /* third-and-above-level lists */
        position: absolute;
        display: block;
        margin: -27px 0px 0px 137px;  /* False value for IE4-5.x/Win */
        margin: -27px 0px 0px 137px;	 /* Actual value for conformant browsers */
}


#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul{
	left: -999em;
	color: #FF0000;
	display: block;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{ /* lists nested under hovered list items */
	left: auto;
	display: block;
}
#content #nav form {
	padding-top: 3px;
}

