@CHARSET "UTF-8";

/* `Containers
---------------------------------*/
.leftSidebar #categoryList {
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #fff;
}

.leftSidebar #categoryList ul {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	list-style: none;
	margin: 0;
}

.leftSidebar #categoryList ul a:hover {
	color: #fff;
	background: url(img/nav-h.gif) repeat-x center center;
}

.leftSidebar #categoryList ul {
	line-height: 2em;
}

.leftSidebar #categoryList ul li {
	margin: 0;
}

.leftSidebar #categoryList ul li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ecebe1;
}

.leftSidebar #categoryList ul li a.active:hover,.leftSidebar #categoryList ul li a.active:visited,.leftSidebar #categoryList ul li a.active
	{
	color: #fff;
	background: url(img/nav-h.gif) repeat-x center center;
	background-color: #F2F5F7;
}

.leftSidebar #categoryList ul li a.last {
	border-bottom: none;
}

.leftSidebar #categoryList h2 {
	text-transform: uppercase;
	margin: 0;
}