/* ######### Drop Down ULs CSS ######### */

.left_image {padding-top:3px; _padding-right:2px; .padding-right:2px;}
.left_image_inn {padding-top:3px;}
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
margin: 0;
/*padding: 0;*/
position: absolute;
left: 0;
/*top: 0;*/
list-style-type: none;
background:#12254D;
border:0;
visibility: hidden;
z-index: 100;
color:#fff;
border:1px solid #fff;
}

.ddsubmenustyle li a{
display: block;
color:#fff;
background-color:#12254D;
text-decoration: none;
padding-top:6px; padding-left:5px; padding-right:8px; padding-bottom:6px;
border-bottom: 1px solid #fff;
}


* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline;
color:#000;
}

.ddsubmenustyle li a:hover{
background:#AABADC;
color:#000;

}

/* ######### 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: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
