.sidenav {
	height: 100%;
	width: 160px;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: #f9a800;
	overflow-x: hidden;
	padding-top: 20px;
}

.sidenav a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 20px;
	/*color: #000000;*/
	display: block;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.aMenuEntryAdmin {
	color: #575d5e;
} 

.aMenuEntry {
	color: #000000;
} 

.aMenuEntrySelected {
	color: #f1f1f1;
} 

#IDmain {
	margin-top: 90px;
	margin-left: 160px; /* Same as the width of the sidenav */
	font-size: 20px; /* Increased text to enable scrolling */
	padding: 20px 10px;
}

.divMenuBtm{
	position: absolute;
	bottom: 50px;
	
}

.divMenuBtm a{
	font-size: 16px;
}

.divHeader {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
	position: fixed;	
	background-color: #ffffff;
	z-index: 1;
}
/*
.divCenterbox {
	margin-left: 160px;
	text-align:center;
}
*/

#IDlogo {
	height: 70px;
	padding: 10px 10px 10px 10px;
	position: fixed;
	right: 0px;
}

.menubtn{
	/*font-size: 20px;*/
	cursor: pointer;
	background-color: #f9a800;
	color: white;
	/*padding: 10px 15px;*/
	/*border: none;*/
	/*height:90px;*/
	margin-top: 20px;
	margin-left: 5px;
	height:50px;
	width:50px;
	background:url(../images/menuButton.svg) no-repeat 0px 0px/50px 50px;/* path to your image */    
	border:none;
    padding:0;
    text-transform:capitalize;/* ie6 fix to hide text*/
    text-indent:-999em;/* hide text - remove this if you want the text in the value attribute to show.*/
    clear:both;/* ie6 fix*/
}

.openclosebtn{
	display: inline-block;
	position: absolute;
	top: 0px;
	height:90px;
	width: 60px;
	background-color: #f9a800;
    z-index: 3;
}

#IDopenbtn{
	pointer-events: none;
	opacity: 0.0;
	left: 0px;
}

#IDclosebtn{
	left: 160px;
}

.divCopyright {
	position: absolute;
    bottom: 30px;
    left: 10px;
    font-size: 10px;
}

@media screen and (max-width: 450px) {
	#IDopenbtn {
		pointer-events: auto;
		opacity: 1.0;
	}
	#IDclosebtn {
		pointer-events: none;
		opacity: 0.0;
	}
	#IDsidenav {width: 0px;}
	#IDmain {margin-left: 0px;}
}

