.lnav {
    line-height: 300%;
    text-align: left;
    padding-top: 10px;
    position: relative;
    left: -15px;

}


#buttons {
    line-height: 200%;
    text-align: left;
    text-indent: 30px;
    padding-top: 10px;
    position: relative;
    left: -25px;
    text-align: center;
	font-size: 16px;
    color: #A36544;
    }

#buttons a:link    {color: #666666; font-weight: bold; font-size: 11px; text-align: left; background-color: transparent; text-decoration: none;}
#buttons a:visited {color: #666666; font-weight: bold; font-size: 11px; text-align: left; background-color: transparent; text-decoration: none;}
#buttons a:hover   {color: #FF0000; font-weight: bold; font-size: 11px; text-align: left; background-color: transparent; text-decoration: none;}

#buttons .subtext a:hover {
    color: orange;
    }

.roll1 {
    display:block;
    height:30px;
    width:100px;
    width:100%;
    background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    margin: 0;
    background-image:url('../images/roll_r.png');
}

.roll1:hover {
    background-image:url('../images/roll_a.png');
}

.roll3 {
    background-image:url('../images/roll_a.png');
}

.roll2 {
    display:block;
    height:30px;
    width:100px;
    width:100%;
    background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    margin: 0;
    background-image:url('../images/roll_g.png');
}

.butt {
/*
    display:block;
    height:30px;
    width:100px;
    width:100%;
*/
    background-repeat: no-repeat;
    background-image:url('../images/butt_off.png');
}

.butt {
    background-image:url('../images/butt_on.png');
}

/*
.submenu li {
    font-size: 100px;
    color: green;
}
*/

.subtext {
    text-align: left;
}

