/*---------------------------------------------------------------------------------------------------------
//	Menu common properties
//-------------------------------------------------------------------------------------------------------*/
ul.m1,
ul.m1 ul
{
	list-style:				none;
	margin:					-2px 0px 0px;
	padding:				0px;

	background-color:		#003366;

	/*	Default menu width	*/
	width:					 180px;
}

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

	/*	IE hack	*/
	/*	prevents size of item from changing when submenu appears	*/
	float:	left;
	width:	100%;
}

ul.m1,
ul.m1 li ul
{
	position:				absolute;
	top:					0px;
	display:				none;
z-index:	5!important;
	/*	Default menu width (position the submenu)	*/
	left:					180px;
}


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

	height:					30px;
	padding:				0px 12px;
	line-height:			30px;
	font-style:				italic;
	font-size:				11px;
	color:					white;
}

/*---------------------------------------------------------------------------------------------------------
//	1st level menu custom properties
//-------------------------------------------------------------------------------------------------------*/
ul.m1
{
	width:					180px;
	padding:				5px 0px;
	border-top:				5px solid #003366;
}

li.i1
{
}

ul.m1 li a
{
	display:					block;
	text-decoration:			none;
	border-bottom:				1px solid white;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	color:						#FF3333!important;
}

/*---------------------------------------------------------------------------------------------------------
//	2nd level menu custom properties
//-------------------------------------------------------------------------------------------------------*/
ul.m2
{
	background-color:		#E19C57;

	/*	Default menu width	*/
	width:					200px!important;

	margin-top:				-5px!important;
	border-top:				5px solid #003366;
	border-bottom:			5px solid #003366;
}

ul.m2 li a
{
	color:					white!important;
}
li.i2
{
}



/*	not showing more than 2 menus deep	*/
ul.m3
{
	display:				none!important;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	padding:				11px 0px 6px;
	white-space:			nowrap;
	padding-left:			16px;

	line-height:			21px;
	font-size:				0.68em;
	color:					#7199BF;
}

#nav-global a
{
	color:					white;
}

