.ddsubmenustyle, .ddsubmenustyle ul{ 
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom-width: 1px;
	visibility: hidden;
	z-index: 100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	background-color: #FFFFFF;
}

.ddsubmenustyle li a{
	display: block;
	width: 160px;
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 0px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}

* html .ddsubmenustyle li{

width: 170px;
}

.ddsubmenustyle li a:hover{
	background-color: #EAEAEA;
	color: black;
}



.downarrowpointer{
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ 
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;
}