/* for "off" buttons  */
.navbar { display: inline; 	line-height: 25px; }
.navbar a {
	border:1px dotted #C5DC81; display: inline;
	line-height: 25px;
	color: #000000;
	background-color: #F9B948;
	padding: 3px;
	margin: 1px 0px;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	background-image: url(/ckinc/themes/multicustom/icons/nav_back_orange.gif);
	background-repeat: no-repeat; font-variant:small-caps 
}

.navbar a:link		{ color: #000000; cursor: pointer; }
.navbar a:visited 	{ color: #000000; cursor: pointer; }
.navbar a:hover		{ 	color: #FFFFFF; 
	background: #9edddf url(/ckinc/themes/multicustom/icons/nav_back_aqua.gif);
	background-repeat: no-repeat; cursor: pointer; }
.navbar a:active	{ color: #000000; background-color: #9edddf; cursor: pointer; }


/* for "on" buttons  */
.navbar-on { display: inline; line-height: 25px;}
.navbar-on a { border:1px dotted #C5DC81; color: #000000; 	
	line-height: 25px;	
	padding: 3px;
	margin: 1px 0px;
	background-image: url(/ckinc/themes/multicustom/icons/nav_back_pink.gif);
	background-repeat: no-repeat; 
	cursor: pointer; background-color:#F59BD6; font-variant:small-caps; font-size:12px; }
.navbar-on a:link { color: #000000; cursor: pointer; }
.navbar-on a:visited { color: #000000; cursor: pointer; text-decoration: none; }
.navbar-on a:hover	{ color: #330066; cursor: pointer; 	text-decoration: none; background-color:#F59BD6; }
.navbar-on a:active { color: #000000; cursor: pointer; text-decoration: none; }

.addnavtitle { text-indent: 8px; text-align: left; color: #333333; font-size: 12px; font-weight: bold; font-variant:small-caps }

.addnav { text-align: left; font-size: 11px; text-indent: 10px }
.addnav a {
	padding: 2px;
	text-indent: 12px;
	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; }