﻿/* CMS Menu Item styling */
.CMS_Menu_TopGroup {
	background-color: white;
	border: solid 1px gray;
	line-height: normal;
	cursor: pointer;
	margin-top: 1px;
	margin-left: 1px;
}

.CMS_Menu_MenuGroup {
	background-color: white;
	border: solid 1px gray;
	line-height: normal;
	cursor: pointer;
}

.CMS_Menu_MenuItem {
	background-color: white;
	color: black;
	font-family: MS Sans Serif, Verdana;
	font-weight: normal;
	font-size: 10px;
	cursor: pointer;
}

.CMS_Menu_MenuItemHover {
	color: black;
	background-color: Silver;
	font-family: MS Sans Serif, Verdana;
	font-weight: normal;
	font-size: 10px;
	cursor: pointer;
}

.CMS_Menu_DisabledMenuItem {
	color: Gray;
	background-color: white;
	font-family: MS Sans Serif, Verdana;
	font-weight: normal;
	font-size: 10px;
	cursor: pointer;
}

.CMS_Menu_DisabledMenuItemHover {
	color: Gray;
	background-color: Silver;
	font-family: MS Sans Serif, Verdana;
	font-weight: normal;
	font-size: 10px;
	cursor: pointer;
}
