/* Main Navigation */
/* Total Criminal Defense */

#nav ul {
  margin: 0 0 15px 0;
  list-style-type: none;
  width:250px;
}

#nav li {
	width: 220px;
	margin: 0 0 2px 0;
}

#nav li a {
	color: #304154;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 13px;
	display: block;
	height: 23px;
	background: transparent url(../images/nav-li-bg.gif) left top no-repeat;
 	text-indent:7px;	
	}
	
#nav li a:hover{
	background: none;
	color:#703b3b;
	}
	
/* First Level Selected */	
	
#nav ul li.selected a{
	background: transparent url(../images/nav-li-bg-selected.gif) left top no-repeat;
	color: #544f38;
	}	
	
#nav ul li.selected a:hover{
	color:#703b3b;
	}
	
/* Second Level */		
	
#nav ul li ul, #nav ul li.selected ul{
	background: #a5a08a url(../images/nav-sub-ul-bg.gif) left top repeat-x;
	margin: 0;
	padding: 4px 0;
	width: 219px;
	}	
	
#nav ul li ul li a, #nav ul li.selected ul li a{
	background: transparent;
	font-weight: normal;
	color: #ffffff;
	height: auto;
	background: transparent url(../images/nav-bullet.gif) 23px 7px no-repeat;
	padding: 0 0 0 35px;
	}
	
#nav ul li ul li a:hover, #nav ul li.selected ul li a:hover{
	background: transparent url(../images/nav-bullet-hover.gif) 23px 7px no-repeat;
	text-decoration: underline;
	}	
			
	
/* Second Level Selected */

#nav ul li ul li.selected a{
	color:#703b3b;
	background: transparent;
	height: auto;
	background: transparent url(../images/nav-bullet.gif) 23px 7px no-repeat;
	padding: 0 0 0 35px;	
	font-weight: bold;
	}
		
