/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	width: 204px;
	margin:0px 0px 0 0px;
	padding:0px 0 10px;
	display: block;
	position: absolute;
	left:0;
	top:0;
	visibility: hidden;
	z-index: 100000;
	background:#none;
	text-align:left;
	border:none;

	}
.ddsubmenustyle .top {background:url(/images/sub_menu_top.png) no-repeat right top; display:block; width:204px; height:16px;}
.ddsubmenustyle .bottom {background:url(/images/sub_menu_bottom.png) no-repeat right top;display:block; width:204px; height:16px;}
.ddsubmenustyle li{ display:block; text-align:left; padding:0; margin:0; background:url(/images/sub_menu_left.png) repeat-y left top; }
.ddsubmenustyle li span.right {background:url(/images/sub_menu_right.png) repeat-y right top; display:block; padding:0 5px; height:24px; line-height:24px;}
.ddsubmenustyle li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	display: block;
	color:#fff;
	text-decoration: none;
	padding: 0px 0px 0px 30px;
	line-height:24px;
	height:24px;
	text-transform:none;
	text-align:left;
	background:url(/images/menu_arrow1.png) no-repeat 5px 7px /*#91dc23*/#2da8db;
	}
* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
	width:100%;
	}
.ddsubmenustyle li a:hover{
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	color:#fff;
	/*background-color:#5dc306;*/
	background-color:#0ba7cf;
	}


