#navigationDerecha{
	width: 100%;
}
#navigationDerecha ul{
	list-style: none;
	text-align:center;
	margin:10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999;
}
#navigationDerecha ul li{
	height: 30px;
	line-height:30px;
	border-bottom: 1px dotted #ccc;
}
#navigationDerecha ul li a{
	text-indent: 22px;
	display: block;
	height: 30px;
	text-decoration: none;
	background-image: url(../imagenes/bull.png);
	background-repeat: no-repeat;
	background-position: 5px 15px ;
	color:#999;
}
#navigationDerecha ul li a:hover{
	background-color: #C8D208;
	background-image: url(../imagenes/bull.png);
	background-repeat: no-repeat;
	background-position: 10px 10px ;
	color: white;
}
