/* ATRIBUTOS DO MENU */
#wrap {
width:140px; 
/* border:0px solid #000; */
/* border-bottom:0; */
text-align: left;
padding: 1px 0px 0px 0px;
}

/* MEGA Drop Down --------- */
#mega { list-style:none; }
#mega li { width:169px; height: 27px; padding: 0px 0px 0px 1px; text-align:left; position:relative; }
#mega li:hover { border: 0px solid #ccc; }
#mega a { outline:0; text-decoration:none; display:block; line-height:25px; background: url("../imgs/bgMenu.png") no-repeat top center; }
#mega a:hover { line-height:25px; background: url("../imgs/bgMenuOver.png") no-repeat top center; }

/* Hide/Show Div ---------- */
#mega div.sub {
position:absolute; left:-999em; text-align:left; 
width:170px; height: 25px; padding: 0px 1px 0px 2px; 
}
#mega li:hover div.sub { left:170px; top: 0px; }

/* Within Div Styles --------- */
#mega div.sub p a { width:160px; height: 27px; padding: 0px 0px 0px 10px; border-bottom: 0px solid #ccc; line-height:25px; background: url("../imgs/bgMenu.png") no-repeat top center; }
#mega div.sub a:hover { border-bottom: 0px solid #ccc; width:160px; height: 27px; padding: 0px 0px 0px 10px; line-height:25px; background: url("../imgs/bgMenuOver.png") no-repeat top center; }