#ApNav ul
{
	font-family:							Verdana;
	font-size:							10px;
	text-align:							left;

	list-style-type:						none;
	padding:							0px;
	margin:								0px;
	
	width:								160px;
	text-transform:						uppercase;
}

#ApNav a
{
	color:								#333333;
	text-decoration:					none;
	font-weight:						bold;
	display:							block;	
	padding:							2px 15px 2px 5px;	
}

#ApNav a:hover
{
	text-decoration:						none;
	background-color:						#FFCC00;
}

#ApNav a.selected
{
	text-decoration:						none;
	background-color:						#ffcc00;

	background-image:						url("/images/pointer.gif");
	background-repeat:						no-repeat;
	background-position:						100% 50%;
}

#ApNav li a.parentMenu
{
	background-image:						url("/images/pointer.gif");
	background-repeat:						no-repeat;
	background-position:						100% 50%;
}

#ApNav li
{
	border-bottom:							1px solid #cccccc;
	background-color:						#FFFFFF;
}
/*
#ApNav li.white
{
	background-color:						#FFFFFF;
}

#ApNav li.darkGrey
{
	background-color:						#999999;
}

#ApNav li.darkerGrey
{
	background-color:						#666666;
}
*/
#ApNav ul ul
{
	display:							none;
}


#ApNav div
{	
	position:							absolute; 
	z-index:							1000;
}

#ApNav div ul
{
	width:								auto;
	height:1%;
}

/* ***** Internet Explorer CSS Fixes ***** */

#ApNav div ul a
{
	background-color:						#FFFFFF;
	/* necessary for a { display:block } to work correctly in ie7 */	
}

/* ************************************************************************ */

/*  IE6 Holly Hack */

* html #ApNav a { height: 12px; }
* html #ApNav div a { height: 12px; }

/* ie6 fixed widths */

* html #ApNav div.navigationPopup ul ul li a { width:100%; }
* html #ApNav div.navigationPopup ul { width:250px;	}