/* CSS Document */
a.first_item{
	width:186px;
	height: 1px;
	padding-left:5px;
	padding-top: 3px;
	color:#666;
	background:#fff ;
	float:left;
	text-decoration:none;
	border-bottom: 1px solid #dedede;

}
a.item{
	width:186px;
	height: 18px;
	padding-left:5px;
	padding-top: 3px;
	color:#666;
	background:#fff ;
	float:left;
	text-decoration:none;
	border-bottom: 1px solid #dedede;

}
a.item:hover{
	color:#cc0066;
	background:#ffe3f1 ;
	float:left;
	font-weight:bold;
	text-decoration:none;
}
.title_item{
	width:191px;
	height:3px;
	color:#fff;
	background:#faa0df;
	float:left;
	font-weight:bold;
	text-decoration:none;
}
a.selected_item{
	width:186px;
	height: 18px;
	padding-left:5px;
	padding-top: 3px;
	color:#cc0066;
	background:#fff ;
	float:left;
	text-decoration:none;
	font-weight:bold;
	border-bottom: 1px solid #dedede;
}
a.selected_item:hover{
	color:#cc0066;
	background:#ffe3f1 ;
	float:left;
	font-weight:bold;
	text-decoration:none;
}
