*
{
margin: 0;
padding: 0;
}




.menudiv 
{  
text-align: center;
}



a.menu
{
 background-image: url(images/middleblack.gif);
 background-position: top left;
 background-repeat: repeat-x;
color: white;
padding-right: 20px;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 15px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 21px;
} 

a.left 
{
background-image: url(images/leftblack.gif);
background-position: top right;
background-repeat: no-repeat;
padding-left:10px;
padding-top: 10px;
padding-bottom: 15px;

text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 21px;

}

a.right 
{
background-image: url(images/rightblack.gif);
background-position: top left;
background-repeat: no-repeat;
padding-right:10px;
padding-top: 10px;
padding-bottom: 15px;

text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 21px;

}
a.gap
{
background-image: url(images/gapblack.gif);
background-position: top right;
background-repeat: no-repeat;
padding-left:0px;
padding-top: 10px;
padding-bottom: 15px;

text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 21px;

}


.menudiv a:hover
{
color:black;
}

