.ddsubmenustyle, .ddsubmenustyle ul
{
	font: 12px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border: 1px solid #FF9900;
	visibility: hidden;
	filter:alpha(opacity=80);
	opacity: 0.8;
}

.ddsubmenustyle li a
{
	display: block;
	width: 180px; /*width of menu (not including side paddings)*/
	color: #FFFFFF;
	background-color: #000000;
	filter:alpha(opacity=80);
	opacity: 0.8;
	text-decoration: none;
	padding: 6px 10px;
}

* html .ddsubmenustyle li
{ /*IE6 CSS hack*/
	display: inline-block;
	width: 180px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover
{
	background-color:#FF9900;
	filter:alpha(opacity=90);
	opacity:0.9;
	color:#000000;
	font-weight:bold;
}

.downarrowpointer
{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 5px;
	border: 0;
}

.rightarrowpointer
{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 1px;
	left: 10px;
	border: 0;
}

.ddiframeshim
{
	position:absolute;
	background: transparent;
	border-width: 0;
	width:0;
	height:0;
	display: block;
}
