/* 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; line-height:0; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; line-height: 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: 155px; }
#nav ul ul { left: 168px; }
#nav ul ul li { margin:0; }

/* Everything else is theming */
 
#nav { background-color: transparent; font-family: Verdana, Geneva, sans-serif; font-size:18px; width:680px; margin:auto; z-index:1000; }
#nav *:hover { background-color: #999999; margin: 0; }
#nav a { text-align: center; border-bottom: 1px solid white; width: 155px; color: white; padding: 6px; line-height: 1.2; font-size:17px; text-decoration:none; z-index:1000; }
#nav li.hover a { background-color: #afb3d9; }
#nav ul { top: 30px; }
#nav ul li a { background-color: #999999; width:155px;font-size:12px;font-weight:bold;z-index:1005; margin:-2px 0px -1px 0px; }
#nav ul a.hover { background-color: #999999; margin:0; }
#nav ul a { border: 1px solid white; width:0px;z-index:1005;margin:-2px 0px -1px 0px;}
/*#nav ul a { border-bottom: none;margin:-2px 0px -1px 0px; }*/

