/*---------------------------------------------------------------------------------------------------------
//	Menus
//-------------------------------------------------------------------------------------------------------*/
ul.m1,
ul.m1 ul
{
	position:				absolute;
	left:					180px;
	top:					0px;
	display:				none;

	list-style:				none;
	margin:					0px;
	padding:				0px;

	border-top:				1px solid darkgray;
	border-left:			1px solid #999;
	border-right:			1px solid #999;
	width:					180px;
	background-color:		#f2f2f2;
	font-family:			helvetica;
	font-weight:			bold;
	

}

ul.m1
{
	border-bottom:			3px solid #999999;
}

ul.m1 li
{
	display:				block;
	position:				relative;
	margin:					0px;
	padding:				0px;

	float:					left;
	width:					100%;
}


ul.m1 li a
{
	display:				block;
	text-decoration:		none;
	border-bottom:			1px solid #e6e6e6;
	padding:				0px 5px ;
	white-space:			nowrap;
	font-size:				12px;
	color:					#004799;
	height:					25px;
	line-height:			25px;
	font-family:			helvetica;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	text-decoration:		underline;
}



/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover
{
	background-image:		url( /images/arrow1.gif );
}


ul.mega_dropdown ul
{
	width:auto !important;
}
ul.mega_dropdown li.i1
{
	padding-bottom:	10px;
	border:			none;
	border-right:1px solid #999;
}

ul.mega_dropdown
{
	background:	white;
	border-bottom:3px solid #999;
	border-right:	none;
}

ul.mega_dropdown ul
{
	width:auto !important;
	position:	relative !important;
	left:		0 !important;
	display:block !important;
	border:		none;
}

ul.mega_dropdown li a
{
	background:	#f2f2f2;
	border:none;
	border-bottom:1px solid darkgray;
	white-space:normal;
	height:auto ;
	line-height:14px;
	padding:7px 5px;
	/*height:					25px;	/*	needed so IE can size the link correctly	*/
}

ul.mega_dropdown li ul  a
{
	background:	white;
	border:none;
	padding:5px;
	font-weight:normal;
}
