#nav { display: block; margin: 0; padding: 0; position: relative; }
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 \"fix\" */
	#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }

/* Essentials - configure this */
#nav ul { width: 180px; }
#nav ul ul { left: 181px; }
/* Everything else is theming */
#nav { 
background-color: none; 
height:40px;
margin-left:45px; 
}
#nav *:hover,
#nav *:active  { 
background-color: none;
color:#000000; 
}
#nav a {
text-decoration:none;
color: #ae984f; 
font-size:13px; 
padding:0px 0px 0px 13px; 
line-height:40px;
height:40px;
text-transform:uppercase;
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing:1px; 
background-image:url(../menu-divider_1258372005.jpg);
background-repeat:no-repeat;
background-position:left 50%;
}
#nav li:first-child a {
background-image:none;	
}
#nav li.hover a { background-color: none; 
}
#nav ul { 
top:40px;
border:1px solid #ae984f;
border-bottom:2px solid #000000;
}
#nav ul li a { 
background-color: #ffffff;
font-size:12px; 
padding:0px 8px; 
line-height:24px;
height:24px;
text-transform:none;
letter-spacing:0px;
color:#000000; 
background-image:none;
border-bottom:1px solid #ae984f;
}
#nav ul a.hover { 
background-color: #e5e6e3; 
}
#nav ul a { 
border-bottom: 1px solid white; 
border-right: none; 
opacity:1.0; 
filter: alpha(opacity=100); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

