/* Main Nav */ 

/* First Level */

#nav{
	float: left;
	margin: 0 0 10px 0;
	}
	
#nav ul{
	padding: 0;
	list-style: none;
	margin: 0;
	}	
	
#nav ul li{
	width: 220px;
	margin: 0 0 4px 0;
	}	
	
#nav ul li a{
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 29px;
	display: block;
	line-height: 23px;
	height: 23px;
	background: transparent url(../images/nav-bg.gif) left top no-repeat;	
	}	
	
#nav ul li a:hover{
	background: #ffffff url(../images/nav-hover.gif) 12px 8px no-repeat;
	color: #18ce00;
	}	
	
/* First Level Selected */	
	
#nav ul li.selected a{
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 29px;
	display: block;
	line-height: 23px;
	height: 23px;
	color: #ffffff;
	background: transparent url(../images/nav-bg-selected.gif) left top no-repeat;
	}	
	
#nav ul li.selected a:hover{
	text-decoration: none;
	}				
	
/* Second Level */

#nav ul li ul, #nav ul li.selected ul{
	margin: 1px 0 0 0;
	padding: 3px 0 3px 28px;
	background: #617482 url(../images/nav-sub-ul-bg.gif) left bottom no-repeat;
	}
	
#nav ul li ul li, #nav ul li.selected ul li{
	width: auto;
	}
	
#nav ul li ul li a, #nav ul li.selected ul li a{
	background: transparent url(../images/nav-sub-li-bg.gif) left 6px no-repeat;
	color: #ffffff;
	padding: 0 0 0 15px;
	height: auto;
	line-height: 20px;
	}		
	
#nav ul li ul li a:hover, #nav ul li.selected ul li a:hover{
	background: transparent url(../images/nav-sub-li-bg-hover.gif) left 6px no-repeat;
	color: #dadfe2;
	text-decoration: underline;
	padding: 0 0 0 15px;	
	height: auto;
	line-height: 20px;	
	}
	
/* Second Level Selected */

#nav ul li ul li.selected a{
	background: transparent url(../images/nav-sub-li-bg-selected.gif) left 6px no-repeat;
	color: #5cff46;
	padding: 0 0 0 15px;
	height: auto;
	line-height: 20px;
	}	
	
#nav ul li ul li.selected a:hover{	
	text-decoration: none;
	}	
	
	

