/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu{float:right;}
.mattblackmenu li{float:left; list-style:none; padding:0 0 0 5px;}
.mattblackmenu li a{float:left; height:16px; padding:0 0 0 12px; position:relative; font:12px/16px Arial, Helvetica, sans-serif; color:#1b1b1b; text-decoration:none;} 
.mattblackmenu li a span{padding:0 12px 0 0; float:left; cursor:hand;}

.mattblackmenu li a:hover span{background:url(../images/navi-l.png) no-repeat right top; text-decoration:none;}
.mattblackmenu li a:hover{background:url(../images/navi-l.png) no-repeat left top; text-decoration:none;}
.mattblackmenu li a:hover b{display:block; background:url(../images/pointer.png) no-repeat center;}

.mattblackmenu li a b{display:block; width:10px; height:6px;  margin:15px 0 0 -5px; _margin:10px 0 0 -5px; position:absolute; cursor:hand; left:50%; display:none}
.mattblackmenu li .active{background:url(../images/navi-l.png) no-repeat left top;}
.mattblackmenu li .active span{background:url(../images/navi-l.png) no-repeat right top;}
.mattblackmenu li .active b{background:url(../images/pointer.png) no-repeat center; display:block;}

.mattblackmenu{ position:relative; z-index:99;}



.mattblackmenu li a.selected span{background:url(../images/navi-l-2.png) no-repeat right top; text-decoration:none;}
.mattblackmenu li a.selected{background:url(../images/navi-l-2.png) no-repeat left top; text-decoration:none; z-index:999;}
/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;
margin:0;
padding: 0;
position: absolute;
left: 0;
top:0;
list-style-type: none;
background:#ffc62e url(../images/dd.png) repeat-x; border:1px solid #ffb32e;
visibility: hidden;
z-index: 0; border-bottom:0;
}

.ddsubmenustyle li a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
color:#333;

text-decoration: none;
padding:3px 3px 3px 12px;
border-bottom: 1px solid #ffb32e;
}

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

.ddsubmenustyle li a:hover{
color:#000;
}

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

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left:0;
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;
}