/* 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; position: relative; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { /*width: 130px;*/padding: 3px 0; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { /*background-color: #30A8C3; */height: 24px; }
#nav *:hover { /*background-color: none;*/ }
#nav a { border-right: 0px solid #fff; color: white; font-size: 12px; padding: 2px 8px; line-height: 1; font-size: 7pt; text-align: left; }
  #nav li.hover a { /*background-color: #5E5A5A;*/ }
  #nav ul { 
    top: 18px; 
    left: -2px;
    background-color: #999; 
    border: 2px solid #444;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    }
    #nav ul li { display: block;/*background: url(../images/fondred.gif) top left repeat-x #bc0000; border-right: 1px solid #FFAFAF;*/ }
    #nav ul li a { color: #FFF; padding: 3px 8px 5px 20px; display: block; }
      #nav ul li a.hover {  }
   #nav ul a { /*opacity: 0.9; filter: alpha(opacity=90);*/ }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#nav a.nav-darr {
  padding-right: 20px;
}
#nav span.nav-darr {
  position: absolute;
  top: 7px; right: 4px;
  width: 12px; height: 12px;
  background: url(../images/menu/darr-red.png) top left no-repeat;
}

#nav a.nav-home {
  padding-left: 22px;
}
#nav span.nav-home {
  position: absolute;
  top: 6px; left: 4px;
  width: 15px; height: 13px;
  background: url(../images/menu/home.png) top left no-repeat;
}
