.yuimenuitem {
	padding: 6;
	margin: 0;
	list-style-type: none;
}

A.yuimenuitem:link {
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
}

A.yuimenuitem:visited {
	color: #333333;
	background-color: #ffffff;
}

A.yuimenuitem:hover {	
	color: #ffffff;
	background-color: #bc2017;
}
	
.yuimenubar li,.yuimenu li {
	list-style-type: none;
}