@charset "utf-8";
/* CSS Document */

ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.master, .master a, .master a:hover{
	background-color: #afcb51;
	font-size:12px;
	font-weight:bolder;
	color: #8b407f;
	padding-left: 2px;
	margin-top: 5px;
	text-decoration:none;
	font-variant:small-caps;
	display:block;
	cursor:pointer;
}

.subcat, .subcat a {
	font-size:14px;
	line-height: 22px;
	color: #f8bd28;
	padding-left: 5px;
	text-decoration:none;
	display:block;
	width: 100%;
}

.subcat a:hover {
	color: #f8bd28;
	line-height: 22px;
	padding-left: 5px;
	text-decoration:none;
	width: 151px;
	display:block;
	background-color:#79376e;
}