.nav0 {
	position:absolute;
	float:left; 
	margin-top: 5px; 
	text-align:left; 
	padding:0px; 
	border:none; 
	color:rgb(255,255,255); 
	font-size:110%;
	} /*Color navigation bar normal mode*/


	#nav, #nav ul { /* all lists */
		display:block;
		padding: 0;
		margin: 0;
		list-style: none;
		width : 128px;
	}
	
	#nav li { /* all list items */
		margin-bottom : -1px;
		width: 128px;
		float:left;
	}

	#nav li{
		clear:both;
	}

	
	#nav li ul { /* second-level lists */
		position:absolute;
		left: -999em;
		margin-left : 118px;
		top:0px;
		background:#fff;
		height:135px;
		width:40.0em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		margin-left : 13.95em;
		left: -999em;
	}
	
	#nav li a{
		width: 11em;
		w\idth : 10em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		padding : 0 0.5em;
		line-height : 1.3em;
		height:1.5em;
		font-size:110%;
	}

	#nav li li a{
		font-weight : normal;
	}

	#nav ul li a, #nav ul li{
		width: 14.0em;
		w\idth : 13.0em;
		background:white;
	}

	#nav ul ul li a, #nav ul ul li, #nav ul ul {
		width: 25em;
		w\idth : 24em;
		background:white;
	}
	
	#nav li a:hover, #nav a.cur{
		color : blue;
		text-decoration:underline;
	}
	
	#nav li.act ul ul, #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:20;
	}


#nav li.act ul, #nav li.act li.act ul{
		left: auto;
		z-index:10;
}