
/* MENU DESPLEGABLE */

div.navitem {z-index:999; float:left; position:relative; cursor:hand;}
div.navitem table {display:none; position:absolute; top:12.5px; left:0; border-width:1px 1px 0px 1px; border-style:solid; border-color:#0d3159;}
div.navitem:hover table, div.over table {display:block;}
div.navitem a {cursor:hand;}

table.navtable td {text-align:center; background:#eee; color:#0c4790 !important; font:normal 11px arial !important;}
table.navtable a {text-align:center; display:block; background:#eee; text-decoration:none; padding:0px 4px; color:#0c4790 !important; font:normal 11px arial !important;}
table.navtable a:hover {background:#fff; color:red !important; padding:0px 4px;}

table.navtable td div.top_line {width:170px; height:2px; font-size:0.01px; overflow:hidden; background:red; margin:1px 0px 0px 3px;}
table.navtable td hr {width:100%; background:#0d3159; color:#0d3159;}
table.navtable td div.bottom_line {width:170px; height:2px; font-size:0.01px; overflow:hidden; background:#0d3159; margin:1px 0px 0px 3px;}

