div.m1menu {
	width: 255px;
	height: auto;
	float: left;

}

div.menu1item {
	width: 249px;
	padding: 2px 3px 4px 3px;
	height: 52px;
	float: left;
	border-bottom: solid 1px #ffffff;
}

div.menu1name {
	width: 164px;
	float: left;
	padding: 0 0 0 5px;
}

.menu1name a:link, .menu1name a:visited {
	font-family: Arial;
	color: #D9010C;
	font-size: 17px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
} /* Product name */

.menu1name a:hover , .menu1name a:active {
	color: #333333;
	text-decoration: none;
	background-repeat: no-repeat;
} /* Product name */


div.menu1desc {
} /* Description text */
.menu1desc a:link, .menu1desc a:visited {
} /* Description text */

div.menu1photo {
	width: 70px;
	height: 50px;
	float: left;
	padding: 2px;
	background-color: #FFFFFF;
}


.menu1image {
	width: 70px;
	height: 50px;
	float: left;
	border: 0;
	text-decoration: none;
}
