/**************************************************************
 **
 **		   The NavButtons.css StyleSheet
 **
 **   Provides horizontal and vertical navbars and nav
 **   buttons for the Silver Clef Music website. All code
 **   in this stylesheet is copyright © 2005 by David P.
 **   Miller and Silver Clef Music, Inc., all rights re-
 **   served. Please contact us if you want to use this code.
 **
 **************************************************************  
 **
 **
 **
 **
 **
 **
 **************************************************************/
 
 
#hMenuBar {
  background-color: #113;
  width: 800px;
  text-align: center;
  /* ====================================================================== */
  border-top: solid 1px #113; 
  border-bottom: 1px solid #113;
  /* The above is needed to close up hMenuBar with element above in Firefox */
  /* If no border or border-width=0 then there's a space above this element */
  /* ====================================================================== */
  }
   
#hMenuBar ul {
  color: #e8e8ff;
  font-family: arial, helvetica, sans-serif;
  list-style-type: none;
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-top: -2px;
  }
     
#hMenuBar li {
  display: inline;
  }

#hMenuBar li a {
  text-decoration: none;
  padding: 4px 8px;
  color: #e8e8ff;
  background-color: #6060a0;
  border-top: solid 2px #c8c8ef;
  border-left: solid 2px #c8c8ef;
  border-right: solid 2px #3030a0;
  border-bottom: solid 2px #3030a0;
  }

#hMenuBar li a:hover {     
  color: #e8e8ff;
  background-color: #8080e0;
  border-top: solid 2px #3030a0;
  border-left: solid 2px #3030a0;
  border-right: solid 2px #c8c8ef;
  border-bottom: solid 2px #c8c8ef;  
  }