/* ######### Matt Black Strip Main Menu Bar CSS ######### */
#nav {  margin:-4px 0 0 0; padding:0; float:right; position:relative; }
*:first-child+html #nav{width:380px;}
.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 14px Arial, Helvetica, sans-serif;
list-style-type: none;
overflow: hidden;
float:left;
}
.mattblackmenu li{
display: inline;
margin: 0;
background:url(../images/topnav_border.gif) right top no-repeat;

}
 .left_corn{ background:url(../images/navleft.gif) left top no-repeat; width:20px; height:38px; padding:0; margin:0; float:left;}
 .right_corn{ background:url(../images/navright.gif) left top no-repeat; width:20px; height:38px; padding:0; margin:0; float:left;}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0 8px; /*padding inside each tab*/
color: white;
background:url(../images/topnav_back.gif) repeat-x;
line-height:38px;
}

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

.mattblackmenu li a:hover{

}

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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 14px Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:#eb3d00 url(../images/subnav-back.gif) repeat-x;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle li a{
display: block;
width: 140px; /*width of menu (not including side paddings)*/
color: #FFF;
text-decoration: none;
padding: 8px 10px;
border-bottom:1px solid #d33701;
}

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

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

/* ######### 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;
}
