#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	#slider img{border:none;}
#slider li{ 
	width:980px;
	height:300px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:980px;
	}														
#prevBtn a, #nextBtn a{
	text-indent: -999em;
	display:block;
	width:30px;
	height:77px;
	background:url(../images/slider_left.png) no-repeat 0 0;	
	}
	#prevBtn a:hover{background:url(../images/slider_left_hover.png) no-repeat 0 0;}
#nextBtn a:hover{background:url(../images/slider_right_hover.png) no-repeat 0 0;}
#nextBtn a{ 
	background:url(../images/slider_right.png) no-repeat 0 0;	
	}
	body {
  font-family: Segoe UI;
  text-size: 14px;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 208px;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #2c2825;
  color: #fff;	
  padding: 0.5em;
  font-weight: bold;
}
ul#menu li a .teste{
  background: #FFFFFF;
  color: #ffffff;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

ul#menu li a:hover {
  background: #0085bc;
  font-weight: bold;
  color: #ffffff;
}

ul#menu li ul li a {
  background: #92e1ff;
  color: #000;
  padding-left: 15px;
  border-left: 5px #000 solid;
}

ul#menu li ul li a:hover {
  background: #0085bc;
  color: #ffffff;
  border-left: 5px #000 solid;
  padding-left: 15px;
}