/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;

}
.ddsubmenustyle li{width:210px;
height:23px;background:url(../images/wodd.gif);padding:2px;border-bottom: 1px solid black;z-index: 100;}
.ddsubmenustyle li a{
display:inline-block;
width: 210px;
height:23px; /*width of menu (not including side paddings)*/
color: white;
padding:2px;

text-decoration: none;
z-index: 100;
font-weight:bold;
}


.ddsubmenustyle li a:hover{
z-index: 100;
color:black;
}

/* ######### 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;
}
/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle1, .ddsubmenustyle1 ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;

visibility: hidden;
z-index: 100;
}

.ddsubmenustyle1 li a{
display:inline-block;
width: 245px;
height:29px; /*width of menu (not including side paddings)*/
padding:0px;
text-decoration: none;

}




/* ######### 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;
}