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

.ddsubmenustyle, .ddsubmenustyle ul{ /* dropdown overall - topmost and sub ULs, respectively*/
font: normal 8pt Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 1px solid #b3b3b3;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
text-align:left;
}


.ddsubmenustyle li a{ /*dropdown cell off*/
display: block;
width: 160px;
color: #fff;
background-color: #4686CA;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #D2D2D2;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{ /*dropdown cell hover*/
background-color: #B7312D;
text-decoration:none;
color: #fff;
}
.ddsubmenustyle li a:visited{ /*dropdown cell hover*/
text-decoration:none;
color: #fff;
}
.ddsubmenustyle li a:active{ /*dropdown cell hover*/
text-decoration:none;
color: #fff;
}

/* ######### 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;
right: 2px;
border: 0;
}

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







/* ######### Matt TOPBAR Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font:8pt Verdana;
color:#000000;
text-align:center;
list-style-type: none;
border-bottom: 0px;
overflow: hidden;
width: 990px;
background-color: #3471B2; /* background of the whole menu line*/

}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 0px 4px 0px; /*padding inside each tab*/
border-right: 1px solid #b3b3b3; /*right divider between tabs*/
color:#ffffff;
width: 99px;

}

html>body .mattblackmenu li a{
width: 98px;
}

.mattblackmenu li a:visited{
color:#fff;
text-decoration: none
}

.mattblackmenu li a:hover{
background-color: #B7312D; /*background of tabs for hover state */
color:#fff;
text-decoration: none
}

.mattblackmenu a.selected{
background-color: #4686CA; /*background of tab with "selected" class assigned to its LI */
color:#fff;
}

