#nav, #nav ul { /* all lists */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		list-style: none;
		float : left;
		width : 149px;
		margin-left : 0px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 18px;
		margin-bottom : 0px;
		width: 143px;
		margin-left : 0px;s
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 105px;
		margin-top : -20px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 143px;
		display : block;
		color : #445291;
		font-weight : normal;
		font-size:10px;
		text-decoration : none;
		background-image:url(/images/btn_back.gif);
		border : 1px solid black;
		border-color: #959ec7;
		padding : 0 0.5em;
		text-align:left;

	}
	
.level_nav            { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration: none; font-weight: normal; margin-bottom: 12px; margin-top: 12px;}
.level_nav:link       { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration: underline; font-weight: normal; margin-bottom: 12px; margin-top: 12px;}
.level_nav:visited    { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration: underline; font-weight: normal; 10px; margin-bottom: 12px; margin-top: 12px;}
.level_nav:hover      { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #445291; text-decoration: underline; font-weight: normal; margin-bottom: 12px; margin-top: 12px;}
	
	#nav li a:hover {
		color : white;
		background-image:none;
		background-color : #445291;
	}
	
	#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;
	}
	
	#content {
		margin-left : 12em;
	}

