﻿/*DEFAULT*/
.MenuItem
{
	background-color: Black;
	width:100px;
	height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	cursor: pointer;
	text-align:left; 
}
.MenuItemHover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: White;
	cursor: pointer;
	text-align:left;
}

.MenuItemActive
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	cursor: pointer;
	text-align:left;
}

/*TOPMENU*/
.TopMenuItem
{
	background-color: Black;
	width:100px;
	height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	border: solid 0px black;
	cursor: pointer;
	text-align: center;
}

.TopMenuItemHover
{
	background-color: #A12412;
	width:100px;
	height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	cursor: pointer;
	text-align: center;
}

.TopMenuItemActive
{
	background-color: Black;
	width:100px;
	height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	cursor: pointer;
	text-align: center;
}


/*SUBMENU*/
.SubMenuItem
{
	background-color: Black;
	width:100px;
	height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	cursor: pointer;
	text-align: left;
	border-left: 1px solid #D7E4F0;
	border-right: 1px solid #D7E4F0;
}

.SubMenuItemHover
{
	background-color: #A12412;
	width:100px;
	height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	cursor: pointer;
	text-align: left;
	border-left: 1px solid #D7E4F0;
	border-right: 1px solid #D7E4F0;
}

.SubMenuItemActive
{
	background-color: Black;
	height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	cursor: pointer;
	text-align: left;
	border-left: 1px solid #D7E4F0;
	border-right: 1px solid #D7E4F0;
}

