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

	list-style:				none;
	margin:					0px;
	padding:				15px 0;
	z-index:				1000;

	margin-left:			240px;
	margin-top:				-35px;

	background-image:		url(/images/dhtml_left.gif);
	background-repeat:		repeat-y;
	background-color:		#F2AE00;

	width:					240px!important;
}

ul.m1 li
{
	position:				relative;
	margin:					0px;
	padding:				0px;
	padding-left:			15px;
	color:					#522c1b;
}


ul.m1 li a
{
	font-weight:			bold;
	font-family: 			'courier new',serif;
	font-size:				11px;
	text-transform:			uppercase;
	color:					#522c1b;
	text-decoration:		none;
	height:					18px;	/*	needed so IE can size the link correctly	*/
	line-height:			18px;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	color:					#522c1b;
	text-decoration:		none;
}


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

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







