.ddsubmenustyle2, .ddsubmenustyle2 ul{ /*topmost and sub ULs, respectively*/
	font: bold 12px Arial;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #1a4969;
	border: 2px solid #999;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	text-transform:capitalize;
}

.ddsubmenustyle2 li a{
	display: block;
	width: 200px; /*width of menu (not including side paddings)*/
	color: #fff;
	background-color: #1a4969;
	text-decoration: none;
}

.ddsubmenustyle2 li {
	color: #fff;
	text-decoration: none;
	width: 200px; /*width of menu (not including side paddings)*/
	padding: 4px 5px;
	border-bottom: 2px solid #999;
}

* html .ddsubmenustyle2 li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 210px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle2 li a:hover{
	background-color: #1a4969;
	color: #d3ba11;
}