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

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

	width:					189px;
	background-color:		#1280b3;


	border-left:			1px solid #5aa6ca;


}

ul.m1,
ul.m1 ul
{
	list-style:				none;
	margin:				0px;	
	padding:				0px;
}

ul.m1
{
	margin-left:			-25px;
}

ul.m1 ul
{
	margin-bottom:			5px;
	display:				block;
}

ul.m1 li
{
	border-bottom:			1px solid #5aa6ca;
	
	display:				block;
	position:				relative;
	margin:					0px;
	padding:				0px;

	width:					100%;
}

ul.m1 ul li
{
	border-bottom:			none;
	padding:				0px 0px;
}


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

	
	line-height:			13px;
	padding:				5px 15px;

	white-space:			nowrap;
	font-family:			helvetica,sans serif;

	font-size:				12px;
	color:					white;
	font-weight:			bold;
}

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

	line-height:			11px;
	padding:				3px 15px;

	white-space:			nowrap;
	font-family:			helvetica,sans serif;

	font-size:				11px;
	color:					#b4e7ff;
	font-weight:			bold;
}

ul.m1 a:hover
{
	background-color:		#004666!important;
	color:					#b4e7ff!important;
}



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

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







