/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Verdana;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border-bottom-width: 0;
visibility: hidden;
width:200px !important;
margin-top:-2px;
}

.ddsubmenustyle ul {
margin-top:0px;
margin-left:0px;
border:#f00 0px solid;
}




.ddsubmenustyle li a{
width: auto;
display: block;
text-indent: 11px;
border-top: 1px solid #dbdbdb; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #5f5f5f;
line-height:18px;
}

* html .ddsubmenustyle li a{ /*IE only hack*/
width: 200px;
line-height:18px;
margin:0px !important;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
width: 170px; /*width of menu (include side paddings of LI A*/
margin-bottom:-2px;

}

.ddsubmenustyle li a:hover{
background-color: #F0F0F0;
line-height:18px;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border:#FF0000 0px solid;

}

.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;
}




















