.accordion h3
{
	padding:0px;
	text-align:center;
	background-color:#e5eecc;
	cursor: pointer;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.accordion {
	width: auto;
}
.accordion>ul {
	list-style:none;
	width: auto;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.accordion ul li {
	list-style-type: none;
	display:block;
	padding: 0;
	list-style:none;
	background-image: none;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
 	-webkit-border-radius: 0px 10px 10px 0px;
	/* Firefox 1-3.6 */
  	-moz-border-radius: 0px 10px 10px 0px;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  	border-radius: 0px 10px 10px 0px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.accordion ul {
	margin: 0px;
	padding: 0px;
}
.accordion ul ul
{
	padding:0px;
	display:none;
	background-color: #F3F3F3;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
}
.accordion ul li ul {
	overflow: auto;
	margin: 0;
	color: #3B3B3B;
	padding: 0px;
}
.accordion ul li ul li {
	text-shadow: 1px 1px 0px #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-image: url(../images/arrowBullet.png);
	background-repeat: no-repeat;
	line-height: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: -1px 6px;
	padding-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.accordion>ul>li>h3 {
	display:block;
	margin: 0;
	height:17px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-shadow: 1px 1px 0px #ffffff;
	color: #606060;
	/* CSS3 Gradient Effect */
    background: -moz-linear-gradient( top, #d3d3d3, #efefef);
	background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#efefef));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#efefef, endColorstr=#efefef); /* IE 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3d3d3, endColorstr=#efefef)";   /* IE 8 */
	background-image: linear-gradient(rgb(215,215,215),rgb(240,240,240)); /* Opera */
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	overflow: hidden;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
}
.accordion:hover>ul>li:hover>h3 {
	text-shadow: 1px 1px 0px #efefef;
	/* Decorative CSS */
    color:#24534C;
	background: #000000;
	/* CSS3 Gradient Effect */
    background: -moz-linear-gradient( top, #cbe6dd, #a5cfc2); /* FF, Flock */
	background: -webkit-gradient(linear, left top, left bottom, from(#cbe6dd), to(#a5cfc2)); /* Safari, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cbe6dd, endColorstr=#a5cfc2); /* IE 5.5 - IE 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cbe6dd, endColorstr=#a5cfc2)";
	background-image: linear-gradient(rgb(203,230,221),rgb(165,207,194));
	text-decoration: none;
}
#down {
	text-shadow: 1px 1px 0px #efefef;
	/* Decorative CSS */
    color:#3FF;
	background: #000000;
	/* CSS3 Gradient Effect */
    background: -moz-linear-gradient( top, #cbe6dd, #a5cfc2); /* FF, Flock */
	background: -webkit-gradient(linear, left top, left bottom, from(#cbe6dd), to(#a5cfc2)); /* Safari, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cbe6dd, endColorstr=#a5cfc2); /* IE 5.5 - IE 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cbe6dd, endColorstr=#a5cfc2)";
	background-image: linear-gradient(rgb(203,230,221),rgb(165,207,194));
	text-decoration: none;
}
.accordion ul li ul table   {
	margin: 0px;
	display: table;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.accordion ul li ul table tr td {
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFF;
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(242,242,242,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(242,242,242,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(242,242,242,1) 0%,rgba(232,232,232,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e8e8e8',GradientType=1 );
	margin: 0px;
	padding: 8px;
	vertical-align: top;
}

.accordion ul li ul table tr td a:link {
	text-decoration: underline;
	color: #3B3B3B;
}
.accordion ul li ul table tr td a:visited {
	text-decoration: underline;
	color: #3B3B3B;
}
.accordion ul li ul table tr td a:hover {
	text-decoration: none;
	color: #085F80;
}
