/* CSS Document */

ul {
	
}

li {
	list-style-image: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C0CE91;
	margin-left: -18px;
}

li a {
	color: #C0CE91;
	text-decoration: none;
	line-height: 28px;
	display:block;
	padding-left:6px;
}

li a:hover {
	color: #003300;
	text-decoration: none;
	line-height: 28px;
	background-color: #DBECA6;
	/*padding: 2px;*/
}

.lisel a {
	color: #000;
	text-decoration: none;
	line-height: 28px;
	background-color: #DBECA6;
	/*padding: 2px;*/
}

.FirstLetter {font-size: 18px}

