/* This is the css file for the Menu component */

table.Menu{
	/* border: thin dotted blue; */
	width: 200px;
	height: auto;
	table-layout: fixed;

}
a.ProductLeft-link:link, a.ProductLeft-link:visited, a.ProductLeft-link:active{
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color:#FFFFFF;
	line-height: 15px;

}

a.ProductLeft-link:hover
{
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FC4F51;
	background-color:#FFFFFF;
	line-height: 15px;
}
