/* CSS Document */

/*Horizontal Menu*/
/*Credits: Web-Kreation */
/*URL: http://web-kreation.com/blog/?p=22 */

/***** Global Settings *****/
* {
  margin: 0;
  padding: 0;
}



ul li {
  list-style-type: none;/*turns off display of bullet*/
}
/***** Main Formatting *****/

#wrapper {
  display: block;
  width: 100%;
  /*margin: 100px auto;*/
  text-align: left;
}
/***** MENU *****/

#wrapperNavlist {
  display: block;
  width: 173px;
  background: #6295E9;
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #999999;
  font-weight: bold;
}

#navlist {
  margin: 0;/*removes indent IE and Opera*/
  padding: 0;/*removes indent Mozilla and NN7*/
}

#navlist a, #navlist a:visited {
  display: block;
  height: 24px;
  line-height: 24px;/*must be equal to height. Centers the text vertically*/
  padding: 0 0 0 24px;
  border: none;
  border-top: 1px solid #99CCCC;
  border-bottom: 1px solid #3564D8;
  color: white;
  text-decoration: none;
  background: url(http://lamascornuda.com/mkportal/templates/frex/menuvertical/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: white;
}

#navlist #active a {
  display: block;
  background: #548BE7 url(http://lamascornuda.com/mkportal/templates/frex/menuvertical/bullet.jpg) no-repeat left center;
  background-position: 25px;
  padding-left: 45px;
  cursor: default;
}

/***** IMAGE REPLACEMENT *****/

h2.ir {
  position: relative;
  width: 175px;
  height: 25px;
  padding: 0;
  overflow: hidden;
}

h2.ir em {
  display: block;
  width: 175px;
  height: 25px;
  position: relative;
  background: url(http://lamascornuda.com/mkportal/templates/frex/menuvertical/mainmenu.jpg) no-repeat left top;
}
