.product_menu_holder {
	margin: 60px 0px 0 100px;
}


div.product_menu_holder ul li {
	list-style: none;
	padding: 5px 0px;
}

div.product_menu_holder ul li a {
	display: block;
/*	background: url(img/menuBoff.png) no-repeat;*/
	width: 181px;
	height: 37px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 37px;
	border: 2px solid transparent;
	border-radius: 20px;
	transition: all .15s ease-in-out;
	border-color: #8dc63f;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	background-color: #FFF;
}

div.product_menu_holder ul li a:hover,
div.product_menu_holder ul li.active a {
	/*background: url(img/menuBon.png) no-repeat;*/
	background-color: #615d5d;
	color: #fff;
}

div.product_menu_holder ul li.spacer {
	width: 166px;
	height: 30px;
}

div.product_menu_holder ul li.spacer span {
	color: #950000;
	font-weight:bold;
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 27px;
	margin: 0 auto;
	text-align: center;
	width: 140px;
	border-bottom: 1px dashed #ccc;
}

div.product_menu_holder ul li.disabled a:hover {
	background: url(img/menuBoff.png) no-repeat;
	color: #505050;
	cursor: default;
}

div.product_menu_holder ul li.disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	/* IE 5-7 */
	filter: alpha(opacity=30);
	/* Netscape */
	-moz-opacity: 0.3;
	/* Safari 1.x */
	-khtml-opacity: 0.3;
	/* Good browsers */
	opacity: 0.3;
}