/*---------------------------------------------------------------------------------------------------------
//	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 #999;
	border-right:				1px solid #999;
	border-left:				1px solid #999;
	width:					180px;
	background-color:		#E2E1dd;
	z-index: 1000;
}

ul.m1 ul {top:-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 #999;

	height:					25px;	/*	needed so IE can size the link correctly	*/
	line-height:			25px;

	padding:				0px 8px;

	white-space:			nowrap;
	
	font-family:			"Trebuchet MS", verdana,arial,sans-serif;
	font-size:				11px;
	color:					#333;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	background-color:		#fff!important;
}





