/* for "off" buttons  */
.spacer {
margin-top: 10px;
}
.navbar {
	display: block;
	text-indent: 0px;
}
.navbar a {
	display: block;
	color: #FFFFFF;
	padding: 0px;
	cursor: pointer;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	text-transform: none;
	font-variant: small-caps;
}

.navbar a:link		{ color: #FFFFFF; cursor: none; }
.navbar a:visited 	{ text-indent: 10px; color: #FFFFFF; cursor: none; }
.navbar a:hover		{
	color: #FF9900;
	background: none;
	cursor: none;
	font-weight: bold;
}
.navbar a:active	{ color: #FFFFFF; }


/* for "on" buttons  */
.navbar-on a {
	display: block;
	color: #FFFFFF;
	padding: 0px;
	cursor: pointer;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	border-top-style: none;
	border-top-width: thin;
	width: auto;
	height: auto;
}
.navbar-on a:link {
	color: #FFFFFF;
	cursor: none;
}


.navbar-on a:visited {
	cursor: none;
	text-decoration: none;
	text-indent: 10px;
}
.navbar-on a:hover	{
	cursor: none;
	text-decoration: none;
}
.navbar-on a:active {
	cursor: none;
	text-decoration: none;
}

/* subnav off */
.subnav  { 
	font-size: 10px; 
	text-indent: 18px;
	display: block;
	width: 140px;
	color: #003366;
	background: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
.subnav a { 
	font-size: 10px; 
	text-indent: 18px;
	display: block;
	width: 140px;
	color: #003366;
	background: #FFFFFF;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}
.subnav a:hover {
	font-size: 10px;
	text-indent: 18px;
	display: block;
	width: 140px;
	color: inherit;
	background: #ffffff;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	background-color: #D8DEE7;
}



/* subnav on */
.subnav-on a { 
	display: block;
	width: 140px;
	background-color: #FFFFE6;
	color: inherit;
	font-size: 10px; 
	text-indent: 18px;
	border: 0px; 
	padding: 0px; 
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}



/* subnav off */
.subnav2  { 
	font-size: 10px; 
	text-indent: 24px;
	display: block;
	width: 140px;
	color: #003366;
	background: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
.subnav2 a { 
	font-size: 10px; 
	text-indent: 24px;
	display: block;
	width: 140px;
	color: #003366;
	background: #FFFFFF;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}
.subnav2 a:hover { 
	font-size: 10px; 
	text-indent: 24px;
	display: block;
	width: 140px;
	color: inherit;
	background: #D8DEE7;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}



/* subnav on */
.subnav2-on a { 
	display: block;
	width: 140px;
	background-color: #FFFFE6;
	color: inherit;
	font-size: 10px; 
	text-indent: 24px;
	border: 0px; 
	padding: 0px; 
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}



.subnavmore  { 
	font-size: 10px; 
	text-indent: 100px;
	display: block;
	width: 140px;
	color: #ffffff;
	background: #FFFFFF;
	text-align: right;
	text-decoration: none;
}


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


/* for "off" buttons  */
#navbar-horiz div { display: inline; line-height: 21px; }
#navbar-horiz a			{ border: none; 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: none; background-color: #ff6633; color: #660066; 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; }

