

#sidebar{
	border: none;
	width: 125px;
	height: 100%;
/*	left: 50px; */
	text-align: left;
	position: absolute;
	background:  #F3F8F8;
	top: 0;
}

#transparent-border{
	background: black;
	filter: alpha(opacity=02);
	opacity: 0.02;
	right: 0;
	height: 100%;	
	position: absolute;
	width: 6px;
	top: 0;
}


#fixed-sidebar{
	left:0;
	padding-top:0;
	position:absolute;
	text-align:left;
	top:-24px;
	z-index:10;
}


.sidebar{
	left:0;
	min-height:500px;
	height: 100%;
	text-align:left;
/*	top:100px; */
	width:250px;
	z-index:100;
	border-style:solid;
	border-width:0 2px 0 0;
	height:100%;
/*	-moz-box-shadow: 0 0 1em #AAAAAA */

}

.sidebar a:hover{
	color: black;
	text-decoration: none;
}

ul{
/*	margin-left:; */
	padding: 0;
	padding-left: 10px;
}
.sidebar ul{
	margin: 0;
	padding: 0;
}
.sidebar h3{
	color:#989898;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	margin:0 0 0 25px;
	padding:5px 0 1px;
}

.sidebar .sidebar-item {
	border-style:solid;
	border-width:0 3px 0 0;
	margin-bottom:5px;
	padding-left:20px;
	padding-top:2px;
	text-align:left;
	width:220px;
	
}
.sidebar .sidebar-upcoming{
	background: #FFF;
	border-color:#cacaca;
/*	background:url("images/RuleHome/hash.png") no-repeat 225px center  #FFF; */
}

.sidebar .sidebar-previous{
	background-color: white;
	border-color:#f5d46d;
/*	background:url("images/RuleHome/check.png")  no-repeat 225px center white; */
}

.sidebar-text{
	padding-right: 15px;
}

.sidebar .sidebar-current{
	background-color: #f5d46d;
	border-color:#efb132;
	border-width: 0 4px 0px 0;	
/*	background:url("images/RuleHome/o.png")  no-repeat 225px center #f5d46d; */
	
}
.sidebar-item a{
	padding-right: 5px;
}
.sidebar .sidebar-current a{
	color: black !important;	
	font-weight: bold;
}

.single #sidebar{
	left: -250px;	
}