ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #fff;
	background: #ffffff;
}

a:link, a:visited {
	width: 100%;
	color: #fff; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333;	
	text-decoration: none;
	font-weight: bold;
}
a.mainlevel:active, a.mainlevel:visited {
	display: block;
	}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #949493;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #F07F07;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

form {
	margin: 0;
 	padding: 0;
}
.prod {
	padding-left: 5px;
	padding-right: 5px;
	}
.titulo {
	font-family: Arial;
	font-size: 16px;
	color: #fff;	
	}
a.level2:hover {
	color: #fff;
	text-decoration: underline;
}
a.hdi {
	color: #009900;
	text-decoration: none;
}