#nav, #nav ul { /* all lists */
		padding:0;
		margin: 0;
		list-style: none;
		float : left;
		/*background-color: #991966;*/
		font-size: 0.7em;
		text-align: left;
	}
#nav{
	padding-top: 1.5em;
}
	#nav li { /* all list items */
		
		position : relative;
		float : left;
		line-height : 1.2em;
		width:130px;
		margin-bottom : 0px;
		border-bottom: 1px solid #B51F5E;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		
		left: -999em;
		top: 0em;
		margin-left : 100%;
		/*margin-top : -1.35em;*/
		font-size:0.85em;
		background-color: #991966;
		width: 100%;
	}
	#nav li ul li ul li{
		
		font-size:1.1em;
		
	}
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {

		/*width : 10em;*/
		display : block;
		color:white;
		font-weight : bold;
		text-decoration : none;
		/*border: 1px solid #6F7884;*/
		padding : 0.5em 0.5em 0.5em 10%;
	}
	#nav li a:focus{
			color: #6E1249;
		}
	
	#nav li a:hover {
		color : #ffffff;
		background-color : #B51F5E;
	}
	
	#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;
	}
	
	a.HasChild, a.HasChild:hover{
		background-image: url(arrow_r.gif);
		background-repeat: no-repeat;
		background-position: right;
	}

	

	
	
	
	
	
	#nav li#currentSection ul, #nav li#currentSection:hover ul{
	position : relative;
	left: 0px;
	padding-left:5%;
	margin-left : 0;
	font-size: 0.9em;
	border:0px;
	width: 90%;
	background-color:  #6E1249;
	}
	#nav li#currentSection ul ul, #nav li#currentSection:hover ul ul, #nav li#currentSection ul ul ul, #nav li#currentSection:hover ul ul ul, #nav li#currentSection ul ul ul ul, #nav li#currentSection:hover ul ul ul ul{
		font-size: 1em;
	}
	#nav li#currentSection{
		background-color: #6E1249;
		padding-bottom:5%;
	}
	#nav li#currentSection a.HasChild{
		background-image: none;
	}
	#nav li#currentSection ul li{
		background-image: url(../garnish/menu_arrow.gif);
		background-repeat: no-repeat;
		background-position: 0.3em 0.4em;
		padding: 0;
		margin: 0;
	}
	#nav li#currentSection ul li a{
		padding:0 0 0 8%;
		width: 92%;
	}
	#nav li#currentSection ul li a:hover{
		background-position: 0.3em 0.4em;
		background-image: url(../garnish/menu_arrow_white.gif);
		background-repeat: no-repeat;
	}
	
	
	
	
	#nav li#currentSection ul a#currentPage{
		color: #FFFFFF;
		background-color: #3F556C;
		background-image: url(../garnish/menu_arrow_white.gif);
		background-repeat: no-repeat;
		width:92%;
		background-position: 0.3em 0.4em;
		padding:0 0 0 8%;
	}

