/* CSS Document */





ul li {
  list-style-type: none; 
}


/***** MENU *****/

#wrapperNavlist {
  display: block;
  width: 226px;
  
  margin-bottom: 20px;
  padding: 0;
  margin-left:11px;
  margin-top:20px;
  /*border-bottom: 1px solid;
  border-left: 1px solid;*/
  /*border-right: 1px solid;*/
  border-color: #AAAAAA;
  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: 28px;
  line-height: 28px;/*must be equal to height. Centers the text vertically*/
  padding: 0 0 0 28px;
  border: none;
  /*border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #AAAAAA;*/
  color: #003300;
  text-decoration: none;
  background: url(../images/nav.png) repeat-x left top;
}

#navlist a:hover {
  background-position: 0 -28px;   /* Shift background image vertically 24px, or start of the 2nd background image (on mouseover) */
  color: #006633;
}

#navlist #active a {
  display: block;
  background: url(../images/bullet.png) no-repeat left center;
  background-position: 28px;
  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;
  
}
