/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 12px Arial;
margin: 8px 0 0 -7px;
*margin-top:9px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 1px solid #dcdcdc;
border-width:1px 2px 2px 1px;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li {
	padding:0;
}

.ddsubmenustyle li a{
display: block;
width: 150px;
color: #666666;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #cccccc;
border-top:1px solid #ffffff;
background:#f4f4f4 url(/graphics/menu_border_bottom.gif) bottom repeat-x;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: #d1d1d1;
border-top:1px solid #ffffff;
background-image:none;
}

/* ######### 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;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}