/* Basic code - don't modify */
 
#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; cursor:pointer;}
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0px; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; margin:0px}
#nav ul ul { top: 0; }    
/* Essentials - configure this */

#nav ul { width: 165px; }
#nav ul ul { left: 165px; margin-left:1px;}

/* Everything else is theming */
 
#nav ul { top: 48px; background:white; }
#nav *:hover { background-color: none; }
#nav ul li a { line-height:14px;padding:6px 10px; background: url(../images/menubg.png) no-repeat; color:#fff; text-decoration:none; font-size:11px;}
#nav ul a.hover { background: url(../images/menubg_hover.png) no-repeat;}
#nav ul a { border-right: none; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


#nav ul li a.sub { background: url(../images/menubg_sub.png) no-repeat; color:#fff; text-decoration:none; font-size:11px;}
#nav ul a.sub:hover { background: url(../images/menubg_hover_sub.png) no-repeat;}

#nav ul li:hover a.sub { background: url(../images/menubg_hover_sub.png) no-repeat;}


