/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 11px Arial;
margin: 0;
padding: 0;
position: absolute;
margin-top:-1px;
left: 0;
top: 0;
list-style-type: none;
background: #3B67A7;
border: 1px solid #3B67A7;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
text-align: left;

}


.ddsubmenustyle li a{
display: block;
color: #E2ECFB;
background-color: #3B67A7;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #3B67A7;
text-align: left;
padding-left: 10px;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: #E2ECFB;
color: #3B67A7;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0px
;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
/*position: absolute;
padding-top: 3px;
left: 100px;*/
border: 0px;
}

.ddiframeshim{
position: absolute;
z-index: 500px;
background: transparent;
border-width: 0px;
width: 0px;
height: 0px;
display: block;
}
