/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 11px Arial;
	padding: 6px 0px 0px 0px;;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom: 1px solid #666666;
	background:#F2941A;
	visibility: hidden;
	z-index: 100;
	margin:0px 0px 0px -22px;
}

.ddsubmenustyle li a{
	display: block;
	color:#666666;
	background-color:#ffffff;
	font-size:11px;
	border: 1px solid #666666;
	border-bottom:0px;
	text-decoration: none;
	padding: 4px 4px;
	text-align:center;
	z-index: 99;
	font-weight:bold;
}

* 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-color:#F2941A;
	color: #ffffff;
	font-weight:bold;
	font-size:11px;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

ul.ddsubsubmenustyle {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

ul.ddsubsubmenustyle li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	float:left;
	width:85px;
}



ul.ddsubsubsubmenustyle {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

ul.ddsubsubsubmenustyle li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	float:left;
	width:150px;
}
