/*---------------------------------------------------------------------------------------------------------
//	Menus
//-------------------------------------------------------------------------------------------------------*/
ul.m1,
ul.m1 ul
{
	position:				absolute;
	left:					180px;
	top:					0px;
	display:				none;

	list-style:				none;
	margin:					0px;
	padding:				0px 0px 9px;

	font-family:			tahoma,arial,sans-serif;
	font-size:				13px;
	color:					black;
}

ul.m1 li
{
	display:				block;
	position:				relative;
	margin:					0px;
	padding:				0px;

	border-top:				1px solid #b1b2b3;

	float:					left;
	width:					100%;
}
ul.m1 li:first-child
{
	border-top:				0px;
}


ul.m1
{
	border-top:				9px solid white;
	background-color:		white;
}

ul.m2
{
	width:					200px!important;
	background-color:		#dadbdd;
	padding-bottom:			0px!important;
}
ul.m2 li
{
}

ul.m1 li a
{
	display:				block;
	text-decoration:		none;


	height:					30px;	/*	needed so IE can size the link correctly	*/
	line-height:			30px;

	padding:				0px 10px;

	white-space:			nowrap;
	
	color:					black;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	background-color:		#dadbdd!important;
}



/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover
{
	background-image:		url( /images/arrow1.gif );
}








