.navcontainer
{
}
.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	font-size: 1.1em;
	height: 20px; 
	color: #8C132A;
	margin: 0 0 0 0px; 
	background: #FFDD00;
}
	
	.bar li { 
		margin: 0; 
		padding: 0px 12px 2px 12px;
		color: #999999;
		background: #FFDD00;
		float: left; 
	}
	
	.bar li.active { 
		color: #8C132A;
		background: #F6A924 no-repeat center top; 
		font-weight: bold;
		padding: 0px 10px 2px 10px;
	}	
	
	.bar li a { 
		font-weight: bold;
		color: #8C132A; 
		background: inherit;
		text-decoration: none;
		padding: 0px 0px 2px 0px;
	} 
	
	.bar li:hover {
		color: #8C132A; 
		background: #F6A924 no-repeat center top; 
	} 
