﻿.sidebar {
	float: left;
	width: 214px;
	height: 840px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D4D4D4;
}
.sidebar .box {
	height: 209px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
}
.sidebar .box2 {
	height: 210px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	background-image: url(../bg/lattice_bg.gif);
}
.sidebar .box h3.categories{
	background-image: url(../bg/categories_title.gif);
	background-repeat: no-repeat;
	height: 18px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.sidebar .box ul{}
.sidebar .box ul li{
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	padding-left: 10px;
}
.sidebar .box ul li small{
	font-size: 11px;
}
.sidebar .box ul li a{
	color: #666;
	display: block;
	background-image: url(../bg/arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.sidebar .box ul li a.current{
	color: #FF6600;
	background-position: right bottom;
}
.sidebar .box ul li a:hover{
	color: #FF9900;
	background-position: right bottom;
}
a.location
{
	color:#FFF;
	text-decoration:none;
}
a.location:hover
{
	color:#FFCC00;
	text-decoration:none;
}