.ddsubmenustyle, .ddsubmenustyle ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bebebe;
	text-decoration: none;
	text-align:left;
	margin: 0;
	padding: 0;
	position:absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border-bottom-width: 0;
	visibility: hidden;
	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: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
}
.ddsubmenustyle li a{
	display: block;
	width: auto;
	color: #ffffff;
	background-color: #165479;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
}
* html .ddsubmenustyle li{
	display: inline-block;
	width: 120px;
}
.ddsubmenustyle li a:hover{
	background-color: #d8d8d8;
	color: #FFFFFF;
}
.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;	
}
