/* ######### Barra Principal ######### */
.mattblackmenu ul{margin: 0; padding: 0; list-style-type: none; overflow: hidden; width: 100%;}
.mattblackmenu li{display: inline; margin: 0;}
.mattblackmenu li a{float: left; display: block; text-decoration: none; margin: 0; padding: 6px 8px; border-right: none; color: black;}
.mattblackmenu li a:visited{color: #666;}
.mattblackmenu li a:hover{color: #0000;}
.mattblackmenu a.selected{color: #666;}

/* ######### Marker List Vertical Menu ######### */
 /*width of side bar menu*/
.markermenu{width: 220px; clear: left; position: relative;}
.markermenu ul{list-style-type: none; margin: 5px 0; padding: 0; border: none;}
.markermenu ul li a{color: #00014e; display: block; width: auto; padding: 3px 0; padding-left: 20px; text-decoration: none; border-bottom: none;}

 /*IE6 hack*/
* html .markermenu ul li a{width: 155px;}
.markermenu ul li a:visited, .markermenu ul li a:active{color: #FFF;}
.markermenu ul li a:hover, .markermenu ul li a.selected{color: #FFF;}

/* ######### Drop Down  ######### */
.ddsubmenustyle, .ddsubmenustyle ul{margin: 0; padding: 0; position: absolute; left: 0; top: 0; list-style-type: none; border-bottom-width: 0; visibility: hidden; z-index: 100; background: url(../img/menu/submenu.png) left top repeat-x;}
.ddsubmenustyle li a{display: block; width: 220px; text-decoration: none;padding: 8px 5px; text-align: left;}

 /*IE6 CSS hack*/
* html .ddsubmenustyle li{display: inline-block; width: 150px;}
.ddsubmenustyle li a{color: white; font: normal 8pt Verdana;}
.ddsubmenustyle li a:hover{color: white; background-color: #030;}

/* ######### Neutral CSS  ######### */
/*CSS for "down" arrow image added to top menu items*/
.downarrowpointer{padding-left: 4px; border: 0;}
 /*CSS for "right" arrow image added to drop down menu items*/
.rightarrowpointer{position: absolute; padding-top: 3px; left: 100px; border: 0;}
.ddiframeshim{position: absolute; z-index: 500; background: transparent; border-width: 0; width: 0; height: 0; display: block;}
