.catink {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	#color: blue;
	font-weight: normal;
	text-decoration: none;
}
.optiontitle {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : red;
	border-bottom: 1px dashed #000000;
	font-weight: bold;
}

/* listing css */
.listbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-collapse: collapse;
}

.listbl td {
 	/* border: 1px solid #CEE7F7; */
}

.listbl a {
 	text-decoration: none;
}

.title_bar {
	background-color: #CEE7F7;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	alignment:center;
}

.inactive {
	padding: 3px;
	background: #FFFBFF;
	color: #000000;
}

.active {
	padding: 3px;
	background: #CEF7F7;
	color: #000000;
}

.active a {
	color: blue;
}

.inactive a {
	color: blue;
}

/* end listing css */

.pronav {
 width: 100%;
 font-family: verdana, Helvetica, sans-serif;
 font-size:12px;
}
.pronav ul {
 list-style: none;
 margin: 0;
 padding: 0;
 padding-left: 5px;
}
.pronav li {
}
.pronav li a:link, .pronav li a:visited  {
 display: block;
 width: 200px;
 padding: 2px 2px 2px 15px;
 /* background: url(imgcss/sitemap1.gif) 0 50% no-repeat;*/
 color: #0033CC;
 text-decoration: none;
 font-weight:normal;
}
.pronav li a:hover {
 background: url(imgcss/cat_icon.gif) 0 50% no-repeat;
}
.pronav ul ul {
 margin-left: 16px;
}

