div.menu2name {
	margin: 0;
	padding: 0;
	float: left;
} /* Product name */
.menu2name a:link, .menu2name a:visited {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	background-image: url(../images/menu2bg.gif);
	background-repeat: repeat-y;
	display: block;
	width: 222px;
	text-transform: none;
	text-decoration: none;
	padding: 15px 0 0 13px;
	height: 30px;
} /* Product name */

.menu2name a:hover , .menu2name a:active {
	color: #000000;
	text-decoration: underline;
} /* Product name */

