/* for "off" buttons  */
.spacer {
margin-top: 10px;
}
.navbar a {
	display: block;
	width: 140px;
	color: #003366;
	border: 1px outset #CCCCCC;
	background-color: #D8DEE7;
	margin-left: 3px;
	margin-right: 3px;
	text-indent: 10px;
	text-align: left;
	cursor: pointer;
	text-decoration: none;

}

.navbar a:link		{ color: #003399; cursor: pointer; }
.navbar a:visited 	{ color: #330099; cursor: pointer; }
.navbar a:hover		{ background: #F2F9BB url(/ckinc/themes/default_vertical/arrow.gif) no-repeat left; cursor: pointer; }
.navbar a:active	{ color: #000000; background-color: #D8DEE7; cursor: pointer; }


/* for "on" buttons  */
.navbar-on a { 
	display: block;
	width: 140px;
	color: #003366;
	border: 1px inset #CCCCCC;
	background: #D8DEE7 url(/ckinc/themes/default_vertical/arrow.gif) no-repeat left;
	margin-left: 3px;
	margin-right: 3px;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}
.navbar-on a:link {
	color: #003366;
	cursor: pointer;
}


.navbar-on a:visited {
	cursor: pointer;
	text-decoration: none;
}
.navbar-on a:hover	{
	cursor: pointer;
	text-decoration: none;
}
.navbar-on a:active {
	background-color: #7583a2;
	cursor: pointer;
	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: #993300;
	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: 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; }


