/* for "off" buttons  */
.spacer {
margin-top: 10px;
}
.navbar a {
	display: block;
	width: 140px;
	color: #7a5732;
	border:none;
	background-color: #fdd8e5;
	margin-left: 3px;
	margin-right: 3px;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;

}

.navbar a:link		{ font-weight: bold; color: #7a5732;}
.navbar a:visited 	{ font-weight: bold; color: #7a5732;}
.navbar a:hover		{ font-weight: bold; background: #fdd8e5;}
.navbar a:active	{ font-weight: bold; color: #7a5732; background-color: #fdd8e5; cursor: pointer; }


/* for "on" buttons  */
.navbar-on a { 
	font-weight: bold;
	display: block;
	width: 140px;
	color: #7a5732;
	border: none;
	background: #fdd8e5;
	margin-left: 3px;
	margin-right: 3px;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}
.navbar-on a:link {
	font-weight: bold;
	color: #7a5732;
}


.navbar-on a:visited {
	color: #7a5732;
	font-weight: bold;
	background-color: #fdd8e5;
	text-decoration: none;
}
.navbar-on a:hover	{
	font-weight: bold;
	text-decoration: none;
}
.navbar-on a:active {
	color: #7a5732;
	font-weight: bold;
	background-color: #fdd8e5;
	text-decoration: none;
}

/* subnav off */
.subnav  { 
	font-size: 14px; 
	text-indent: 18px;
	display: block;
	width: 140px;
	color: #7a5732;
	background: #fdd8e5;
	text-align: left;
	text-decoration: none;
}
.subnav a { 
	font-size: 14px; 
	text-indent: 18px;
	display: block;
	width: 140px;
	color: #7a5732;
	background: #fdd8e5;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}
.subnav a:hover {
	font-size: 14px;
	text-indent: 18px;
	display: block;
	width: 140px;
	color: #336699;
	background: #fdd8e5;
	text-align: left;
	text-decoration: none;
	background-color: #fdd8e5;
}



/* subnav on */
.subnav-on a { 
	display: block;
	width: 140px;
	background-color: #fdd8e5;
	color: #7a5732;
	font-size: 14px; 
	text-indent: 18px;
	border: 0px; 
	padding: 0px; 
	text-align: left;
	text-decoration: none;
}



/* subnav off */
.subnav2  { 
	font-size: 14px; 
	text-indent: 24px;
	display: block;
	width: 140px;
	color: #7a5732;
	background: #fce7ef;
	text-align: left;
	text-decoration: none;
}
.subnav2 a { 
	font-size: 14px; 
	text-indent: 24px;
	display: block;
	width: 140px;
	color: #7a5732;
	background: #fce7ef;
	text-align: left;
	text-decoration: none;
}
.subnav2 a:hover { 
	font-size: 14px; 
	text-indent: 24px;
	display: block;
	width: 140px;
	color: #336699;
	background: #fce7ef;
	text-align: left;
	text-decoration: none;
}



/* subnav on */
.subnav2-on a { 
	display: block;
	width: 140px;
	background-color: #fce7ef;
	color: #7a5732;
	font-size: 14px; 
	text-indent: 24px;
	border: 0px; 
	padding: 0px; 
	text-align: left;
	text-decoration: none;
}



.subnavmore  { 
	font-size: 14px; 
	text-indent: 100px;
	display: block;
	width: 140px;
	color: #7a5732;
	background: #fce7ef;
	text-align: left;
	text-decoration: none;
}


#navbar-horiz {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}


/* for "off" buttons  */
#navbar-horiz div { display: inline; line-height: 21px; }
#navbar-horiz a			{ border: 1px solid #333333; padding: 2px; }
#navbar-horiz a:link		{ color: #003399; text-decoration: none; }
#navbar-horiz a:visited 	{ color: #330099; text-decoration: none; }
#navbar-horiz a:hover		{ border: 2px outset #666666; background-color: #f7f7ff; color: #3366cc; text-decoration: none; padding: 1px; }
#navbar-horiz a:active	{ color: #FFCC33; text-decoration: none; }


/* for "on" buttons  */


#navbar-horiz span { display: inline; line-height: 21px; }
#navbar-horiz span a			{ border: 2px inset #333333; font-size: 14px; background-color: #cccccc; color: #330033; text-decoration: none; padding: 0px; }
#navbar-horiz span a:link		{ font-size: 14px; background-color: #cccccc; color: #330033; text-decoration: none; padding: 0px; }
#navbar-horiz span a:visited	{ font-size: 14px; background-color: #cccccc; color: #330033; text-decoration: none; padding: 0px; }
#navbar-horiz span a:hover	{ border: 2px inset #333333; font-size: 14px; background-color: #cccccc; color: #330033; text-decoration: none; padding: 0px; }
#navbar-horiz span a:active	{ font-size: 14px; background-color: #cccccc; color: #330033; text-decoration: none; padding: 0px; }


#horizontal-subcats { display: block; width: 140px; background-color: #cccccc; }

