/* CSS Document */

.active {
	background-position: right 12px;  

}


.accordion {
  width: 230px;


}
.accordion {
  border: none;
  font: Sans-Serif;
}

.accordion h3 {
  background: /*#161616*/url(btn.png) repeat-x top left;
  color: white;
  font-weight: normal;
  line-height: 35px;
  height: 35px;
  margin: 0;
  padding-left: 8px;
  font: Sans-Serif;
  cursor: pointer;
}

.accordion h3:hover {
  background: #161616;
}

p + h3 {
  border-top: 1px solid grey;
  
}

p {
  margin: 0;
  padding: 18px 8px;
  line-height: 1.5em;
  font: Sans-Serif;
}

.menu {
	margin: 100px 0 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.menu a {
	padding: 14px 10px;
	display: block;
	color: #000000;
	width: 144px;
	text-decoration: none;
	font-weight: bold;
	
	background: url(images/button.gif) no-repeat center center;
}
.menu li em {
	
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}
