.showsubcats {
    /*margin-bottom:10px;*/
    margin-left:auto;
    margin-right:auto;
    margin-top:7px;
    padding-top:7px;
    width:960px;
    background:url(../images/horiz-dash.png) 0 0 repeat-x;
}

.showsubcats div.title {	
	font-size: 9pt;	
	height: 22px;
	margin: 0;
	padding: 5px 0 0 8px;	
	/* display:inline-block; */
	display:none;
	width: 170px;
	height: 22px;
}

.showsubcats div.title strong {
    font-weight: bolder;
}

.showsubcats .subcat {	
	color: #917f68;
	font-size: 12px;
	font-weight: normal;
	line-height:16px;
	padding-right: 11px;
	margin-left: 0px;
	white-space: nowrap;
}

.showsubcats .subcat:hover { 
    color:#54301a;
}

.showsubcats ul { 
	text-align:left;
}

.showsubcats ul li {
	display: inline;
}

.showsubcats ul li.current-subcat {
	color:#54301a !important;
	
}
.showsubcats .current-subcat a {
color:#54301A !important;
}
.showsubcats .subcat a,
.showsubcats .subcat a:hover {
	text-decoration: none !important;
}

