/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle{
margin:-1px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
left: 0;
top: 0;
list-style: none;
border:none;
/*visibility: hidden;*/
z-index: 100;
display:none;
float:left
}
.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;
display: none;
z-index: 100;
width:192px;
float:left;
}
.ddsubmenustyle li{
}
.ddsubmenustyle li a{
display: block;
background:#5ea1da;
background-image:none;
width: 190px; /*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: 6px 20px 7px 20px;
line-height:16px;
border-bottom:solid 1px #79b3e6;
border-left:solid 1px #79b3e6;
border-right:solid 1px #79b3e6;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
}

.ddsubmenustyle li a:hover{
background:#09599e;
border-bottom:solid 1px #79b3e6;
}

/* ######### 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;
}
