ul.jd_menu, 
ul.jd_menu_vertical {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	display: none;
}
ul.jd_menu li {
	float: left;
}

ul.jd_menu .li_produtos {
	border:0px solid red;
    background: url(/layout/topo/topo_34.gif);
    width:158px;
    height: 38px;
}

ul.jd_menu .li_promocoes {
	border:0px solid red;
    background: url(/layout/topo/topo_35.gif);
    width:167px;
    height: 38px;
}

ul.jd_menu .li_outlet {
	border:0px solid red;
    background: url(/layout/topo/topo_36.gif);
    width:157px;
    height: 38px;
}

ul.jd_menu .li_lojas {
	border:0px solid red;
    background: url(/layout/topo/topo_37.gif);
    width:175px;
    height: 38px;
}

ul.jd_menu .li_empresas {
	border:0px solid red;
    background: url(/layout/topo/botao_divultec2.gif);
    width:160px;
    height: 38px;
}

ul.jd_menu .li_franchising {
	border:0px solid red;
    background: url(/layout/topo/botao_franchising.gif);
    width:160px;
    height: 38px;
}

ul.jd_menu .li_naoperca {
	border:0px solid red;
    background: url(/layout/topo/topo_39.gif);
    width:184px;
    height: 38px;
}

/* -- Sub-Menus -- */
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
	margin-left:3px;
}
ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
}

ul.jd_menu ul ul {
    margin-top:-2px;
}

