/* search-form css */
.form-element {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 180px;
	
}
.lbl {
	color:#000000;
	background: #FFFFFF;
	align: left;
	font-weight: bold;
}

.lbl hover{
	background: #FFFFFF;
}

.textfield {
  width:170px}

.textfield > input {
  width:170px
}
.form-element submit-btn {
	color: #FF9900;
	display: block;
	align: left;
	
}

/*vertcal-menu .css*/
html.body {
	font-size: 14px;
	font-family: "Lucida Console", "Lucida Sans Unicode";
	text-decoration: none;
	margin: 0px;
	position: relative;
	width: 170px;
	padding: 0px;
	height: 23px;
}
/*-------navigation scroll slider---
.navi-gation {
	width: 150px;
/*	border: thick solid #FFFFFF;
/*	height:calc(100vh - 214px);
	overflow-x: hidden;
	overflow-y: auto;
	margin: 5px;
}*/

/*
.navi-gation {
	width: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 10px;
	margin-left: 10%;
}
*/
/* reset our lists to remove bullet points and padding */
.mainmenu {
	max-width: 180px;
	width: 100%;
	list-style: none;
	padding: 10px;
	margin: 0;
	text-decoration: none;
}
/*
.button {
	background-color: #FF9900;
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	text-align: center;
	padding-top: 2px;
	margin: 0px;
	border-top: 0.1em solid #FFFFFF;
	border-right: 0.1em #FFFFFF;
	border-bottom: 0.1em #FFFFFF;
	border-left: 0.1em #FFFFFF;
	position: relative;
	font-family: "Lucida Console", "Lucida Sans Unicode";
	width: 165px;
	left: 0px;
}
*/

/* make ALL links (main and submenu) have padding and background color*/ 
.mainmenu li a {
	background-color: #CC0000;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	font: 14px Arial, Helvetica, sans-serif;
	height: 22px;
	max-width: 160px;
	width: 100%;
	vertical-align: middle;
	position: relative;
	border-top: 0.1em solid #FFFFFF;
	border-right: 0.1em #FFFFFF;
	border-bottom: 0.1em #FFFFFF;
	border-left: 0.1em #FFFFFF;
	margin: 0px;
	padding-top: 6px;
	padding-left: 5px;
}

	
li a.active {
    background-color: #4CAF50;
    color: white;
}

li a:hover:not(.active) {
    background-color: #FFCC00;
    color: #000000;
}
