/* for "off" buttons  */
.navbar { display: inline; 	line-height: 25px; }
.navbar a {
	display: inline;
	line-height: 25px;
	color: #000000;
	padding: 3px;
	margin: 1px;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	background: #B18F07 url(../icons/bg_catnav.jpg) repeat-x;
}

.navbar a:link		{ color: #000000; cursor: pointer; }
.navbar a:visited 	{ color: #000000; cursor: pointer; }
.navbar a:hover	{
	color: #F8D034;; 
	cursor: pointer;
	background: #B18F07 url(../icons/bg_catnav_on.jpg) repeat-x;
}

.navbar a:active	{
	color: #000000;
	background: #B18F07 url(../icons/bg_catnav_on.jpg) repeat-x;
	cursor: pointer; }


/* for "on" buttons  */
.navbar-on { display: inline; line-height: 25px;}
.navbar-on a { 
	color: #000000; 	
	line-height: 25px;	
	padding: 3px;
	margin: 1px 0px;
	background: #B18F07 url(../icons/bg_catnav_on.jpg) repeat-x;
	border: 1px solid #F8D034;
	cursor: pointer; }
.navbar-on a:link { color: #000000; cursor: pointer; }
.navbar-on a:visited { color: #000000; cursor: pointer; text-decoration: none; }
.navbar-on a:hover	{ color: #000000; cursor: pointer; 	text-decoration: none; }
.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; }

.addnav { text-align: left; font-size: 10px; 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; }
