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


.submenustyle, .submenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background-color: white;
border-left: 1px solid #bad4f1;
border-right: 1px solid #bad4f1;
visibility: hidden;
z-index: 100;
background: url(../images/bg_submenu.gif) top center repeat-x;
}

.submenustyle li ul {
border-left: 1px solid #0e2947;
}

.submenustyle li a{
display: block;
width: 130px; /*width of menu (not including side paddings)*/
text-decoration: none;
padding: 8px 15px 11px 45px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #bad4f1;
margin-left: 0;
}

.submenustyle li.navi11 a {
padding: 8px 15px 10px 45px;
}

* html .submenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

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