#menu
{
	position: relative;
	margin: 0px;
	left: 0px;
	display: block;
	width: 195px;
	text-align: left;
	text-indent: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#menu a.button1, #menu a.button1:visited
{
    display: block;
    width: 195px;
    height: 25px;
    background-color: #D5CD25;
    color: #000;
    line-height: 25px;   
    text-decoration: none;
}
#menu a.button1:hover
{
    background-color: white;
    line-height: 25px;
    overflow: hidden;
}
#menu a.button1:active
{
    background-color: white;
}

#menu a.button2, #menu a.button2:visited
{
    display: block;
    width: 195px;
    height: 25px;
    background-color: #EBE955;
    color: #000;
    line-height: 25px;
    text-decoration: none;
}
#menu a.button2:hover
{
    background-color: white;
    line-height: 25px;
    overflow: hidden;
}
#menu a.button2:active
{
    background-color: white;
}

#menu a.selbutton
{
    display: block;
    width: 195px;
    height: 25px;
    background-color: white;
    color: #000;
    line-height: 25px;  
    text-decoration: none;
}

#menu a.divider
{
    display: block;
    width: 195px;
    height: 145px;
    background-color: #D5CD25;
    line-height: 60px;
}
