/* CSS Document */

/*Horizontal Menu*/
/*Credits: Web-Kreation */
/*URL: http://web-kreation.com/blog/?p=22 */

/***** Global Settings *****/
ul li {
  list-style-type: none;/*turns off display of bullet*/
}
/***** Main Formatting *****/

#wrapper {
  display: block;
  text-align: left;
}
/***** MENU *****/

#wrapperNavlist {
  display: block;
  width: 133px;
  margin-bottom: 20px;
  padding: 0;
  font-weight: bold;
}

#navlist li {
  height: 24px;
  line-height: 24px;  
  color: #ffffff;
}

#navlist {
  margin: 0;/*removes indent IE and Opera*/
  padding: 0;/*removes indent Mozilla and NN7*/
}

#navlist a, #navlist a:visited {
  display: block;
  height: 24px;
  border: none;
  color: #ffffff;
  padding: 0 0 0 2px;
  text-decoration: none;
  background: url(images/nav.jpg) repeat-x left top;
}

#navlist a:hover {
  background-position: 0 -24px;   /* Shift background image vertically 24px, or start of the 2nd background image (on mouseover) */
  color: #ffffff;
}
