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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: 17px Verdana, Arial;
font-weight: normal;
margin: 0;
padding: 0;
position: absolute;
list-style-type: none;
border:#DBDBDB 0px solid;
border-bottom-width: 0;
visibility: hidden;
text-align: left;
background: url(menu_bg_new.jpg) no-repeat top left;
z-index: 10;
}

.ddsubmenustyle li a{
display: block;
width: 185px; /*width of menu (not including side paddings)*/
color:#ffffff;
text-decoration: none;
padding: 5px 0px 5px 8px;
border-bottom:#7c4e86 1px solid;
background-repeat:no-repeat;
background-position:left bottom;
height: auto;
}

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

.ddsubmenustyle li a:hover{
background-image:url(menu_hover.png);
background-position:left;
background-repeat:no-repeat;
color:#ffffff;
text-decoration:none;
}






.ddsubmenustyle li a.last{
display: block;
width: 183px; /*width of menu (not including side paddings)*/
color:#ffffff;
text-decoration: none;
padding: 6px 5px;
border-bottom:#DBDBDB 0px solid;
background-image:url(menu_bg_bot.jpg);
background-repeat:no-repeat;
background-position:left;

}

.ddsubmenustyle li a.last:hover{
background-image:url(menu_hover.png);
background-position:left;
background-repeat:no-repeat;
color:#ffffff;
text-decoration:none;
}




/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 0px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
