/*---------------------------------------------------------------------------------------------------------
//	Menus
//-------------------------------------------------------------------------------------------------------*/
ul.m1,
ul.m1 ul
{
	position:				absolute;
	left:					180px;
	top:					0px;
	display:				none;

	list-style:				none;
	margin:					0px;
	padding:				0px;

	width:					210px;
	background-color:		#F6E401;
	z-index: 5000;
}

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:			2px solid white;

	height:					25px;	/*	needed so IE can size the link correctly	*/
	line-height:			25px;

	padding:				0px 8px;

	white-space:			nowrap;
	
	font-family:			verdana,arial,sans-serif;
	font-size:				11px;
	font-weight: bold;
	color:					#D10A31;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	color: #F6E401!important;
	background-color: #761C2B;
}