/*h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	font: 14px Georgia, "Times New Roman", Times, serif;
}*/
#accordion {
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
  	width: 180px;
 	background-image:url(../images/navleft.jpg)
}
#accordion  div {
	padding: 0;
	margin: 0;
	border: none;

}
#accordion p {
	margin: 0px;
	padding: 10px;
}
#accordion  h2 {
	text-decoration: none;
	background: #cc3300;
	padding: 5px 10px 4px;
	border-bottom: 1px solid #b32d00;
	font-size: 1.2em;
	/*font-weight: bold;
	text-transform: uppercase;*/
	color: #FFF;
	margin: 0;
	cursor: pointer;
}
#accordion h2.current {
	background:none;
	border: none;
}
#accordion a {
	color:#fff;
	}
#accordion li {
	list-style-type:none;
	
	}
#accordion a:hover {
	text-decoration:underline;
	border-bottom: none;

	}

.menu {
	list-style-type:none;
	color:#000000;
	height: 150px;
	}
.menu.current {
	color:#ffffff;
	}
	
