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

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

	border: 1px solid black;
	border-top:				2px solid black;
	width:					180px;
	background-color:		#fff;
}

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-bottom:			1px solid black;
	border-left:			1px solid black;
	border-right:			1px solid black;

	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;
	background-color: #F3F0E9;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	background-color:		#524B67!important;
	color:					white!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 );
}

#m-newtohomeschooling
{
	width: 200px;
}





