/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu{
background: none; /*background of menu bar (default state)*/
margin: 0;
}
.mattblackmenu ul{
margin: 0;
padding: 0;
font: normal 12px Arial, Helvetica, sans-serif;
list-style-type: none;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
color: #484848;
font-weight:800;
padding:8px 24px 11px 24px;
text-shadow: -1px 1px #ececec, 0 1px #ececec;
}

.mattblackmenu li a:hover{
color:#fff;
text-shadow: -1px 1px #005979, 0 1px #005979;
background:url(../../images/menu-hoverbg.gif) repeat-x;
}

.mattblackmenu a.selected, .mattblackmenu ul li a:active{
color:#fff;
text-shadow: -1px 1px #005979, 0 1px #005979;
background:url(../../images/menu-hoverbg.gif) repeat-x;
}

.mattblackmenu ul li .current a, .mattblackmenu ul li.current a{color:#fff; text-shadow: -1px 1px #005979, 0 1px #005979; background:url(../../images/menu-hoverbg.gif) repeat-x;}



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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
margin-top:-1px;
margin-left:1px;
list-style-type: none;
border:none;
visibility: hidden;
z-index: 100;
background:#196380;
border-bottom:3px solid #14536c;
}

.ddsubmenustyle ul li{
margin: 0;
padding:0;
}

.ddsubmenustyle li a{
display: block;
width: 159px; /*width of menu (not including side paddings)*/
color: #fff;
text-decoration: none;
padding: 7px 7px 7px 8px;
border-bottom:1px solid #1e6f8c;
text-shadow: -1px 1px #005979, 0 1px #005979;
}

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

.ddsubmenustyle li a:hover{
color: #3ea7c7;
text-decoration:none;
}

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

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0;
padding-bottom:2px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 5px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}