.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font: normal 13px Verdana; 
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:#FFFFFF;
border: 1px solid cccccc;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;background:url(img/nav.gif) no-repeat 0 0;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc;	
}
.ddsubmenustyle li{border-bottom:#f4f4f4 solid 1px;}
.ddsubmenustyle li a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
color: black;
background-color:#FFFFFF;
text-decoration: none;
padding: 4px 5px; text-align:left;

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
 padding-bottom:1px; background:#f4f4f4;
}

.ddsubmenustyle li a:hover{
background-color:#f4f4f4;
color:#000000;
}

/* ######### 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;width:952px;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
/* ######### Matt Black Strip Main Menu Bar CSS ######### */
.mattblackmenu{ height: 41px; background:url("img/container.png") repeat-y scroll -979px 0 transparent;
        margin:0 auto; width:978px;  	}
.mattblackmenu ul{
padding:0 0 3px; width:952px; margin:0 auto;background:url(img/nav.gif) no-repeat 0 0;
font: bold 12px Verdana;overflow: hidden; height:38px; 
 
}

.mattblackmenu li{
display: inline;
margin: 0; position:relative; text-align:left;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 12px 8px; /*padding inside each tab*/
 
color:#c3d5e3;


 
}

.mattblackmenu li a:visited{
color:#c3d5e3;
}

.mattblackmenu li a:hover{
color:#fff;
}

.mattblackmenu a.selected{
color:#fff;
}