@charset "UTF-8";
#accordion {
	list-style: none;
	width: auto;
	position: relative;
	z-index: 8;
	font-family: 'TrebuchetMSRegular';
	margin: 0px;
	padding: 0;
}
#accordion div {
	background-image: url(../img/textcube.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
	padding-left: 30px;
}
#accordion div {
	display: block;
	font-size: 14px;
	font-family: 'TrebuchetMSRegular';
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30;
}
#accordion div:hover {
	background-color: #CCC;
	background-image: url(../img/textcubeover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
#accordion ul {
	list-style: none;
	padding: 0 0 0 0;
}
#accordion ul{
	display: none;
	background-color: #CCC;
	padding-top: 1px;
}
#accordion ul li {
	font-weight: normal;
	cursor: auto;
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-bottom: 10px;
}
#accordion a {
	text-decoration: underline;
	color: #000;
}
#accordion a:hover {
	color: #FFF;
}
