.Menus {
	background-color: rgb(204,104,16);
}

.MenusItemNormal {
	cursor: pointer;
	color: rgb(255,255,255);
	font-weight : bold;
	font-family : Arial, Helvitica;
	padding-left : 5px;
	white-space: nowrap;
}

.MenusItemNormal2 {
	cursor: pointer;
	background-color: rgb(235,120,31);
	color: rgb(255,255,255);
	font-weight : bold;
	font-family : Arial, Helvitica;
	padding-left : 5px;
	white-space: nowrap;
}

.MenusItemHiligth, .MenusItemNormal:hover, .MenusItemNormal2:hover {
	background-color: rgb(243,142,38);
	color: rgb(255,255,255);
	font-weight : bold;
	font-family : Arial, Helvitica;	
	padding-left : 5px;
	white-space: nowrap;
}

