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

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

	border:					1px solid #618027;
	width:					200px;
	background-color:		#E1E4DB;
	background-image:		url( /site/images/nav/bg_menu.png );
	background-repeat:		repeat-x;
}

ul.m1
{
	margin-left:			-1px;
}

ul.m1 li
{
	display:				block;
	position:				relative;
	margin:					0px;
	padding:				0px;

	float:					left;
	width:					100%;
}

ul.m1 li:first-child a
{
	border-top:				0px;
}

ul.m1 li a
{
	display:				block;
	text-decoration:		none;

	border-top:				1px solid #C8D5B0;

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

	padding:				0px 40px 0px 12px;

	white-space:			nowrap;
	
	font-size:				11px;
	color:					black;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	background-image:		url( /site/images/nav/bg_menuitem_highlight.png );
}



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

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


.membersonly
{
	float:right;
	display:		block;

	width:	33px;
	height:	28px;

	background:				transparent;
/*
	background-image:		url( /site/images/nav/mda_icon.png );
	background-position:	right center;
	background-repeat:		no-repeat;
*/
}


li.mdamembers
{
	background-image:		url( /site/images/nav/mda_icon.png );
	background-position:	right center;
	background-repeat:		no-repeat;
}




