/* MENU */
DIV#menu{background:#D10000 /*url('../img/bgMenu.jpg')*/ repeat-y right; width:100%; color:#FFF; font-weight:bold; font-size:1.1em;}
DIV#menu UL{list-style:none; margin:0; padding:0; }
DIV#menu UL LI{float:left; border-right:1px solid #EB7A7A; cursor:pointer;}
DIV#menu UL LI.sm{background:url('../img/bgFlechaM.gif') no-repeat right top; padding-right:.5em;}
DIV#menu UL LI.smCl{background:url('../img/bgFlechaMon.gif') no-repeat right top; padding-right:.5em;}
DIV#menu UL LI.smOn{background:#900 url('../img/bgFlechaM.gif') no-repeat right top; padding-right:.5em;}
DIV#menu UL LI.smOnCl{background:#900 url('../img/bgFlechaMon.gif') no-repeat right top; padding-right:.5em;}
DIV#menu UL LI.smNoOn{background:#900}
DIV#menu A{float:none; color:#FFF; text-decoration:none; display:block; padding:.25em 1em;}
DIV#menu A:hover{color:#FFF; text-decoration:underline;}

DIV#menu UL LI.sm A.menuH{float:left; display:block; cursor:pointer;}
DIV#menu UL LI.smOn A.menuH{float:left; display:block; cursor:pointer;}
DIV#menu UL LI.smNo A.menuH{float:left; display:block; cursor:pointer;}

DIV#menu UL LI DIV.subMenu{clear:both; display:block; border-top:2px solid #A7A7A7; background:url('../img/bgSMrb.gif') no-repeat bottom right; margin:0; padding:0; z-index:100;}
DIV#menu UL LI DIV.subMenu UL{margin:0; padding:.75em 0 .75em .75em; width:34.75em; display:table; background:url('../img/bgSMlb.gif') no-repeat bottom left;}
DIV#menu UL LI DIV.subMenu UL LI{margin:0; padding:0; display:inline; font-size:1em; font-weight:normal; color:#000; border-left:0; border-right:0; background:#E5E4E4;}
DIV#menu UL LI DIV.subMenu UL LI A{margin:0; padding:.3em 0 .3em .5em; color:#333; text-decoration:none; display:block;  width:16.5em; line-height:1em;}
DIV#menu UL LI DIV.subMenu UL LI A:hover{color:#D10000; text-decoration:none; background:#CDCDCD;}

DIV#menu UL LI DIV.vert{width:17.7em; background:url('../img/bgSMrbVert.gif') no-repeat bottom right;}
html>body DIV#menu UL LI DIV.vert{width:18.5em;}
DIV#menu UL LI DIV.vert UL{width:17.7em; background:url('../img/bgSMlbVert.gif') no-repeat bottom left;}
