#services {
	width:220px;
}
.header {
	width:225px; 
	padding:8px; 
	font-weight:bold; 
	margin-top:2px; 
	cursor:pointer; 
	background: url(../images/slider_header_bg.gif) left top no-repeat;
	color:#333333;
}
.header:hover {
	background: url(../images/slider_header_bg.gif) left top no-repeat;
	color:#FF6600;
	}
.header a {
color:#333333;
text-decoration:none;
display:block;
}
.header a:hover {
color:#FF6600;
} 
.content {
	overflow:hidden
}
.text {
	border-top:none;
	
	width:218px; 
	padding:4px 11px 4px 11px;
	background:url(../images/slider_content_bg.gif) left top repeat-y;
	height:auto;
	overflow:hidden;
	/*border:1px dashed #FF0000;*/
}

.text ul {
margin:0;
padding:0;
}

.text ul li
{
display:block;
list-style:none;
float:none;
border: 1px dashed #666666;
}

.text ul li a
{
display:block;
color:#333333;
text-decoration:none;
margin:4px 0 4px 0;
padding:0 0 0 12px;
background:url(../images/leftnav_arrow.gif) 0 6px no-repeat;
}

.text ul li a:hover
{
color:#FF6600;
background:url(../images/leftnav_arrow_ovr.gif) 0 6px no-repeat;
}
