﻿
.MenuItem
{
	background-color: #4A99D4;
	color: White;
	font-family: Tahoma;
	font-size: 8pt;
	cursor: hand;
	border-left: 5px solid #D7D7D7;
	border-bottom: 1px white solid;
	font-weight:bold;
	height:25px;
	width: 155px;
}
.MenuItemOver, .MenuItemClicked
{
	background-color: #8BBDE3;
	color: White;
	font-family: Tahoma;
	font-size: 8pt;
	cursor: hand;
	border-left: 5px solid #D7D7D7;
	border-bottom: 1px white solid;
	font-weight:bold;
	height:25px;
	width: 155px;
}

.MenuItemClicked
{
	border-left: 5px solid RED;
	background-color: #4A99D4;
	color: Yellow;
	font-family: Tahoma;
	font-size: 8pt;
	height:25px;
}



.MI2
{
	background-color: #BEB85E;
	padding: 2px 5px 2px 5px;
	color: black;
	font-size: 8pt;
	font-family: Tahoma;
	border-left: 5px solid #D7D7D7;
	border-bottom: 1px white solid;
	cursor: hand;
	height:25px;
	width: 155px;
}

.MI2Over, .MI2Clicked
{
	padding: 2px 5px 2px 5px;
	color: black;
	font-size: 8pt;
	font-family: Tahoma;
	border-left: 5px solid #D7D7D7;
	border-bottom: 1px white solid;
	cursor: hand;
	height:25px;
	
}

.MI2Over
{
	background-color: #8BBDE3;
	height:25px;
}

.MI2Clicked
{
	background-color: #BEB85E;
	border-left: 5px solid red;
	width: 155px;
}


.MI2O
{
	background-color: #BEB85E;
	padding: 2px 5px 2px 10px;
	color: black;
	background-repeat: no-repeat;
	font-size: 8pt;
	font-family: Tahoma;
	border-left: 5px solid #D7D7D7;
	border-bottom: 1px white solid;
	cursor: hand;
	width: 155px;
}

.MI2OverO, .MI2ClickedO
{
	background-repeat: no-repeat;
	padding: 2px 5px 2px 10px;
	color: black;
	font-size: 8pt;
	font-family: Tahoma;
	border-left: 5px solid #D7D7D7;
	border-bottom: 1px white solid;
	cursor: hand;
}

.MI2OverO
{
	background-color: #8BBDE3;
	background-repeat: no-repeat;
}

.MI2ClickedO
{
	background-color: #BEB85E;
	border-left: 5px solid red;
	width: 155px;
}
