.ddsubmenustyle {
margin: 0 0 0 1px;
position: absolute;
display:block;
list-style-type: none;
}
.ddsubmenustyle ul{ 
display:block;
position: absolute;
border: 1px solid #B7B6B6;
list-style-type: none;
}


.ddsubmenustyle li a{
display: block;
width: 210px; 
text-decoration: none;
padding: 10px 0 10px 10px;
margin: 1px 0 3px -20px;
border: 1px solid #B7B6B6; 
border-radius: 7px;
text-align:left;
font-size: 13px; font-family: Arial;

	color: #ffffff; background: #142935;
    -webkit-box-shadow: inset 0px 0px 11px #116874;
    -moz-box-shadow: inset    0px 0px 11px #116874;
    box-shadow: inset        0px 0px 11px #116874;	
}

* html .ddsubmenustyle li{ 
width: 160px; 
color: #000000;
background: #F6F6F6;
text-decoration: none;
padding-top: 0px 0px;
border-bottom: 1px solid #B7B6B6;
text-align:left;
}

.ddsubmenustyle li a:hover{
  background: -moz-linear-gradient(top, #2098d1, #142935);

}
.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;
}