/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar-left {
	float: left;
	display: inline;
	width: 270px;
	margin: 30px 20px 0 0;
}

.sidebar .listcontainer {
	width:270px;
	padding: 0 0 20px 0;
}

.listcontainer  h3 {
	color:#FFFFFF;
	font-size:15px;
	height:37px;
	line-height:37px;
	background:url(../images/sb_top.gif) no-repeat;
	padding-left:10px;
	margin:0;
	text-transform: uppercase;
}

.listcontainer  ul {
	margin: 0;
	list-style-type: none;
}

.listcontainer .top {
	position: absolute;
	top: 0;
	left: 0;
	margin:37px 0 0 7px;
	width: 256px;
	height: 4px;
	line-height:4px;
	background: url("../images/sb_top_crnr.png") no-repeat !important;
	background: url("../images/sb_top_crnr.gif") no-repeat;
}

.sidebar .listcontainer .bottom {
	position: absolute;
	width: 270px;
	height: 12px;
	line-height:12px;
	margin-top:-6px;
	background: transparent url("../images/sb_bot.png") no-repeat !important;
	background: transparent url("../images/sb_bot.gif") no-repeat;
	overflow:hidden;
	
}

.listcontainer .bottomLink {
	position: absolute;
	width: 270px;
	height: 24px;
	line-height:24px;
	margin-top:-2px;
	text-align:right;
	color:#FFFFFF;
	text-transform: uppercase;
	font-size:11px;

}

.listcontainer .bottomLink a {
	float:right;
	display:block;
	background:url(../images/sb_backlink_left.gif) top left no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	overflow:hidden;
}

.listcontainer .bottomLink a span {
	display:block;
	background:url(../images/sb_backlink_right.gif) top right no-repeat;
	padding:0 12px 0 14px;
}

.listcontainer ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	line-height:15px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.listcontainer ul li a:link, .listcontainer ul li a:visited, .listcontainer ul li a:active {
	display: block;
	padding: 10px 25px 10px 20px;
	color: #666;
	text-decoration: none;
	background: url("../images/sb_mid.gif") repeat-y 0 50%;
	border-bottom:2px solid #3D5B99;
}

.listcontainer ul li a:hover {
	color: #333333;
	text-decoration: none;
	background: url("../images/sb_mid.gif") repeat-y -270px 50%;
}


