/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-size:14px;
margin: 0;
/*padding: 0;*/
position: absolute;
left: 0;
/*top: 0;*/
list-style-type: none;
background:#062448;
visibility: hidden;
z-index: 1000;
color:#fff;
border: 1px solid #333335;
}

.ddsubmenustyle li a{
display: block;
color:#343436;
font-size:13px;
font-weight:bold;
background-color:#e5e4ec; width:170px;
text-decoration: none;
padding-top:5px; padding-left:14px; padding-right:10px; padding-bottom:5px;
border-bottom: 1px solid #c6c6c8;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline;
color:#000;

}

.ddsubmenustyle li a:hover{
background:#5384c7;
color:#fff;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 5px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 5px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
