/*---------------------------------------------------------------------------------------------------------
//	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 #fff;
	border-left:			1px solid #fff;
	border-right:			1px solid #fff;
	width:					180px;
	background:				url('/site/images/m1-bg.png');
	/*opacity:				.90;
	filter:					alpha(opacity=90);*/
}
ul.m1 ul
{
	background:				url('/site/images/m2-bg.png');
	margin-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 #fff;

	height:					25px;	/*	needed so IE can size the link correctly	*/
	line-height:			25px;

	padding:				0px 18px 0 15px;

	white-space:			nowrap;
	
	font-family:			arial,sans serif;
	font-size:				14px;
	color:					#333;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	background-color:		#fff !important;
	color:					#333 !important;
	text-decoration:		none;
}



/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover
{
	background-image:		url( '/site/images/dhtml-arrow0.png' );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover
{
	background-image:		url( '/site/images/dhtml-arrow1.png' );
}







