﻿#Scroller-Menu-Container
{
	position: relative;
	width: 250px;
	height: 270px;
}

#Scroller-Menu-Content
{
	position: absolute;
	width: 250px;
	height: 270px;
	overflow: hidden;
}

#Scroller-Menu-Container .Scroller-Container
{
	position: absolute;
	top: 0;
	left: 0;
}

#Scroller-Menu-Scrollbar
{
	position: absolute;
	left: 270px;
	top:0;
}

#Scroller-Menu-Container .Scrollbar-Up, .Scrollbar-Up-Pressed
{
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #333;
	font-size: 0px;
}

#Scroller-Menu-Container .Scrollbar-Down, .Scrollbar-Down-Pressed
{
	position: absolute;
	top: 450px;
	width: 10px;
	height: 10px;
	background-color: #333;
	font-size: 0px;
}

#Scroller-Menu-Container .Scrollbar-Track, .Scrollbar-Track-Pressed
{
	width: 10px;
	height: 280px;
	position: absolute;
	top: 0px;
	background-color: #D8D8D8;
}

#Scroller-Menu-Container .Scrollbar-Track-Pressed
{
	background-color: #333;
}

#Scroller-Menu-Container .Scrollbar-Handle, .Scrollbar-Handle-Pressed
{
	position: absolute;
	width: 10px;
	height: 30px;
	background-color: #666;
}