/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
left: 0;
top: 0;
list-style: none;
border:none;
visibility: hidden;
z-index: 100;
width:168px;
border:solid 1px #5cade6;
border-top:none;
border-bottom:none;
}
.ddsubmenustyle li{

}
.ddsubmenustyle li a{
display: block;
background:#1075bd;
background-image:none;
width: 148px; /*width of menu (not including side paddings)*/
font-family:Arial, Helvetica, sans-serif;
color: #fff;
font-size:13px;
font-weight:normal;
text-align:left;
text-decoration: none;
padding: 4px 10px 4px 10px;;
border-bottom:solid 1px #5cade6;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
}

.ddsubmenustyle li a:hover{
background:#0e4b94;
}

/* ######### 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;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
