 #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;text-decoration:none; }
  #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;line-height:17px;vertical-align:middle; } /* IE6/7 fix */
    #nav ul li { float: none; list-style-image:none; }
    #nav ul ul { top: 10px; }
    
/* Essentials - configure this */

#nav ul { width: 200px; }
#nav ul ul { left: 201px; }


/* Everything else is theming */
 
#nav { height: 38px; background-image:url(../images/site-images/navbuttons/nav-tile.jpg);}
#nav *:hover { background-color: #e1a519;color:#ffffff; text-align:left;  }

#nav a { color: black; font-size: 11px; padding: 2px; line-height: 28px; }

  #nav ul li ul li.hover a { background-color:#ffffff; background-image:url();line-height:22px;height:22px; }
  #nav ul { top: 38px; left: 2px; }
  #nav ul li a { background-color: #ffffff;background-image:url(); }
  
  #nav ul a { border-bottom: none; border-right: none; }

.isMiddleOff
{
    background-image:url(../images/site-images/navbuttons/nav-tile.jpg);
    color:#000000;
}

.isMiddleOn
{
    background-image:url(../images/site-images/navbuttons/nav-over-tile.jpg);
    color:#ffffff;
}

