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

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

	border:				1px solid #F0BB50;
	border-bottom: none;
	width:					180px;
	background: 			#F7C35C url('/images/menu_back.jpg') repeat-x top left;
	z-index: 1000;
}

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

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

	padding:				0px 8px;

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

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

/*---------------------------------------------------------------------------------------------------------
//	Custom Menu CSS
//--------------------------------------------------------------------------------------------------------*/
ul#m-education
{
	visibility: hidden;
}