.sitenav {display: block; text-align: left; font-weight: bold; }
.sitenav a { display: block; color: #7a5732; padding: 2px; cursor: pointer; text-decoration: none; font-weight: bold;}
.sitenav a:link		{ color: #7a5732; cursor: pointer; font-weight: bold;}
.sitenav a:visited 	{ color: #7a5732; cursor: pointer; font-weight: bold; }
.sitenav a:hover	{ cursor: pointer; color: #CC0000; font-weight: bold;}
.sitenav a:active	{ color: #7a5732; cursor: pointer; font-weight: bold;}

/* for "on" buttons  */
.sitenav-on { display: block; text-align: left; font-weight: bold; }
.sitenav-on a {  color: #7a5732; padding: 2px; text-decoration: none; cursor: pointer; font-weight: bold;}
.sitenav-on a:link { color: #7a5732; cursor: pointer; font-weight: bold;}
.sitenav-on a:visited { cursor: pointer; text-decoration: none; font-weight: bold;}
.sitenav-on a:hover	{ cursor: pointer; text-decoration: none; font-weight: bold;}
.sitenav-on a:active { cursor: pointer; text-decoration: none; font-weight: bold;}