/**
* Scrollbar & content css
*
*/
.scrollbar-vert, .scrollbarSubMenu2-vert {
	background-color: #D9D8D5;
    width:8px;
	float:left; z-index:10;
}
.handle-vert, .handleSubMenu2-vert {
	background: #E97E38;
	width:8px; height:50px;
    z-index:10;
}

					
#content {
    height:420px;
	float:left; overflow:hidden;
}
.scrollbar-vert {
    position:relative; left:982px; height:420px;
}

#submenu_2 {
	float:left; overflow:hidden;
}
.scrollbarSubMenu2-vert {
    position:relative; top:0px; left:380px; height:420px;
}

/*
.scrollbar-hor {
	background-color: #d2e8ff;
	height:20px; width:300px;
	float:left;
}
.handle-hor {
    background: #ff580e;
	height:20px; width:42px;
}*/

