﻿body 
{
font-family:Trebuchet MS;
}

.MenuTable
{
		width:900px;
	height: 23px;
}
.MenuBtn
{
	border: 1px solid #FF6600;
			color:white; 
			height:30px;
			background-color:#FF9E00;
			font-family:Trebuchet MS;
			font-size:small;
			font-style:normal;
}

.MenuBtn:hover
{
		background-color:#FF6600 ;
		font-size:small;
		text-decoration:underline;
		font-weight:bold;
}
.MenuPopUp
{
	
			border: 1px solid #FF6600;
			background-color:#FF9E00;
			font-family:Trebuchet MS;
			font-size:small;
			font-style:italic;
			color:white;
			text-align:center;
}

.MenuBtnSlider 
{
	border-color:Black;
	      border  : 1px solid #FF6600;
			color:White; 
			height:22px;
			background-color:#FF9E00;
			font-family:Trebuchet MS;
			font-size:small;
			font-style:normal;
}
