

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;

}

.ddsubmenustyle li a{
	display: block;
	width: 115px; /*width of menu (not including side paddings)*/
	color: #FFF;
	background-color: #006588;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #00222e;
}

.ddsubmenustyle li a:hover{
	background-color: #004962;
	color: white;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: none;
}
