.suckerdiv ul{
float:left;
padding: 0;
list-style-type: none;
width: 264px; /* Width of Menu Items */
/*border-bottom: 1px solid #ccc;*/
background:url('../img/bg_mainnav.jpg') no-repeat;
margin-top:2px;
}
	
.suckerdiv ul li{
position: relative;
margin-top:2px;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{ 
position: absolute;
/*width: 171px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #00417D;
text-decoration: none;
font: 11px trebuchet MS;
text-align:left;

/*
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
*/
}

.suckerdiv ul li a:visited{
color: #00417D;
}

.suckerdiv .subfolderstyle{
/*background: url(media/arrow-list.gif) no-repeat center right;*/
float:left; width:264px; height:25px;
}
.suckerdiv:hover .subfolderstyle:hover{
/*background: url(media/arrow-list.gif) no-repeat center right;*/
float:left; width:264px; height:25px;
}

	
/* Holly Hack for IE \*/

/*
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
*/
/* End */

li.lvl1{float:left; width:264px; height:25px; background:url(../img/background_menu_li.jpg);}

li.lvl1sub{float:left; width:264px; height:25px; background:url(../img/background_menu_li.jpg);}

li.lvl1sub a:hover{ background:url(../img/background_li_ativo.jpg); } /*here*/
a.lvl1{float:left; width:264px; height:25px; color:red;}
a.lvl1 img{float:left;}
a.lvl1:hover{background:url(../img/background_li_ativo.jpg);}

ul.lvl2{float:left; width:264px; background:#202D4F; margin-top:-2px; position:relative; z-index:1;}

li.lvl2{float:left; width:264px; height:25px; background:url(../img/background_menu_li.jpg);} /*fundo submenu*/
a.lvl2{float:left; width:264px; height:25px; position:relative;}
a.lvl2:hover{ background:red; }


