/*Overall CSS for each Horizontal Accordion.
	Most settings should be kept as it.
	Customize each Accordion by styling each Accordion's ID attribute instead.
*/

.haccordion{
padding: 0;
}

.haccordion ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden; /*leave as is*/
}


.haccordion li{
	margin: 0;
	padding: 0;
	display: block; /*leave as is*/
	width: 100%; /*For users with JS disabled: Width of each content*/
	height: 204px; /*For users with JS disabled: Height of each content*/
	overflow: hidden; /*leave as is*/
	float: left; /*leave as is*/
}

.haccordion li .hpanel{
	width: 100%; /*For users with JS disabled: Width of each content*/
	height: 204px;  /*For users with JS disabled: Height of each content*/
}
#hc1 li{
	margin:0 0 0 0; /*Spacing between each LI container*/
}

#hc1 li .hpanel{
	padding: 0px;
	color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica;
}
.default {
	height: 204px;
	width: 32px;
	background-image: url(../img/menutitle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	clear: left;
}
.default:hover {
	background-position: -33px 0;
	cursor: pointer;
}
.option2 {
	height: 204px;
	width: 32px;
	background-image: url(../img/menu2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	clear: left;
}
.option2:hover {
	background-position: -33px 0;
	cursor: pointer;
}
.option3 {
	height: 204px;
	width: 32px;
	background-image: url(../img/menu3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	clear: left;
}
.option3:hover {
	background-position: -33px 0;
	cursor: pointer;
}
.option4 {
	height: 204px;
	width: 32px;
	background-image: url(../img/menu4.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	clear: left;
}
.option4:hover {
	background-position: -33px 0;
	cursor: pointer;
}
.option5 {
	height: 204px;
	width: 32px;
	background-image: url(../img/menu5.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	clear: left;
}
.option5:hover {
	background-position: -33px 0;
	cursor: pointer;
}
.option6 {
	height: 204px;
	width: 32px;
	background-image: url(../img/menu6.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	clear: left;
}
.option6:hover {
	background-position: -33px 0;
	cursor: pointer;
}




.videoThumb {
	background-image: url(../img/vbg.png);
	background-repeat: repeat;
	height: 204px;
	width: 360px;
	margin-left: 33px;
	padding: 18px;
}

.option3:hover {
	background-position: -33px 0;
	cursor: pointer;
}
.vDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: visible;
	padding-top: 15px;
}
.vDescriptionTitle {
	font-size: 14px;
}
.v1 {
	background-image: url(../img/v1.jpg);
	width: 200px;
	height: 90px;
	border: 12px solid #232a32;
	background-repeat: no-repeat;
}


.v1:hover {
	background-image: url(../img/v1_.jpg);
	cursor: pointer;
}
.v2 {
	background-image: url(../img/v2.jpg);
	width: 200px;
	height: 90px;
	border: 12px solid #232a32;
	background-repeat: no-repeat;
}
.v2:hover {
	background-image: url(../img/v2_.jpg);
	cursor: pointer;
}
.v3 {
	background-image: url(../img/v3.jpg);
	width: 200px;
	height: 90px;
	border: 12px solid #232a32;
	background-repeat: no-repeat;
}
.v3:hover {
	background-image: url(../img/v3_.jpg);
	cursor: pointer;
}
.v4 {
	background-image: url(../img/v4.jpg);
	width: 200px;
	height: 90px;
	border: 12px solid #232a32;
	background-repeat: no-repeat;
}
.v4:hover {
	background-image: url(../img/v4_.jpg);
	cursor: pointer;
}
.v5 {
	background-image: url(../img/v5.jpg);
	width: 200px;
	height: 90px;
	border: 12px solid #232a32;
	background-repeat: no-repeat;
}
.v5:hover {
	background-image: url(../img/v5_.jpg);
	cursor: pointer;
}

