/*---------------------------------------------------------------------------------------------------------
//	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 black;
	border-bottom:			1px solid black;
	background-color:		white;
	z-index:				1000;
	font-size:				10px;
	text-transform:			uppercase;
}

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

	float:					left;
	width:					100%;
}

iframe#shim
{
	margin-left:			-2px;
}


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

	border-left:			1px solid black;
	border-right:			1px solid black;

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

	padding:				0px 8px;

	white-space:			nowrap;
	
	font-family:			arial,'sans serif';
	color:					black;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	color:					#f0bb2e!important;
}



/*	Makes arrow indicator for links with submenu	*/


ul.m2
{
	display: 				none;
}


