#menu ul{
//margin:4px;
padding:0;
position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 979px;
background-image: url('images/colourband.gif');
height:60px;
background-color: #faedbc;
}

#menu li{
display:inline;
list-type:none;
height: 60px; /* height of each button */
}

a.glidebutton, .glidebutton{
margin:18px 3px;
display: inline-block;
position: relative;
color: #ffffff; /* default color */
text-decoration: none;
font: bold 20px Arial; /* font settings */
letter-spacing: 1px; /* font settings */
overflow: hidden;
text-align: center;
}


a.glidebutton:hover{
color: #1b7c6f; /* color of button on hover */
}

.glidebutton_sel{
color: #b39585;
margin:18px 4px;
display: inline-block;
position: relative;
text-decoration: none;
font: bold 20px Arial; /* font settings */
letter-spacing: 2px; /* font settings */
overflow: hidden;
text-align: center;
}

