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

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

	width:					180px;
	z-index:				10;
}
ul.m1
{
	background:				url('/images/m1-bg.png') no-repeat 0 -3px;
	padding:				14px 15px 0px 13px;
	width:					225px !important;
}
ul.m1 ul
{
	margin:					1px 0 0;
	background:				url('/images/m2-bg.gif') repeat-y !important;
}
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-top:				1px solid #ccc;

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

	padding:				0px 8px;

	white-space:			nowrap;
	
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-size:				11px;
	color:					black;
}
ul.m2 li a
{
	margin:					0 0 0 9px;
	border-bottom:			1px solid #9a9a9a;
	border-top:				1px solid #9a9a9a;
	border-right:			1px solid #9a9a9a;
	margin:					-1px 0 0 9px;
}
ul.m1 a:hover,
ul.m1 a.highlight,
ul.m1 a.highlight-active
{
	/*background:				url('/images/m1-hover-bg.png') !important;*/
	background-color:		#ccd9eb; /*url('/images/m1-hover-bg.png') !important;*/
	color:					#333 !important;
}

ul.m2 a.highlight,
ul.m2 a.highlight-active,
ul.m2 a:hover
{
	background:				none !important;
	color:					#0B5ED8 !important;
}



/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover
{
	background-image:		url( /images/arrow0.png );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover
{
	background-image:		url( /images/arrow1.png );
}

.m1 li.border-image
{
	margin:					0;
	line-height:			0px;
	height:					0px;
}
/*
.m1 li.border-image img
{
	margin:					0px 0pt -11px -13px;
}*/
.m1-bottom
{
	position:absolute;
	bottom:0px;
	left:0;
	padding:0;
	margin:0;
	left:-13px;
	height:1px;
	line-height:1px;
	top:1px;
}
.m1-bottom img
{
	position:absolute;
}