﻿
/* categories */

ul#categories {
	width: 200px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10px;
	font-weight: bold;
	background-color: #E600E6;
	font-family: Verdana;
}

ul#categories li {
	display: block;
	padding: 0px;
	line-height: 30px;
	height: 30px;
}

*> ul#categories li { margin-top: 0px; margin-bottom: 0px; }

ul#categories li a.current {
	text-decoration: none;
	background-color: #0094F7;
	padding-left: 20px;
}
ul#categories li a {
	margin: 0px;
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 20px;
	line-height: 30px;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	background: #E600E6 26px 12px;
	text-align: left;
	text-transform: uppercase;
	font-family: Verdana;
	font-weight: bold;
}
ul#categories li a:hover {
	text-decoration: none;
	background-color: #CCCCFF;
	color: #E600E6;
	font-weight: bold;
	padding-left: 20px;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #0094F7;
	text-align: left;
}

-->

