
a {
	color: #FF6600;}


ul {
border-top: 39px solid #B9C13D;
border-bottom: 39px solid #B9C13D;
width: 135px;
font-family: "Trebuchet MS";
font-size: 11px;
margin: 0;
padding: 0;
list-style: none;
}

li {
border-bottom: 1px dotted #fff;
background-color: #959D01;

}

li a {
font-weight: bold;
outline:0;
line-height: 1.3;
padding: 4px;
display: block;
color: #ffffff;
text-decoration: none;
}

li a:hover {
background-color: #FB7D00;
}

li #sintox {
height: 36px;
background-color: #6B7101;
background-image: url("images/sintox.jpg");
background-repeat: no-repeat;
background-position: right;
}

li #sintox:hover{
background-image: url("images/sintoxover.jpg");
background-repeat: no-repeat;
background-position: right;
background-color: #347DA9;
} 


li #home {
text-align: right;
}

li span{
color: #D27500;
font-weight: bold;
display: block;
margin: 0;
padding: 0;
}

#activo {
background-color: #FB7D00;
background-image: url("images/activo.jpg");
background-repeat: no-repeat;
background-position: right;

}