body {
background-color:#232022;
}
#menu {
padding:0;
list-style:none;
margin: 10px 10px 10px 30px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
}

#menu li{
display: block;
background: url(/images/nivel-1.gif) no-repeat;
margin-bottom:0px;
width:239px;
height: 25px;
text-align:center;
}
#menu ul{
padding-top:4px;
}
#menu li a{
display: block;
margin-bottom:10px;
width:239px;
height: 25px;
text-align:center;
color: #231f20;
text-decoration:none;
padding-top:4px;
font-weight:bold;
}
#menu li a:hover{
display: block;
background: url(/images/nivel-2.gif) no-repeat;
width:239px;
height: 25px;
text-align:center;
color: #231f20;
text-decoration:none;
padding-top:4px;
font-weight:bold;
}
#leftcol ul {
	padding: 0;
	margin: 0;
}

#leftcol a.mainlevel {
	padding: 0 0 0 0;
	margin-bottom:20px;
	display: block;
	width:239px;
	background: url(../images/nivel-1.gif) no-repeat;
	color: #231f20;
	font-weight: bold;
	line-height: 25px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

#leftcol a.mainlevel:hover, #leftcol a.mainlevel:active {
	padding-left: 0px;
	margin-bottom:20px;
	display: block;
	background: url(../images/nivel-2.gif) no-repeat;
	color: #231f20;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	text-align:center;
	text-transform:uppercase;
}

#leftcol a.mainlevel#active_menu {
	background: url(../images/nivel-2.gif) no-repeat;
	color: #F231f20;
	margin-bottom:20px;
}
