.menu-container {
	text-decoration: none;
	position: absolute;
	visibility:hidden;
	background-color:#185697;
	_background-color:;
	_padding-bottom:0px;
	overflow:hidden;
}
div.menu-wrapper
{
	background-color:#185697;	
	margin-bottom:22px;
	padding:2px;
	background-color:#185697;
}
	

/* Expdivcitly set height/width of each divst item */
.vert .simply-scroll-list div {
	height: 20px;
	border-bottom:1px solid #fff;
	_border-bottom:0px;
	margin-bottom:0px;
}

.menu-scroller div a{
	display: block;
	padding-left:10px;
	color: #fff;
	background: #f3820a;	
	font-size:12px;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	_width:100%;
	font-family:Arial, Helvetica, sans-serif;	
}
.menu-scroller div a:visited{
	display: block;
	padding-left:10px;
	color: #fff;
	background: #f3820a;	
	font-size:12px;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	_width:100%;
	font-family:Arial, Helvetica, sans-serif;	
}
div.rightSubMenuArrow a 
{
	background-image: url(arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}
div.rightSubMenuArrow a:visited 
{
	background-image: url(arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

div.rightSubMenuArrow a:hover 
{
	background-image: url(arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}


 .menu-scroller div a:hover{
	border-color: rgb(130, 130, 130);
	/*color:#000;*/
	color: #fff;
	padding-left:10px;
	background-color:#185697;
	font-size:12px;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	_width:100%;
	font-family:Arial, Helvetica, sans-serif;
	
}
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
	padding:1px;
	background-color:#185697;
}
/* Cdivp DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
	
}
.simply-scroll-list { 
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	divst-style: none;
}
.simply-scroll-list div {
	padding: 0;
	margin: 0;
	divst-style: none;
}	
/* Master button styles - note that left and right 
versions are included although they are not used in this example */
.simply-scroll-btn {
	display: block;
	background-image: url(buttons.gif);
	background-repeat:no-repeat;
	width: 17px;
	height: 17px;
	_height: 17px;
	overflow:hidden;
	z-index:3;
	cursor: pointer;
}
.simply-scroll-btn-container {
}
.simply-scroll-btn-up {
	background-image: url(arrow_top.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	margin-bottom:2px;
	
}
.simply-scroll-btn-up.disabled {
	background-image: url(arrow_top.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
}
.simply-scroll-btn-up:hover {
	background-image: url(arrow_top.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
}
.simply-scroll-btn-down {
	background-image: url(arrow_down.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
}
.simply-scroll-btn-down.disabled {
	background-image: url(arrow_down.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
	margin-top:2px;
}
.simply-scroll-btn-down:hover {
	background-image: url(arrow_down.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
}
/* Custom class modifications - adds to / overrides above
Vertical scroller example, with custom base class */
/* Container DIV */
.vert { 
	/*width: 330px;*/ /* wider than cdivp for custom button pos. */
	margin-bottom: 1.5em;
	height: 100%;
	/*height: 400px;*/
	background-color:#185697;
}
/* Cdivp DIV */
.vert .simply-scroll-clip {
	/*width: 290px;*/
	height: 1px;
	/*height: 100%;*/
}

