/* CSS Document */
/*
div.menu-area
{
  width 400px;
}
*/
div.info-up
{
	padding: 0px 0px 10px 0px;
	height:18px;
	background: url(/images/select-arrow-up.png) no-repeat;
	text-align: center;
	display: none;
}

div.info-down
{
	height:18px;
	background: url(/images/select-arrow-down.png) no-repeat;
	text-align: center;
	display: none;
}

ul.Product_Menu
{
}

div.Menu_Wrapper 
{
  height:280px;
}


