a.mainlevel:link, a.mainlevel:visited, a.mainlevel:active {
display: block;
color: #808080;
font-weight: none;
text-transform:uppercase;
background-color: transparent;
background-repeat: no-repeat;
width: 100%;
height: 22px;
text-indent: 5px;
vertical-align: middle;
text-decoration: none;
font-family: arial;
line-height: 23px;
border-bottom:solid;
border-bottom-width:1px;
border-bottom-color:#DEDEDE;
font-size: 11px;
}

a.mainlevel:hover {
background-image:url(../css/imagens/overmenu.jpg);
background-repeat:repeat;
color: #000000;
display: block; 
text-decoration: none; 
border-bottom:solid;
border-bottom-width:1px;
border-bottom-color:#DEDEDE;
}


a.sublevel:link, a.sublevel:visited, a.sublevel:active {
display: block;
color: #808080;
font-weight: none;
text-transform:uppercase;
background-color: transparent;
background-repeat: no-repeat;
width: 100%;
height: 30px;
text-indent: 5px;
vertical-align: middle;
text-decoration: none;
font-family: arial;
line-height: 30px;
border-bottom:solid;
border-bottom-width:1px;
border-bottom-color:#DEDEDE;
font-size: 11px;
}

a.sublevel:hover {
background-image:url(../css/imagens/oversubmenu.jpg);
background-repeat:repeat;
color: #fee900;
display: block; 
text-decoration: none; 
border-bottom:solid;
border-bottom-width:1px;
border-bottom-color:#DEDEDE;
}
