﻿@import "../../BCASMain.css";


/* MENU STYLES */
.MenuBackground
{
	background-color: #000000;
}
/* Fast Menu Start */
.RootMenuGroup
{
	cursor: default;
	color: white;
	font-weight: bold;
	width: 751px;
	font-size: 8pt;
}

.RootMenuItem
{
	cursor: hand;
	cursor: pointer;
	color: #ffffff;
}

.RootHoverMenuItem
{
	color: Yellow;
	background-color: Black;
	cursor: hand;
	cursor: pointer;
}

.RootActiveMenuItem
{
	color: Yellow;
	background-color: Black;
	cursor: hand;
	cursor: pointer;
}

.MenuItem
{
	cursor: hand;
	cursor: pointer;
	color: Black;
}

.ActiveMenuItem
{
	cursor: hand;
	cursor: pointer;
	color: Black;
}

.HoverMenuItem
{
	color: Black;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
}

.MenuGroup
{
	background-color: #adaaad;
	border-bottom: solid 1px #634b7f;
	border-left: solid 1px #634b7f;
	border-right: solid 1px #634b7f;
}

.RootActiveMenuItem, .RootHoverMenuItem, .RootMenuItem, .MenuItem, .HoverMenuItem
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
}
/* Fast Menu End */