/*---------------------------------------------------------------------------------------------------------
//	Menus
//-------------------------------------------------------------------------------------------------------*/
ul.m1,
ul.m1 ul
{
	position:         absolute;
	left:             180px;
	top:              0px;
	display:          none;

	list-style:       none;
	margin:           0px;
	padding:          0px;

	width:            180px;
}

ul.m1
{
	z-index: 100;
	padding-top: 12px;
	background: transparent url(/images/menu_top.png) no-repeat 40px 0px;
}

ul#m-news
{
	background-position: 5px 0px;
}

ul.m1 li
{
	background-color: #E2383F;
	display:          block;
	position:         relative;
	margin:           0px;
	padding:          0px;

	float:            left;
	width:            100%;
}


ul.m1 li a
{
	display:				block;
	text-decoration:		none;

	height:					26px;	/*	needed so IE can size the link correctly	*/
	line-height:			25px;

	padding:				0px 8px 0 29px;

	white-space:			nowrap;
	
	font-size:				11px;
	color:					white;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	background-color: #A6242A;
}





