/*---------------------------------------------------------------------------------------------------------
//	Menus
//-------------------------------------------------------------------------------------------------------*/
ul.m1,
ul.m1 ul
{
	position:				absolute;
	display:				none;

	list-style:				none;
	margin:					0px;
	padding:				0px;

	border:					1px solid #52769b;
	width:					218px;
	background-color:		white;
	margin-top:				-1px;
	z-index:				98;
	padding-bottom:			-2px;
}

ul#m-howtobuy
{
	margin-left:			25px;
	*margin-left:			23px!important;
}

ul.m1 li
{
	display:				block;
	position:				relative;
	margin:					0px;
	padding:				0px;

	float:					left;
	width:					100%;




	height:					26px;	/*	needed so IE can size the link correctly	*/
	line-height:			25px;

	white-space:			nowrap;
	
	background-image:		url(/images/bg-menu-item.png);
	background-repeat:		repeat-x;
	background-position:	left bottom;
	
}


ul.m1 li a
{
	padding:				0px 16px;
	color:					#52769b;
x	font-weight:			bold;
	
	display:				block;
	text-decoration:		none;

}

ul.m1 a:hover,
a.highlight,
a.highlight-active
{
	background-color:		#ebf1fa;
}

ul.m2
{
	display: none!important;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover
{
}

/*	Menu item mouseover	*/
a.showsub:hover
{
}

ul#s-technologypartners
{
	border:		none!important;
	display:	none;
	visibility: hidden;
}






