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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-top:0px solid #cd0000 ;
visibility:hidden;
z-index: 100;

}
.ddsubmenustyle li{border:0px solid #cd0000; width:190px; line-height:24px; margin:1px 0 1px 5px;}

.ddsubmenustyle li a{
display: block;
width:100%; /*width of menu (not including side paddings)*/
color: #fff;;
text-decoration: none;
padding:0 4px 0 25px;
background-color:#4c4c4c;
background:#4c4c4c url(../images/dropdown-bullet.png) 5% 50% no-repeat;

}

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

}

.ddsubmenustyle li a:hover{
background-color:#363535;
color: #ccc;
}

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

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

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/

/*padding-top: 4px;*/

border: 0;
float:right;
margin:7px 0 0 0px;
}

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