.ddsubmenustyle, .ddsubmenustyle ul{
margin: 0;
padding:9px 0 9px 20px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:rgba(255,255,255,0.7);
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle li{
float:left;
clear:both;
}
.ddsubmenustyle li a{
display: block;
width: 146px;
color: #8a8a8a;
text-decoration: none;
padding: 6px;
font-size:  12px;
}
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 120px;
}
.ddsubmenustyle li a:hover{
color:#00498a;
text-decoration: none;
}


.ddsubmenustyle1, .ddsubmenustyle1 ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #f1f3f2;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle1 li{
float:left;
clear:both;
}
.ddsubmenustyle1 li a{
display: block;
width: 160px;
color: #333;
background-color: #dbe4f5;
text-decoration: none;
padding:0 6px;
height:22px;
line-height:22px;
border-bottom: 1px solid #f1f3f2;
font-size:12px;
}
* html .ddsubmenustyle1 li{ /*IE6 CSS hack*/
display: inline-block;
width: 160px;
}
.ddsubmenustyle1 li a:hover{
background-color: #d4dbe8;
color: #333;
font-size:  12px;
text-decoration: none;
}


.downarrowpointer{
padding-left: 4px;
border: 0;
}
.rightarrowpointer{
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;
}