/* ORIGINAL */
/* Os elementos seguintes estao duplicados no css.css e colorCss.css. Estao aqui so' para referencia. Não descomentar
*
#menu {white-space:nowrap; display:block; width:68%; height:45px; margin:0; float:left; text-align: left; background:#FFF url(/../img/menu_bck.gif) repeat-x; border-left: solid 1px #EBEBEB;}

#menu UL {margin:0; padding:15px 0 0 10px; height:45px; border:0; list-style:none; color:#5e7286; font-size:92%; letter-spacing:1px}
#menu UL LI {display:inline; padding:0; margin:0; white-space:nowrap; text-transform:uppercase}

#menu UL LI a {padding:15px 6px; margin:0; text-decoration:none}
#menu ul li a:hover {background:#67c1eb url(/../img/menu_selec.gif) repeat-x; color:#10b0f6; text-decoration: none}
#menu img {margin:0; vertical-align:top}
#menu img {border:0}

#menu .section {margin:0; border:solid 1px #FFFFFF}
#menu .section a {padding:5px 0 2px 5px; padding-bottom:3px;}

#menu ul li ul {margin:0; padding:0; height:100%; border:solid 1px #ffff}
#menu ul li ul li {line-height:120%}
*/

.dmx .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
   /* border:none 0px;*/
}

.sepSubMenu {height:1px; font-size:1px; background-color:#FFFFFF}


.dmx {
    font-family:Trebuchet MS;
}

.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover 
{
    text-decoration: none;
    white-space: nowrap;
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover 
{
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    /*z-index: 500;*/
}
.dmx .item2 {
	/*background:#FFEA99;*/
    color: #000000;
    font-size:12px;
    text-transform:none;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover 
{
	background:#FECB00;
}
/*.dmx .arrow,
.dmx .arrow:hover {
    padding: 6px 24px 4px 12px;
}*/
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 3px;
    right: 1px;
    border: 0;
}


/** html .dmx td { position: relative; }  ie 5.0 fix */