#scrollbar-contents {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	background: #ddd;
	overflow: hidden;
}

.scrollbar-contents-show {
	width: 7em;
}	
.scrollbar-contents-hide {
	width: 2em;
}

#scrollbar-contents ul {
	list-style-type: none;
	margin: -1px 0 0 0;
	padding: 0;	
}

#scrollbar-contents ul ul {
	margin: 0;
}

#scrollbar-contents li {
	margin: 0;
	padding: 0;
}

#scrollbar-contents a {
	display: block;
	padding: 0;
	margin: 0;
}
	
#scrollbar-contents span {
	width: 100%;
}	
	
#scrollbar-contents span a {
	height: 100%;
}

#scrollbar-contents a,
#scrollbar-contents a:active {
	text-decoration: none;
	background-color: #ddd;
	outline: none;
}

#scrollbar-contents a:hover,
#scrollbar-contents a:focus {
	background-color: #eee;
}
	
#scrollbar-contents li a {
	border-top: #fff 1px solid;
}

#scrollbar-contents .current a,
#scrollbar-contents .current a:active,
#scrollbar-contents .current a:hover,
#scrollbar-contents .current a:focus {
	background-color: #000;
	color: #fff;
}





/* ---------- Edit this ---------- */


/*  P O S I T I O N I N G  */

.scrollbar-contents-show {
	width: 7em; /* Width of the bar when visible */
}	
.scrollbar-contents-hide {
	width: 2em; /* Width of the bar when hidden */
}


/*  A P P E A R A N C E  */

#scrollbar-contents,
#scrollbar-contents a {
	background-color: #f0e8db;
}

#scrollbar-contents a,
#scrollbar-contents a:active {
	font-weight: bold;
	padding: 0.4em 10px;
	color: #b60000;				
}

#scrollbar-contents a:hover,
#scrollbar-contents a:focus {
	background-color: #f8f4ed;
}

#scrollbar-contents li a {
	border-color: #afa492;
}

#scrollbar-contents .current a,
#scrollbar-contents .current a:active,
#scrollbar-contents .current a:hover,
#scrollbar-contents .current a:focus {
	background-color: #b60000;
	color: #fff;
}