﻿.MENU
{
	border-right: #4d6277 thin solid;
	padding-right: 0px;
	border-top: #4d6277 thin solid;
	padding-left: 5px;
	background-image: url(/images/classic/menuheader.png);
	padding-bottom: 0px;
	border-left: #4d6277 thin solid;
	width: 139px;
	padding-top: 0px;
	border-bottom: #4d6277 thin solid;
	background-repeat: no-repeat;
	background-color: #d8dfe6;
}
.MENUTITLE
{
	font-weight: bold;
	color: black;
	text-align: right;
}
.MENUITEM
{
	font-weight: bolder;
	font-size: 12px;
	color: black;	
}
.MENU TD.MENUITEM
{
	font-weight: bolder;
	font-size: 12px;
	color: black;	
}
.MENUITEM A
{
	color: black;
	text-decoration: none;	
}
.MENUITEM A:active
{
	color: black;
	background-color: #eaedf0;
	text-decoration: none;
}
.MENUITEM A:hover
{
	color: black;
	background-color: #eaedf0;
	text-decoration: none;
}
.TOPMENUITEM
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #82a1c1;
}
.TOPMENUITEM A
{
	color: white;
	text-decoration: none;
}
.TOPMENUITEM A:active
{
	color: black;
	
	text-decoration: none;
}
.TOPMENUITEM A:hover
{
	color: black;
	
	text-decoration: underline;
}