@CHARSET "UTF-8";
/* Basic code - don't modify */
 
#nav { display: block; margin: 0; padding: 0; position: relative; z-index:999;}
#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; clear:both; text-align:center;vertical-align:middle;}
#nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav_1 { width: 138px;}
#nav_1 a { width: 124px; }
#nav_2 { width: 186px; }
#nav_2 a { width: 172px; }

/* Everything else is theming */
 

#nav a {color: #3f3f3f; font-size: 12px;font-family: Arial, Helvetica, sans-serif; }
#nav ul { top: 35px; }
#nav ul li a { background-color: #e6e6ea; padding:6px; }
#nav ul a.hover { background-color: #a6a6aa; }
#nav ul a { border: 1px solid #c0c1ca; opacity: 0.95; filter: alpha(opacity=95); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

