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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	padding:5px 0px 0px 0px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 1000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../images/libks_bg.png);
	background-repeat: repeat;
	background-position: left top;
	margin:0px 0px 0px 0px;
}
.ddsubmenustyle li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.ddsubmenustyle li a{
	width: 180px; /*width of menu (not including side paddings)*/
	color: #FFF6E5;
	text-decoration: none;
	background-repeat: repeat;
	background-image: url(../apacc_images/links_bg.png);
	margin: 0px;
	line-height: 17px;
	display: inline-block;
	padding:6px 5px 6px 10px;
	font-weight: normal;
	background-color: #6d9e0c;
	
}

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

.ddsubmenustyle li a:hover{
	background-color: #416200;
	color: #FFFFFF;
}

/* ######### 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;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
