.ddsubmenustyle, .ddsubmenustyle ul{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3B3A;
	text-decoration: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #E6F8AE;
	border: 1px solid #F2F2F2;
	border-bottom-width: 0;
	visibility: hidden;
	width: auto;
	z-index: 100;
}
.ddsubmenustyle li a{
	display: block;
	width: 140px;;
	color: #3B3B3A;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #F2F2F2;
}
.ddsubmenustyle_inside li a{
	display: block;
	width: 150px;
	color: #3B3B3A;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #F2F2F2;
}
.ddsubmenustyle_inside li a:hover{
	background-color: #E6F8AE;
	color: #3B3B3A;
}
* html .ddsubmenustyle li{
	display: inline-block;
	width: 140px;
}
.ddsubmenustyle li a:hover{
	background-color: #E6F8AE;
	color: #3B3B3A;
}
.downarrowpointer{
	padding-left: 4px;
	border: 0;
}
.rightarrowpointer{
	background:url(arrow-right.gif) no-repeat 3px center;
	position: absolute;
	padding-top: 3px;
	left: auto;
	border: 0;
}
.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;	
}
s