/* CSS Document */

/*CSS Vertical Menu v1.0*/
/*Credits: Web-Kreation */
/*URL: http://web-kreation.com/blog/?p=22 */

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

html, body {
  border: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font: 100%/1.25 Trebuchet MS;
  color: #000000;
  text-align: center;
}

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

#topo {
  width: 100%;
  background:url(imagens/fundo_logo.jpg);
}
/***** MENU *****/

#principal2 {
height:600px;
width:744px;
overflow:scroll;
}

#wrapperNavlist {
  width: 250px;
  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;
  text-align:left;
  float:left;
}


#corpo {
position:absolute;
  width: 744px;
  background-color:#FF0000;
  left:255px;  
}

#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(imagens/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(imagens/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;
}

