/* for "off" buttons  */
.navbar { display: inline; 	line-height: 25px; }
.navbar a {
	display: inline;
	line-height: 35px;
	color: #000000;
	border-width: 0px 0px 0px 0px;
	border-style: outset;
	border-color: #C0B99A;
	background-color: #FFFFFF;
	padding: 3px;
	margin: 1px,0px,1px,0px;
	text-align: left;
	cursor: pointer;
	text-decoration: none;

}

.navbar a:link		{ color: #591F00; cursor: pointer; }
.navbar a:visited 	{ color: #591F00; cursor: pointer; }
.navbar a:hover		{ 	color: #DD9BA5; }
.navbar a:active	{ color: #591F00; cursor: pointer; }


/* for "on" buttons  */
.navbar-on { display: inline; line-height: 25px;}
.navbar-on a { color: #FFFFFF;
	line-height: 35px;
	padding: 5px;
	margin: 1px,0px,1px,0px;
	border-width: 0px 0px 0px 0px;
	border-style: outset;
	border-color: #C0B99A;
	cursor: pointer; }
.navbar-on a:link { color: #591F00; cursor: pointer; }
.navbar-on a:visited { color: #591F00; cursor: pointer; text-decoration: none; }
.navbar-on a:hover	{ color: #DD9BA5; cursor: pointer; 	text-decoration: none; }
.navbar-on a:active { color: #591F00; cursor: pointer; text-decoration: none; }

.addnavtitle { text-indent: 0px; text-align: left; color: #591F00; font-size: 12px; font-weight: bold; }

.addnav { text-align: left; font-size: 11px; text-indent: 3px; }
.addnav a {
	padding: 4px;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
}

.addnav a:link		{ text-align: left; }
.addnav a:visited 	{ text-align: left; }
.addnav a:hover		{ text-align: left; }
.addnav a:active	{ text-align: left; }
