
 #nav { display: block; margin: 0; padding: 0; position: relative;z-index:100; font-weight:bold; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative;background:url("../design/sep.png") no-repeat; background-position:right; }
  #nav li#last { background-image:none; }
  #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: 200px; }
#nav ul ul { left: 200px; }

/* Everything else is theming */

 
#nav { width:960px; height:47px; background:url("../design/nav-02.png") 0 0 no-repeat;padding: 0 30px 0 30px; }
#nav *.hover {color: #141414;}
#nav a { color: white; padding:17px 36px 11px 36px; text-decoration:none; text-transform:uppercase; line-height: 1.5; }
  /*#nav li.hover a { background-color:none; color:#141414; }*/
  #nav ul { top: 47px; }
    #nav ul li a {  background-color:#ee5601;color:#FFF; }
      #nav ul a.hover { background-color: #141414;color:#FFF; }
   #nav ul a { border-bottom: none; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }

