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

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

	width:					180px;
	z-index:				1001;
	background:				#FFFFFF url(/images/drop_bg.gif) repeat-y right;
	border:					1px solid #9dbcd7;
	border-bottom:			none;
	border-top:				none;
	margin-left:			-1px;
}

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 #9dbcd7;

	height:					18px;	/*	needed so IE can size the link correctly	*/
	line-height:			18px;

	padding:				0px 11px;

	white-space:			nowrap;
	
	font-size:				12px;
	color:					#22528a;
}

ul.m1 ul
{
	border:					1px solid #9dbcd7;
	margin-top:				-1px;
	margin-left:			-1px;
	width:					250px!important;
c	z-index:				100;
}

ul.m1 ul li a
{
	border-bottom:			NONE;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	color:					#f8a334;
	font-weight:			normal;
}



/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover
{
}

/*	Menu item mouseover	*/
a.showsub:hover
{
}







