.editmenue {
	width: 320px;
	font-family: Arial;
}

.editmenue div{
	background-color: #E4E8F1;
	padding: 8px;
} 

.productmenuebg{
	background-color: #E4E8F1;
}

.editmenue a {
	cursor: pointer;
	display: block;
	padding: 5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #011039;
	border-top: 1px solid white;
}

.productmenuehead{
	font-family: Arial;
	text-align:left;
	cursor: pointer;
	display: block;
	padding: 5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #011039;
	border-top: 1px solid white;
}

.editmenue a:hover {
	background-color: #011039;
	color: #FF8636;
}

.editmenue a.selected {
	color: white;
	background-color: #011039;
}