/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul
{ 
    /*topmost and sub ULs, respectively*/
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type:none;
    visibility: hidden;
    z-index: 100;
    background:#cc0000;
    
    color:#fff;
    font-family:"Arial", "Helvetica", "Arial", "Tahoma";
}

.ddsubmenustyle li
{
    background:url("../images/html/menu/background.gif") top left repeat-x;
	margin:0;
	padding:0;
	width:220px;
}

.ddsubmenustyle a.submenu
{
    width:100%;
    
    width: 195px; 
    padding:6px 10px 10px 15px;
    margin: 0;
    border:none;
    font-size:11px;
    font-weight:normal;
    border-bottom:1px solid #9b0000;
    border-top:1px solid #db0101;
    text-decoration: none;
    color:#fff;
    background:url("../images/html/menu/backgroundSplitter.gif") top right no-repeat;
    display:block;
    margin-left:0;
    text-align:left;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
    display: inline-block;
    width: 195px; /*width of menu (include side paddings of LI A - NESA*/
}

.ddsubmenustyle a.submenu:hover
{
    background:#8b0000;
    border-top:1px solid #8b0000;
}

/* ######### 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;
}