﻿body 
{
	font-family:Tahoma;
	font-size:10pt;
	color:#4a4a4a;
}

.MenuItemStyle
{
	text-align:center; 
    width:150px;       
}

.MenuHeaderRow
{
	background-image: url('MenuBar.jpg'); 
	background-repeat: repeat;
	background-color: #636363;
}


.MenuItemHyperlink
{
	text-align:center;
	border-style:ridge;
	border-width:1px;
}
 
a 
{
	color:#773377;
	position:relative;
    top: 0px;
    left: 2px;
}

a:hover 
{
	color:Purple;
}
 
a span 
{
	display:none;
  }
  
a:hover span
{
	position:absolute;
	top: 0px;
	left: 20px;
	width: 140px;
	display:block;
	background: #fdd;
	border: 1px solid purple;
}


.PurpleLink 
{
	color:Purple;
}

.MenuItemStaticClass
{
	text-align:center;
}

.MenuItemHoverClass
{
	text-align:center;
	background-image: url(Images/MenuButtonHover.gif);
}