/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle-about-s, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
display: inline;
font: normal 12px Verdana;
margin: 0px;
padding: 0px;
position: absolute;
list-style-type: none;
background-image: url(images/subbuttons-background.png);
background-position: -43% 100%;
background-repeat: no-repeat;
visibility: hidden;
overflow: hidden;
}

.ddsubmenustyle-about-s li a{
display: block;
color: #555555;
text-decoration: none;
width: 150px;
padding: 11px 4px 23px 5px;
border-bottom: 0px solid black;
}

.ddsubmenustyle-about-s li a:hover{
color: #000000;
}



.ddsubmenustyle-about, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
display: inline;
font: normal 12px Verdana;
margin: 0px;
padding: 0px;
position: absolute;
list-style-type: none;
background-image: url(images/subbuttons-background-grey.png);
background-position: -13% 100%;
background-repeat: no-repeat;
visibility: hidden;
overflow: hidden;
}

.ddsubmenustyle-about li a{
display: block;
color: #CACACA;
text-decoration: none;
width: 150px;
padding: 11px 4px 23px 5px;
border-bottom: 0px solid black;
}

.ddsubmenustyle-about li a:hover{
color: #FFFFFF;
}



* html .ddsubmenustyle 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;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
