﻿#slideyBits {
	width: 190px;
	background-color: #FFFFFF;
	margin: 0 0 0px 0;

}
#slideyBits h2 {
	padding: 7px 0 0 0;
	margin: 0;
	height: 33px;
	background-color: #e9e9e9;
	background-image: url(/images/accordion_head.gif);
	background-repeat: no-repeat;
	width: 190px;
	line-height: 33px;
	text-indent: 20px;	
	font-size: 12px;
	font-weight: 900;
	color: white;
}

#slideyBits dt {
	margin:0px;
	padding: 0;
	cursor:pointer;
    font-weight: 900;
	text-decoration: none;
	text-indent: 8px;
	color: #666666;
	display: block;
	font-size: 14px;
	height: 30px;
	width: 180px;	
	float:right;
	line-height: 30px;
	background-image: url(/images/accordi_off.jpg);
	background-repeat: repeat-x;
}
#slideyBits dd {
	background-color: #E9EFE4;
	margin:0px;
	padding:0px;
	cursor:pointer;
    font-weight: 900;
	text-decoration: none;
	text-indent: 8px;
	font-size: 12px;
	width: 180px;	
	float:right;
}
#slideyBits ul {
    border-width:0px;
	margin:0px;
	padding:0;
	text-indent:0px;

}
#slideyBits li {
	list-style:none outside none; display:inline;
}

#slideybits li a {
	color:#339966;
	display:block;
	padding: 0 0 0 12px;
	text-decoration: none;

}
#slideybits li a:hover {
	background-color:#e5e5e5;
	color: #993300;
}
#slideyBits dt.slideyBitsHover {
	margin:0px;
	padding:0px;
	cursor:pointer;
    font-weight: 900;
	text-decoration: none;
	text-indent: 8px;
	color: #4b896b;
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	background-image: url(/images/accordi_on.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 180px;	
	float:right;
}
#slideyBits dt.slideyBitsActive {
	margin:0px;
	padding:0px;
	cursor:pointer;
    font-weight: 900;
	text-decoration: none;
	text-indent: 8px;
	color: #4b896b;
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	background-image: url(/images/accordi_on.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 180px;	
	float:right;

}

