body {
  background: #000;
  background-image: url(../images/bg_site.gif);
  margin: 0px;
  padding: 5px;
  font-family: georgia;
  }
  
  
.subcategory {
	width: 156px;
	padding: 0px;
}

.subcategory ul {
	margin: 0;
	padding: 3px;
	list-style-type: none;
	width: 100%;
	background-color: #82589a;
	text-align: left;
}


.subcategory a {
	display: block;
	padding: 0 0 0 0px;
	width: 100%;
	color: #a30021;
	line-height: 1.5em;
	height: 20px;
	font-size: 12px;
	font-weight:bold;
	font-family: arial;
	background-color: #82589a;
	text-decoration: none;
	border-bottom: 1px dashed #acabab;
}

.subcategory a:link, .navlist a:visited {
	color: #fff;
	text-decoration: none;
}

.subcategory a:visited {
	color: #e5d4ee;
	text-decoration: none;
	font-weight:bold;
}


.subcategory a:hover {
	background: #f3dc63;
	color: #000;
}

.subcategory_selected {
	background: #f3dc63;
	color: #000;
	display:block;
}