
/* MAIN NAV */
#nav {							
	list-style: none;
	line-height: 1;
	background: #640101 url(http://images.tennesseelandandlakes.com/TennesseeLandandLakes/images/site_pieces/main-nav-bg.jpg) repeat-x;
	font-weight: bold;
	width: 975px;
	height: 36px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
}
#nav a {	
	display: block;							
	font-family:Arial, Verdana, sans-serif;
	font-size: 13px;
	text-decoration:none;  
	color: #ffffff;          
	padding: 10px 0px 8px 5px;   
}

#nav a:hover {
	text-decoration: underline;	
	color: #fdbb1b;
}	

#nav .daddy {
	background: url("http://images.texaslandandlakes.com/TexasLandandLakes/images/site_pieces/nav-arrow.gif") center right no-repeat;
}

/* FIRST LEVEL */
#nav li {     
	float: left;   
	text-align: center;
	color: #ffffff;
	font-family:Arial, Verdana, sans-serif;
	font-size: 13px;
}

/* SECOND LEVEL */
#nav li ul {     
	position: absolute;     
	width: 134px;     /* <-- This sets width of 1st and second level element */     
	height: auto;
	left: -999em; 
	border: 2px solid #000000;
	margin: -6px 0px 0px 0px; /* <-- This sets the positioning of where the 1st drop-down will be located: y,x  */
	background-color: #fee5a6;
}

#nav li li {
	width: 131px;
	w\idth: 131px;
	}

#nav li ul a:hover { 
	background-color: #faf7e6; /* <-- Sets background color of elements */
	text-decoration: none;	
	color: #e1a505;   	
}

/* THIRD LEVEL */
#nav li ul ul {     
	margin: -32px 0 0 66px; /* <-- This sets the positioning of where the 2nd drop-down will be located: y,x */
} 

/* SECOND LEVEL LINK */
#nav li ul a {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;  
	font-weight: normal;  
	text-align: left;   
	width: 133px;     /* <-- This sets width of second level element */
	w\idth: 131px;   
	border-bottom: 1px solid #000000;
}

#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 {      
	left: auto; 
}