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

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

	width:					180px;
	background-color:		#770101;

}

ul.m1 li
{
	display:				block;
	position:				relative;
	z-index:				50;
	margin:					0px;
	padding:				0px;

	float:					left;
	width:					100%;
}


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

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


	white-space:			nowrap;
	
	font-size:				15px;
	color:					white;
	padding:				3px 8px;
}

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

img#img-products { width: 92px; height: 39px; }
img#img-support { width:	84px; height: 39px; }
img#img-news 	{ width:	57px; height: 39px; }
img#img-company	{ width:	85px; height: 39px; }
img#img-store	{ width:	62px; height: 39px; }
img#img-myaccount { width:	111px; height: 39px; }





