﻿.menu_default
{
	background-color: #E3EAEB;
	font-family: Verdana;
	color: #666666;
	font-size: 9;
}

.menu_top
{
	font-family: Verdana;
	color: #7f7f7f;
	font-size: 10px;
}

.menu_middle tbody tr td
{
	background: url("Images/Master/button_bg.jpg" ) no-repeat;
	color: White;
	font-size: 12px;
	font-family: Verdana;
	height: 35px;
	width: 100px;
	text-align: center;
	cursor: hand;
}
.menu_middle a
{
	white-space: normal;
}
.menu_middle_hover tbody tr td
{
	background: url("Images/Master/button_bg_over.jpg" ) no-repeat;
	font-size: 12px;
	color: White;
	font-family: Verdana;
	height: 35px;
	width: 104px;
	text-align: center;
	cursor: hand;
}
.menu_middle_hover a
{
	white-space:normal;
}

.submenu_middle
{
	background-color: #0e7b05;
	font-size: 12px;
	color: White;
	font-family: Verdana;
	border-top-color: #d0ffff;
	border-top-style: solid;
	border-top-width: 1px;
	width: 208px;
	height: 20px;
	text-align: left;
	padding-left: 5px;
}
.submenu_middle_hover
{
	background-color: #14ad07;
	font-size: 12px;
	color: White;
	font-family: Verdana;
	width: 208px;
	text-align: left;
	border-top-color: #d0ffff;
	border-top-style: solid;
	border-top-width: 1px;
	height: 20px;
	padding-left: 5px;
}



.menuitem_left
{
	background-color: White;
	padding-left: 5px;
	height: 25px;
	width: 180px;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	color: #0e7b05;
	cursor: hand;
	border-bottom-style: dotted;
	border-bottom-color: #0706a3;
	border-bottom-width: 1px;
}

.menuitem_left img
{
	padding-right: 10px;
}
.menuitem_left_hover
{
	background-color: lightgrey;
	font-size: 12px;
	color: White;
	font-family: Verdana;
	height: 25px;
	width: 180px;
	text-align: left;
}
.menu_left_parent
{
	background-color: #0e7b05;
	color: White;
	cursor: default;
	border: none;
}

