/*---------------------------------------------------------------------------------------------------------
//	Menus
//-------------------------------------------------------------------------------------------------------*/
ul.m1,
ul.m1 ul
{
	position:				absolute;
	left:					180px;
	z-index:				5000;

	top:					0px;
	display:				none;

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

	width:					180px;
	background-color:		#949494;
}

ul.m1
{
	margin-top:				-7px;
}

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:					1px solid #B8B8B8;
	border-bottom:			1px solid #838383;

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

	padding:				0px 8px;

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

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	background-color:		#7A7A7A!important;
	color:					white!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 );
}


/*	Hide 3rd level pages ......
	Client Does not want us to show 3rd level pages.........
*/
.m2
{ 
	display:				none !important; 
}

.m1 a.showsub,
.m1 a.showsub:hover
{
	background-image:		none !important;
}