/* ######### 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;
background: white;
visibility: hidden;
z-index: 100; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Verdana; text-align:left
}


.ddsubmenustyle li a{
padding:15px; display: block;
width: 190px;
color: white;
background-image:url('a.gif'); no-repeat;
text-decoration: none

}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-position: left top; color: #FFFFFF;background-image:url('a+.gif'); no-repeat; background-attachment:scroll
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0px none;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0px none;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}