#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 185px;
		
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		background-image:url(images/button.png);
		background-repeat:no-repeat;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 185px;
		height:27px;
		padding: 5px 0 0 0 ;
		
	}
#nav .list2{
	position : relative;
		float : left;
		margin-bottom : 0px;
		width: 185px;
		height:25px;
		background-image:url(images/button2.png);
		background-position:top right;
		left: -15px;
		padding:0px 0px 0px 10px;
		
		
		}
		
#nav .list3{
	position : relative;
		float : left;
		margin-bottom : 0px;
		width: 185px;
		height:25px;
		background-image:url(images/button3.png);
		background-position:top right;
		left: -6px;
		top: -5px;
		text-align:left;
		padding:0px 0px 0px 0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		
#nav .list4{
	position : relative;
		float : left;
		margin-bottom : 18px;
		width: 185px;
		height:25px;
		background-image:url(images/button4.png);
		background-position:top right;
		left: 1px;
		top: -9px;
		text-align:left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		padding:0px 0px 0px 0px;
	
	
		}	
		



	#nav li ul { /* second-level lists */
		position : absolute;
		display:block;
		left: -999em;
		margin-left : 95px;
		margin-top : -21px;
		
			
	}

	
/*	#nav li ul ul { /* third-and-above-level lists
		left: -999em;
		margin-top : -30px;
	} */
	
	#nav li a {
		width: 185px;
		display : block;
		border : none;
		height:25px;
		
	}
	#nav li ul li a {
		width: 185px;
		display : block;
		color : white;
		border : none;
		padding:3px 0px 0px 30px ;
		height:25px;
		font-size:12px;

		}
	
	#nav li a:hover {
		color : #5DAAF5;
		
	}
	
	#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: +55px;
	}
	

