﻿
.MenuBg
{
	width:181px;
	height:100%;
	background-color:#565656;
}

.menustyle
{
	border: solid 0px black;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
	width:181px;
}

.menuitem
{
	padding:2px 0px 5px 0px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: solid 0px #333333;
	border-right: solid 0px #333333;
	border-left: solid 0px #FCFCFC;
	border-top: solid 0px #FCFCFC;
	margin: 0px;
	white-space: nowrap;
	cursor: hand;
	height: 15px;
}

.menuitem IMG {
	margin-right: 5px;
}

.mouseover
{
	padding:2px 0px 5px 0px;
	background-color:#fff490;
	font-family: verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
	border-bottom: solid 0px #333333;
	border-right: solid 0px #333333;
	border-left: solid 0px #FCFCFC;
	border-top: solid 0px #FCFCFC;
	margin: 0px;
	white-space: nowrap;
	cursor: hand;
	height: 15px;
}

.submenustyle
{
	background-color: #9b9da6;
	border-bottom: 1px;
	border-right: 1px;
	border-left: 1px;
	border-top: 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #333333;
	vertical-align: middle;
}

.menusubitem
{
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	border: 0px;
	border-style: none;
	border-color: #E9F2F8;
	background-color: #969595;
	margin: 0px;
	white-space: nowrap;
	cursor: hand;
	height: 20px;
	width: 210px;
}

.menusubitem IMG {
	margin-right: 5px;
}

.submouseover
{
	font-family: verdana;
	font-size: 11px;
	color: black;
	border: 0px;
	border-style: none;
	background-color: #fff490;
	margin: 0px;
	white-space: nowrap;
	cursor: hand;
	text-decoration: none;
	height: 20px;
}

.menuitem td a
{
	display: block;
	padding: 4px 10px 0px 10px;
}

.menusubitem td a
{
	display: block;
	padding: 4px 10px 0px 10px;
}

.mouseover a:hover
{
	text-decoration: none;
}

.submouseover a:hover
{
	text-decoration: none;
}