.yuimenuitemlabel
{
	cursor: pointer;
	padding: 0 10px;
	text-decoration: none;
}
.yuimenu .bd
{
	_zoom: normal;
	background-color: #E65A33; /* orange */
	border: solid 1px #E65A33; /* orange */
	margin-top: 5px;
	zoom: 1;
}
li.menu-border
{
	border-left: 2px solid #115A55; /*dark gree*/
}
.yuimenu .bd a
{
	color: #FFF;
}
.yuimenuitem-selected
{
	background-color: #FFF;
}
.bd .yuimenuitem-selected a
{
	color: #E65A33; /* orange */
}
.yuimenu .bd li
{
	border-top: 1px solid #FFF;
	padding: 3px 0;
}
.yuimenu .bd ul li:first-child
{
	border-top: none;
}
/*
.yui-menu-shadow-visible
{
	background-color: #000;
	filter: alpha(opacity=12);
	opacity: .12;
}
*/
