/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	float: left;
	font-size: 11px;
	font-weight: normal;
}

.ddsubmenustyle li a{
	display: inline;
	width: 182px; /*width of menu (not including side paddings)*/
	color: #1c1605;
	background-color: #eaeaea;
	text-decoration: none;
	float: left;
	top: 0px;
	z-index: 99;
	font-weight: normal;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 05px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-image: url(../images/strip-main.html);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	list-style:none;
	text-align: left;
	line-height: 18px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inherit;
	width: 400px; /*width of menu (include side paddings of LI A*/
	color: #1c1605;
	list-style:none;

}

.ddsubmenustyle li a:hover{
	color: #023c83;
	background-color: #ceecf8;
	background:url(../images/navi-hover.jpg) repeat-x top #FFFFFF;
	text-decoration:none;
	list-style:none;
		float: left;
}

/* ######### 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: 4px;
left: 0px;
border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	background-color: transparent;
}

