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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 12px 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:#fff;
	border:1px #ccc solid;
	visibility: hidden;
	z-index: 100;
}

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

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

.ddsubmenustyle li a:hover{
	background:url(media/icon_sub_mn.gif) top left no-repeat;
	background-color:#0170E3;
	color:#fff;
	text-decoration:none;
}
