/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 11px Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
border: 1px solid black;
border-bottom:0;
border-top:0;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 150px; /*width of menu (not including side paddings)*/
color: #44525B;
background-color: #C9CED0;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
padding-left:5px;
padding-top:3px;
font: bold 11px Arial, Helvetica, sans-serif;
height: 16px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 140px; /*width of enu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
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;
}






/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 11px Arial, Helvetica, sans-serif;
list-style-type: none;
overflow: hidden;
width: 875px;
margin: 0 auto;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0; /*padding inside each tab*/
/*border-right: 1px solid white; /*right divider between tabs*/
padding-top:4px;
color: white;
background-image:url(../MEDIA/fondo_submenu.gif);
margin-right:1px;
width:124px;
height:16px;
text-align:center;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}