/*---------------------------------------------------------------------------------------------------------
//	Menus
//-------------------------------------------------------------------------------------------------------*/
ul.m1,
ul.m1 ul
{
	position:       absolute;
	left:           140px;
	top:            0px;
	display:        none; 
	list-style:     none;
	margin:         0px;
	padding:        0px;
	padding-bottom: 2px;
	
	width:          140px;
	border-top:     1px solid #3D2B7D;
}

ul.m1 ul
{
	border-top:     none;
}

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

	float:            left;
	width:            100%;
}


ul.m1 li a
{
	display:          block;
	background-color: #d9e8b1;
	color:            #3d2b7d;
	width:            auto;
	padding:          3px 8px 2px 8px;
	height:           15px;
	white-space:      nowrap;
	font-family:      verdana,arial,sans-serif;
	font-size:        9px;
	font-weight:      bold;
	border-bottom:    1px solid white;
}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
}



/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover
{
}

/*	Menu item mouseover	*/
a.showsub:hover
{
}







