.accordion {
    color: #000000;
    margin:0;
    position: relative;
    width:230px;
	float:left;
	margin:0px 0 0 -30px;
}
.accordion span {
    display: none;
	width:230px;
}
.tabs {
    background-color: #FFFFFF;
    overflow: hidden;
		width:260px;
}
.tabs dl dd a {
    display: block;
    text-decoration: none;
    border-bottom:	0;
	display:		block;
	font-family: "Century Gothic";
	font-size:		14px;
	color:			#000000;
	padding:		10px 10px 10px 18px;
	text-transform:uppercase;
	border-right: 5px solid #fff;
	text-decoration:none;

	margin:-15px 0 0 0!important;

}
.tabs dl dd a.active {
    color: #1c93bf;
    text-decoration: none;
    background: #F3F3F3;
    border-right: 5px solid #1C93BF;
}
.tabs dl dd div {
   
    height: 0;
    overflow: hidden;

   

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tabs dl dd div p {
	margin:16px 0 0 0;
	padding:5px 0!important;
	border:0!important;

}

.tabs dl dd div p a {
	padding:5px 0 5px 25px!important;
	border:0!important;
	font-size:12px;
	border-left: 2px solid #1C93BF!important;
}

.tabs dl dd div p a:hover, .tabs dl dd div p a.active { background:#D9D7D7!important; color:#fff!important;}


.tabs dl dd a:hover {
  text-decoration:none;
	background:#1083AD;
	border:0;
	color:#fff;
}
.tabs dl dd a:active {
    color:			#1c93bf;
	text-decoration:none;
	background:#F3F3F3;
	border-right: 3px solid #1C93BF!important;
}
#tab1:target ~ .tabs .tab1 dd div {
    height: 162px;
}
#tab2:target ~ .tabs .tab2 dd div {
    height: 345px;
}
#tab3:target ~ .tabs .tab3 dd div {
    height: 105px;
}
#tab4:target ~ .tabs .tab4 dd div {
    height: 235px;
}


#tab5:target ~ .tabs .tab5 dd div {
    height: 235px;
}
#tab1:target ~ .tabs .tab1 dd a,
#tab2:target ~ .tabs .tab2 dd a,
#tab3:target ~ .tabs .tab3 dd a,
#tab4:target ~ .tabs .tab4 dd a
#tab5:target ~ .tabs .tab5 dd a{
   color:			#1c93bf;
	text-decoration:none;
	background:#F3F3F3;
	border-right: 5px solid #1C93BF;
}


	