/*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: 0px;
}

.haccordion ul{
margin: 0px;
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: 20px; /*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: 20px;  /*For users with JS disabled: Height of each content*/
}

.linkfb
{
	background:url('/images/fb1.jpg') no-repeat;
	font-family:Verdana;
	font-size:10px;
	padding-left:18px;
	padding-bottom:4px;
	text-decoration:none;
}

.linkpandora
{
	background:url('/images/pandora1.jpg') no-repeat;
	font-family:Verdana;	
	font-size:10px;
	padding-left:18px;
	padding-bottom:4px;
	text-decoration:none;
}

.linkrss
{
	background:url('/images/rss.png') no-repeat;
	font-family:Verdana;	
	font-size:10px;
	padding-left:18px;
	padding-bottom:4px;
	text-decoration:none;
}

.divider
{
	float:left;
	font-size:11px; 
	margin-right:3px;
}