#prodtwo, #prodtwo ul { /* all lists */
	padding:0px;
	margin: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	display: block;
	color:#FFF;
line-height:25px;
width: 100%;
}
#prodtwo a {
	padding-left:15px;
	background: url(/sites/public/148/resources/templates/219/images/productnav2bg.jpg) repeat-x;
	background-position: bottom;
	padding-right:15px;
	display: block;
	text-decoration:none;
	color:#000;
	text-align:left;
	width: auto;
}
#prodtwo a:hover, #prodtwo li.current a {
	color:#FFF;
	font-weight: bold;
	color: #d437cc;
	background-position: top;
}
#prodtwo li { /* all list items */
	float: left;

	width: 100%;/* width needed or else Opera goes nuts */

}


#prodtwo li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

