/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	text-align:left;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background:url(media/bg_submn.jpg) top repeat-x;
	background-color:#06aac1;
	border-left:1px #75e2f1 solid;
	border-right:1px #75e2f1 solid;
	border-bottom:1px #75e2f1 solid;
	visibility: hidden;
	z-index: 100;}

.ddsubmenustyle li a{
	text-decoration: none;
	padding-right:6px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:16px;
	background:url(media/icon_sub_mn.gif) top left no-repeat;
	display:block;
	width:160px; /*width of menu (not including side paddings)*/
	color:#fff;
	border-top: 1px solid #75e2f1;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	color:#fddc00;
	text-decoration:none;
}


