﻿.mainmenu
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#6E3795;
	filter: alpha(opacity=85);
	opacity:0.85;
	-moz-opacity:0.85;
}
.mainmenuhover
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#6E3795;
	filter: alpha(opacity=85);
	opacity:0.85;
	-moz-opacity:0.85;
}
.submenu
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:White;
	background-image:url('../Images/btnsubmenu.png');
	width:180px;
	height:20px;
	text-align:left;
	border-bottom:solid 1px #FFFFFF;
	filter: alpha(opacity=85);
	opacity:0.85;
	-moz-opacity:0.85;
}
.submenuhover
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url('../Images/btnsubmenuhover.png');
	background-color:White;
	width:180px;
	height:20px;
	text-align:left;
	border-bottom:solid 1px #FFFFFF;
	filter: alpha(opacity=85);
	opacity:0.85;
	-moz-opacity:0.85;
}