﻿body {
	background-color: transparent; margin:0px; background-image:none
	
}
div.scrollmenu {
	background-color: transparent;
	overflow: scroll;
	white-space: nowrap;
	height: 50px;
	width: 100%;
	padding:0px;
	margin:0px;

}
div.scrollmenu a {
background-color: white; background-position:0px;
	color: black;
	font-weight: bold;
	font-size: 40vh;
	text-align: center;
	height: auto;
	line-height: 75vh;
	padding: 3px 12px 4px 12px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	overflow: auto;
	border:1px orange solid;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	transition: 0.5s, shadow 1s;
	box-shadow: 0px 0px 0px #3399cc;
}

div.scrollmenu a:hover {
background-color:orange; background-size: 100px;	color: white;
font-weight:bold;
}
::-webkit-scrollbar {
	height: 10px;
}
::-webkit-scrollbar-track {
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	background-color: orange;
	border-radius: 5px;
}
::-webkit-scrollbar-button {
	background-color: transparent;
	border-radius: 5px;
}
::-webkit-scrollbar-corner {
	background-color: transparent;
	border-radius: 0px;
}
::-webkit-scrollbar-vertical {
	background-color: transparent;
	border-radius: 0px;
}

::-moz-scrollbar {
	height: 7px;
}
::-moz-scrollbar-track {
	background-color: transparent;
}
::-moz-scrollbar-thumb {
	background-color: orange;
	border-radius: 5px;
}
::-moz-scrollbar-button {
	background-color: transparent;
	border-radius: 3px;
}
::-moz-scrollbar-corner {
	background-color: transparent;
	border-radius: 0px;
}
::-moz-scrollbar-vertical {
	background-color: transparent;
	border-radius: 0px;
}

