/* 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; }
  #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:auto; white-space:nowrap; }
#nav ul ul { left: 131px; }



/* Everything else is theming */
 
#nav {height: 38px; }
#nav *:hover { background-color: none; }
#nav a {color: white; font-size: 12px; font-family:"Times New Roman", Times, serif;text-decoration:none; }
  #nav ul li ul li.hover a { background-color: #52805a;}
  #nav ul { background-color:#d81326; background-image:url(../nav/images/sub_bckgrnd.jpg); background-position:top center; background-repeat:repeat-x;}
    #nav ul li a {padding: 5px 15px 5px 15px; }
      #nav ul a.hover {text-decoration:underline; }
   #nav ul a { }
 #nav ul a { border-bottom: none; }


