/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu { text-align:right;}

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Arial;
list-style-type: none;
border-bottom: 1px solid gray;
background:url(bgmenusup.jpg) no-repeat;
overflow: hidden;
width: 102px;
height:29px;
text-align:right;
}

.mattblackmenu li{
display: inline;
margin: 0;
text-align:right;
}

.mattblackmenu li a{
display: block;
text-decoration: none;
margin: 0;
padding: 8px 15px 6px 8px; /*padding inside each tab*/
color: #000000; !important
text-align:right;
padding-right:15px;
}

.mattblackmenu li a:visited{
color: #000000; !important
}

.mattblackmenu li a:hover{}
.mattblackmenu a.selected{}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
text-align:right;
font: normal 12px Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
color:#8B8B8B;
}

.ddsubmenustyle li a{
display: block;
width: 90px; /*width of menu (not including side paddings)*/
color: #8B8B8B;
background-color: #1a1a1a;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
border-top: 1px solid #333;
}

* 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-color: #101010;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding: 0;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 0;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
left:200px;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
