	
	#nav{ /* all lists */
		padding: 0px;
		margin: 0px;
		list-style: none;
		float : left;
		width : 10em;
		z-index: 10;

			}


	#nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 10em;
		z-index: 10;

	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.7em;
		margin-bottom : -1px;
		width: 10em;
		z-index: 10;

	}
	#nav ul li {
	font-size: 12px;
	font-weight: normal;
	z-index: 10;

	}
	
	#nav li ul {
	position : absolute;
	left: -999em;
	line-height : 1.25em;
	margin-left : 5.05em;
	padding-left: 5em;
	margin-top : -1.5em;
	z-index: 10;
	visibility: visible;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		z-index: 10;
			}
		
	#nav li ul li a:link {
	width: 14em;
	w\idth : 13em;
	display : block;
	color : #0359B0;
	font-weight : normal;
	font-size: 12px;
	text-decoration : none;
	padding : 0em 0.2em;
	border: 1px solid #666666;
    text-align:left;
	z-index: 10;
	background-color: #99BBDD;
	background-image: none;
	padding-right: 0px;
	}
	#nav li ul li a:visited {
	width: 14em;
	w\idth : 13em;
	display : block;
	color : #0359B0;
	font-weight : normal;
	font-size: 12px;
	text-decoration : none;
	padding : 0em 0.2em;
	border: 1px solid #666666;
    text-align:left;
	z-index: 10;
	background-color: #99BBDD;
	background-image: none;
	padding-right: 0px;
	}
	#nav li ul li a:hover {
		color : #FFF;
		font-weight : normal;
		font-size: 12px;
		text-decoration : none;
        text-align:left;
	    z-index: 10;
	    background-image: none;
		padding-right: 0px;
		}
	#nav li ul li a:active {
	width: 14em;
	w\idth : 13em;
	display : block;
	color : #0359B0;
	font-weight : normal;
	font-size: 12px;
	text-decoration : none;
	padding : 0em 0.2em;
	border: 1px solid #666666;
    text-align:left;
	z-index: 10;
	background-color: #99BBDD;
	background-image: none;
	padding-right: 0px;
	}

	#nav li a:link {
		width: 7em;
		w\idth : 6em;
		display : block;
		color : #0359B0;
		font-weight : bold;
		font-size: 14px;
		text-decoration : none;
		padding : 0 0.5em;
        text-align: right;
	    z-index: 10;
	    background-image: url(../images/go_off.gif);
	    background-repeat: no-repeat;
	    padding-right: 16px;
	    background-position: right center;
	}
	#nav li a:visited {
		width: 7em;
		w\idth : 6em;
		display : block;
		color : #0359B0;
		font-weight : bold;
		font-size: 14px;
		text-decoration : none;
		padding : 0 0.5em;
        text-align: right;
	    z-index: 10;
	    background-image: url(../images/go_off.gif);
	    background-repeat: no-repeat;
	    padding-right: 16px;
	    background-position: right center;
	}
	
	#nav  li a:hover {
		color : #FF9900;
		font-weight : bold;
		font-size: 14px;
		text-decoration : none;
		z-index: 10;
		background-image: url(../images/go_on.gif);
	    background-repeat: no-repeat;
	    padding-right: 16px;
	    background-position: right center;
		}
		#nav li a:active {
		width: 7em;
		w\idth : 6em;
		display : block;
		color : #0359B0;
		font-weight : bold;
		font-size: 14px;
		text-decoration : none;
		padding : 0 0.5em;
        text-align: right;
	    z-index: 10;
	    background-image: url(../images/go_off.gif);
	    background-repeat: no-repeat;
	    padding-right: 16px;
	    background-position: right center;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
			}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		z-index: 10;
			
			}

