/* Основные настройки */

ul{margin:0 0 0 0;padding:0}

#items, #items ul {
	list-style			: none;
	margin				: 0;
	background			: none;
}
#items li {
	background			: none;
	width					: 200px;
	cursor				: default;
	/*border-bottom		: 1px solid #ecebeb;*/
	margin				: 0px 0px 0px 0px;
	font					: normal 12px Georgia, "Times New Roman", serif;
}

#items a {
	font					: normal 12px Georgia, "Times New Roman", serif;
	color					: #1c1c1c;
	text-decoration	: none;
	width					: 200px;
	outline				: none;
	text-align			: right;
	padding				: 5px 5px 5px 0px;
	display				: block;
	margin 				: 0px 0px 10px 0px;
}
#items a:hover {
  	color					: #1c1c1c;
	text-decoration	: underline;

}
#items li:hover {
	font					: normal 12px Georgia, "Times New Roman", serif;
 	color					: #6bcffe;
}


#items li.active{
	background			: #fff292;
	height				: 10px;
	width					: 200px;
	cursor				: default;
	padding				: 5px 5px 5px 0px;
	font					: normal 12px Georgia, "Times New Roman", serif;
	text-align			: right;
	color					: #372e21;
	margin 				: 0px 0px 10px 0px;
	/*border-bottom		: 1px solid #e4e5e6; */
}
