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

.mattblackmenu{width:490px; margin:0px auto 0; position:absolute;}
.mattblackmenu li a img{ display:none;}
.mattblackmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden;
float:right; background:url(../images/shadow.png) repeat-x top;
}

.mattblackmenu li{display:inline; margin-right:1px; float:right;}


.mattblackmenu li a.active{background:url(../images/nava.png) no-repeat left; color:#e0692f; position:relative; z-index:4;}
.mattblackmenu li a.active span{background:url(../images/nava.png) no-repeat right; color:#e0692f; position:relative; z-index:4; cursor:pointer;}



.mattblackmenu li.last{background:none; padding:0 4px;}

.mattblackmenu li a{float:left; background:url(../images/navd.png) no-repeat left; height:24px; font:bold 13px/24px Arial, Helvetica, sans-serif; color:#fff; padding-left:7px; text-decoration:none; text-transform:capitalize;}
.mattblackmenu li a span{float:left; background:url(../images/navd.png) no-repeat right; padding-right:7px; color:#fff;}

.mattblackmenu li a:hover{background:url(../images/nava.png) no-repeat left; color:#e0692f; position:relative; z-index:4; text-decoration:none;}
.mattblackmenu li a:hover span{background:url(../images/nava.png) no-repeat right; color:#e0692f; position:relative; z-index:4; cursor:pointer;  text-decoration:none;}


.mattblackmenu li a:hover{
color:#17a1ce; /*background of tabs for hover state */
}

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



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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;
margin:0 0 0 -2px;
padding: 0;
position: absolute;
left: 0;
top:0;
list-style-type: none;
background: white; border:1px solid #f4f4f4;

border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
color:#E0692F;
background:#fff;
text-decoration: none;
border: 1px solid #ffe69f; border-top:none; font:bold 13px/24px Arial, Helvetica, sans-serif;
}

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

.ddsubmenustyle li a:hover{ background:#ffe69f;

}

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

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