

.ddsubmenustyle, .ddsubmenustyle ul{ 
font: normal 12px Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #c4c2b8;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; 
color: black;
/*background-color: #f5f2e6; #32B2ED; #4297D7; */
background-color:#EAF5F7;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #d4d3cf;
}

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

.ddsubmenustyle li a:hover{
background-color: #1b3264;
color: white;
}



.downarrowpointer{
padding-left: 4px;
border: 0;
display: none;
}

.rightarrowpointer{ 
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
display: none;
}

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





.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width: 100%;
}

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


.mattblackmenu ul li a {
float: left;
color: white;
margin: 0 30px 0 0;
padding: 0 0 0px 10px;
text-decoration: none;

line-height: 23px;
height: 23px;
font-weight: bold;
}


.mattblackmenu ul li a span{
float: left;
display: block;
/*background: transparent url(rightedge.gif) no-repeat right top; *//*right corner image*/
padding: 0px 9px 0px 0px;
cursor: pointer;
}

.mattblackmenu ul li a span{
float: none;
}


.mattblackmenu ul li a:hover{
color: #fff;
background: url(../images/menu_left.png) no-repeat left;
}

.mattblackmenu ul li a:hover span {
background: url(../images/menu_right.png) no-repeat right;
}

.mattblackmenu ul li a.selected{
color: #fff;
background: url(../images/menu_left.png) no-repeat left;
}

.mattblackmenu ul li a.selected span {
background: url(../images/menu_right.png) no-repeat right;
}


