/*-----------------------------Menu lateral------------------------------*/
#menu_lateral{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 255px;
}

#navlist{
padding: 0px;
margin: 0px;
color: white;
background: #c8c8c8;
font-size: 12px;
font-family: Verdana, sans-serif;

border-bottom: 0.2em solid #c8c8c8;
border-right: 0.2em solid #c8c8c8;
padding: 0 1px;
margin-left: 0;
width: 185px;
}

#navlist li
{
list-style: none;
margin: 0px;
padding: 0px;
}

#navlist a
{
display: block;
margin: 0px;
padding: 0px;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: #000;
background: #E9E9E9;
border-width: 1px;
border-style: solid;
border-color: #c8c8c8 #c8c8c8 #c8c8c8 #c8c8c8;
border-left: 1em solid #87B61A;
padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { 
	border-color: #5bd #035 #068 #f30;}

#navlist a
{
	
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 159px;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a
{
width: auto;
/*only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover
{	
background: #2663A2;
border-color: #069 #6cf #5bd #F49B01;/*#fc0*/
color: #fff;
}

#navlist a:active, #navlist a#current:active
{
background: #17a;
border-color: #069 #6cf #5bd white;
/*
padding: 0.4em 0.35em 0.25em 0.9em;*/
}
/*--------------------FIN-----Menu lateral----------------------------*/