/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	margin:-15px 0 0 30px;
	padding:15px 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border:0;
	visibility: hidden;
	z-index: 100;
}
.ddsubmenustyle li{ margin:0; padding:0; display:inline; }
.ddsubmenustyle li a{
	display:block;
	width: auto; /*width of menu (not including side paddings)*/
	line-height:20px;
	color: #000;
	background-color: #fafafa;
	text-decoration: none;
	padding:2px 10px;
	margin:0;
	border:1px solid #ccc;
	border-top:0;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/

}

.ddsubmenustyle li a:hover{
background-color: #cc0001;
color: #fff;
}

/* ######### 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;
}