﻿    #myMenu 
	{ 
  		width: 150px;
  		height:24px;
  		
	}


	#myMenu a 
	{
		width:150px;
		height:24px;
  		display: block;
  		text-align:center;
  		
	}
	#myMenu a:link 
	{
  		background-image: url(webimages/buttonbackground.jpg);
   		font-family: Times New Roman;
		color: #f7d0a3; 
		text-decoration: none; 
		font-Size:15px;
		font-style:normal; 
		font-weight:bold;
  		padding-left: 0px;
  		padding-top: 3px;
  		padding-bottom: 3px;
  		border-bottom:solid 2px #620201;
  		text-align:center;
	}

	#myMenu a:visited 
	{
  		background-image: url(webimages/buttonbackground.jpg);
  		color: #f7d0a3;
  		font-family: Times New Roman;
		text-decoration: none; 
		font-Size:15px;
		font-style:normal;
		font-weight:bold;
		padding-left: 0px;
  		padding-top: 3px;
  		padding-bottom: 3px;
  		border-bottom:solid 2px #620201;
        text-align:center;
	}

	#myMenu a:hover 
	{
  	    background-image: url(webimages/buttonbackgroundhover.jpg);
   		font-family: Times New Roman;
		color: #620201;
		text-decoration: none; 
		font-Size:15px;
		font-style:normal; 
		font-weight:bold;
		padding-left: 0px;
  		padding-top: 3px;
  		padding-bottom: 3px;
  		border-bottom:solid 2px #620201;
        text-align:center;
	}
		#myMenu a:active 
	{
  	    background-image: url(webimages/buttonbackgroundhover.jpg);
   		font-family: Times New Roman;
		color: #f7d0a3;
		text-decoration: none; 
		font-Size:15px;
		font-style:normal; 
		font-weight:bold;
		padding-left: 0px;
  		padding-top: 3px;
  		padding-bottom: 3px;
  		border-bottom:solid 2px #620201;
        text-align:center;
	}
	    .selectedlink {background-image: url(webimages/buttonbackgroundhover.jpg);
   		font-family: Times New Roman;
		color: #620201;
		text-decoration: none; 
		font-Size:15px;
		font-style:normal; 
		font-weight:bold;
		padding-left: 0px;
  		padding-top: 3px;
  		padding-bottom: 3px;
  		border-bottom:solid 2px #620201;
        text-align:center;
        width:150px;
		height:24px;
  		display: block;
  		text-align:center;
        } 
        

