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