/* CSS Document */

#cat {
	margin: 0;
	padding: 0;
}
	
#cat ul {
	list-style-type: none;
	text-align: center;
}

/* new */

.catn ul li a {
	color: #333333;
}

.catora:link, .catora:visited {
	color: #333333;
	text-decoration: underline;
}
.catpur:link, .catpur:visited {
	color: #666666;
}
/* new */

#cat ul li {
	display: block;
	margin: 0;
	text-align: center;
	color: #333333;
}

#cat ul li a {
	display: block;
	margin: 0;
	width: auto;
	color: #333333;
	border-top-color: #F6E9CC;
	border: solid #F6E9CC 1px;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	background-color: #FFCC66;
}

html>#cat ul li a  {
	font-size: 0.85em;
} 

#cat ul li a:hover {
	color: #FFFFFF;
	border-top-color: #F6E9CC;
	border: solid #F6E9CC 1px;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	background-color: #AC9D9D;
}

.cat2 a:link, .cat2 a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.cat2 a:hover, .cat2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7F7F53;
}	

#cat2 {
	margin: 0;
	padding: 4px 4px 4px 4px;
	font-size: 0.9em;
	line-height: 130%;
	margin-bottom: 6px;
	border: solid #CCCCCC 1px;
	color: #333333;
}

#cat2ind {
	padding: 4px 4px 4px 4px;
	font-size: 0.9em;
	line-height: 130%;
	margin-bottom: 6px;
	border: solid #CCCCCC 1px;
	color: #333333;
	margin-left: 12px;
	margin-top: 12px;
}

#cat2nb {
	margin: 0;
	padding: 4px 2px 4px 2px;
	font-size: 0.9em;
	line-height: 160%;
	margin-bottom: 6px;
}
html>#cat2  {
	font-size: 0.9em;
	color: #999999;
} 

.activen {
	background-color: #FFFFFF;
	border: solid #FF9900 1px;
}
.activeb {
	border: solid #333333 1px;
	background-image: url(../images/brown1.gif);
	background-repeat: repeat;
}
.activeg {
	border: solid #336633 1px;
	background-image: url(../images/green1.gif);
	background-repeat: repeat;
}
.activef {
	border: solid #333333 1px;
	background-color: #CCCD0C;
}
.inactive {
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	border: solid #CCCCCC 1px;
}
