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

.ddsubmenudiv ul
{
	/* This is the submenu font size control area */
	font:			normal 12px Verdana;
	left:			0;
	top:			0;
	margin:			0;
	padding:		0;
	position:		absolute;
	list-style-type:	none;
	background:		transparent url(subdefault.png) center center repeat-x;
	border:			none;
	visibility:		hidden;
	z-index:		100;
	text-align:		left;
}

.ddsubmenudiv ul li a
{
	display:		block;
	width:			160px;
	color:			red;
	background:		transparent url(subdefault.png) center center repeat-x;
	text-decoration:	none;
	padding:		4px 5px;
	border:			none;
}

* html .ddsubmenudiv ul li a
{	/*IE6 CSS hack*/
	display:		inline-block;
}

.ddsubmenudiv ul li a:hover
{
	background:		transparent url(subactive.png) center center repeat-x;
	color:			black;
}

/* ######### Neutral CSS  ######### */

.mainmenupointer
{ /*CSS for arrow image added to top menu items*/
	padding-left:		4px;
	border:			0;
}

.submenupointer
{ /*CSS for 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;
}