/*Overall CSS for each Horizontal Accordion.
	Most settings should be kept as it.
	Customize each Accordion by styling each Accordion's ID attribute instead.
*/
#accContain{
	background-image: url(../slidemenu2/images/5-end.gif);
	background-repeat: no-repeat;
	background-position: 770px 5px;margin: 0;
padding: 0;
}
.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: 739px; /*For users with JS disabled: Width of each content*/
height: 400px; /*For users with JS disabled: Height of each content*/
overflow: hidden; /*leave as is*/
float: left; /*leave as is*/
}
/*CSS for example Accordion #hc2*/

#hc2 li{
	margin:0 0 0 0;
	
/*	border-top-width: 1px;border-bottom-width: 1px;border-top-style: solid;border-bottom-style: solid;border-top-color: black;border-bottom-color: black;
*/

}
#hc2 li .hpanel{
padding: 0px; /*Padding inside each content*/
cursor: hand;
cursor: pointer;
}
#hc2 .haccordion #web-design{
	background-image: url(assets/i-web-a-big.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}
#hc2 #web-design li .text{
	text-align: left;
	margin: 5px;
}
/*.haccordion li .hpanel{
width: 100%; /*For users with JS disabled: Width of each content*/
/*height: 400px;  /*For users with JS disabled: Height of each content*/
/*}


/*CSS for example Accordion #hc1*/

/*#hc1 li{
margin:0 3px 0 0; /*Spacing between each LI container*/
}

/*#hc1 li .hpanel{
padding: 5px; /*Padding inside each content*/

/*}





