.MainGroup
{
}

.MenuGroup
{
	cursor: pointer;
	cursor: hand;
}

.MainItem 
{
	height: 26px;
	width: 1px;
	cursor: pointer;
	cursor: hand;
	font: 8pt Arial, Verdana, sans-serif;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 4px;
	background-image: url('/Portals/a278f067-8f2b-4d4e-b6c6-844349e8f125/menu/red.jpg');
	background-repeat: no-repeat;
	text-indent: 3px;
}

.MainItemOver
{
	height: 26px;
	width: 1px;
	cursor: pointer;
	cursor: hand;
	font: 8pt Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ac262f;
	margin-bottom: 4px;
	background-image: url('/Portals/a278f067-8f2b-4d4e-b6c6-844349e8f125/menu/black.jpg');
	background-repeat: no-repeat;
	text-indent: 3px;
}

.MainItemClicked 
{
	height: 26px;
	width: 1px;
	cursor: pointer;
	cursor: hand;
	font: 8pt Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ac262f;
	margin-bottom: 4px;
	background-image: url('/Portals/a278f067-8f2b-4d4e-b6c6-844349e8f125/menu/black.jpg');
	background-repeat: no-repeat;
	text-indent: 3px;
}

.SelectedPathMainItemCss
{
	height: 26px;
	width: 1px;
	cursor: pointer;
	cursor: hand;
	font: 8pt Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ac262f;
	margin-bottom: 4px;
	background-image: url('/Portals/a278f067-8f2b-4d4e-b6c6-844349e8f125/menu/black.jpg');
	background-repeat: no-repeat;
	text-indent: 3px;
}

.MenuItem
{
	height: 26px;
	width: 1px;
	cursor: pointer;
	cursor: hand;
	font: 8pt Lucida, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	border: 1px solid #ac262f;
	margin-bottom: 4px;
}
.MenuItemOver
{
	height: 26px;
	width: 1px;
	cursor: pointer;
	cursor: hand;
	font: 8pt Lucida, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #ac262f;
	background-color: #ac262f;
	margin-bottom: 4px;
}
.MenuItemToolTip
{
	height: 26px;
	width: 1px;
	cursor: pointer;
	cursor: hand;
	font: 8pt Lucida, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #ac262f;
	background-color: #ac262f;
	margin-bottom: 4px;
}

.MenuItemClicked
{
	height: 26px;
	width: 1px;
	cursor: pointer;
	cursor: hand;
	font: 8pt Lucida, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #ac262f;
	background-color: #ac262f;
	margin-bottom: 4px;
}

.SelectedPathMenuItemCss
{
	height: 26px;
	width: 1px;
	cursor: pointer;
	cursor: hand;
	font: 8pt Lucida, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #ac262f;
	background-color: #ac262f;
	margin-bottom: 4px;
}

