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

.drop-bottom { width:212px; height:8px; font-size:0; position:absolute; bottom:-8px; left:0px; 
background:url(../images/header/menu-bottom2.png) no-repeat;}


*html div.drop-bottom
{
 background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/header/menu-bottom2.png, sizingMethod='scale');
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0 0 0 0;
padding:8px 9px 0 9px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
/*border-bottom-width: 0;*/
/*background:#abd2ea;*/
background:url(../images/header/menu-bg.png) repeat-y;
visibility: hidden;
z-index: 100;
}




.ddsubmenustyle, .ddsubmenustyle ul {margin: -12px 0 0 0 !important!;}


.ddsubmenustyle li a{
display: block;
width: 182px;
color:#fff;
background-color:#56abde;
text-decoration: none;
padding: 4px 5px;
border: 1px solid #0075bc;
margin:0 0 6px 0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: #0075bc;
color: white;
}
.ddsubmenustyle li ul {border:1px #0075bc solid; margin:0 0 0 10px;}

/* ######### 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;
}