/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 5px 0px 5px 0px;
list-style-type: none;
overflow: hidden;
font-size:9pt;

}

.mattblackmenu li{
color: #333333;
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
color: #666666;
padding:0px 10px 10px 0px;

}

.mattblackmenu li a:hover{
color:#999999;
}

/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
padding: 0;
position: absolute;

list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
overflow: hidden;
z-index: 100;
font-size:10pt;
}
.ddsubmenustyle li{
color: #333333;
display: inline;

}
.ddsubmenustyle li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
color: #999999;
margin:0px 18px 0px 2px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
color: #333333;
}

/* ######### 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;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

