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

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

	width:					180px;
	
	/* 3 items */
/* 	height: 				 59px; */
/* 	margin: 				-80px 0 0 -2px; */
}

ul.m2
{
	position:				absolute;
	left:					180px;
	top:					0px;
	display:				inline;
	
	/* works for four items	 */
	margin: 				-52px 0 0 0;	
}

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

	width:					100%;
}


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

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

	padding:				0 0 2px 0;

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

ul.m1 a:hover,
a.highlight,
a.highlight-active,
ul.m1 li.activeitem a
{
	/* background-color:		rgb(119,119,119)!important; */
	/* color:					white!important; */
	color: 						white;
}



/*	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 ); */
}


/* Not 3 items */
/* 2 items */
#m-contact
{
 	margin-top: 			21px;	 
	height: 				45px;
}

/* 4 items */
#m-investmentmanagement
{
/* 	height: 				 76px; */
/* 	margin-top: 			-93px;	 */
}

/* no third-level navs */
ul.m2, li.i2
{
	display: 				none!important;
}
