/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #DFE0E1;
	visibility: hidden;
	z-index: 100;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: -1px;
	border-top: 1px none black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}


.ddsubmenustyle li a{
	display: block;
	width: 130px;
	color: black;
	background-color: #DFE0E1;
	text-decoration: none;
	padding: 1px 5px 2px;
	border-bottom: 1px none black;
	margin-top: 2px;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: #F4F4F4;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
	background-color: #F4F4F4;
	color: #C00010;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

/* ######### 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;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
