@charset "utf-8";
/* CSS Document */
h1.invalidmatch {
text-indent: -9999px;
background-image:url(http://www.aylesburyunitedfc.co.uk/images/titles/invalidmatch.gif);
height: 20px;
margin: 0;
}
h1.nextmatch {
text-indent: -9999px;
background-image:url(http://www.aylesburyunitedfc.co.uk/images/titles/nextmatch.gif);
height: 20px;
margin: 0 0 15px 0;
}
h1.lastmatch {
text-indent: -9999px;
background-image:url(http://www.aylesburyunitedfc.co.uk/images/titles/lastmatch.gif);
height: 20px;
margin: 0 0 15px 0;
}
h1.futurematches {
text-indent: -9999px;
background-image:url(http://www.aylesburyunitedfc.co.uk/images/titles/futurematches.gif);
height: 20px;
margin: 0 0 15px 0;
}
h1.matchreports {
text-indent: -9999px;
background-image:url(http://www.aylesburyunitedfc.co.uk/images/titles/matchreports.gif);
height: 20px;
margin: 0 0 15px 0;
}
.matchmenu{
padding: 0;
border-bottom: 3px solid #CCC; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
height: 23px;
margin-top: 20px;
font-size: 10px;
}

.matchmenu ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.matchmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.matchmenu a{
float: left;
display: block;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #666; /*Brown color theme*/ 
border-bottom: 1px solid white;
}

.matchmenu a:hover{
background-color: #CCC; /*Brown color theme*/ 
color: #333;
}

.matchmenu a.selected{ /*currently selected tab*/
background-color: #CCC; /*Brown color theme*/ 
color: #333;
border-color: #CCC; /*Brown color theme*/ 
}
