#topTabMenu{
	background-color:#ece9d8;
	width:100%;
}
#manav1 {
	margin-right: auto;
}
#button {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#button li {
	display: inline;
}
#button li a {
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	float:left;	
	padding: 5px 10px 5px 12px;
	margin-right:0px;
	margin-left:2px;
	border: 1px solid #c6d4e1;
	border-width: 0px 1px 0px 0px;
	background-color: rgb(219, 231, 242);
	color: #014d7e;
}
#button li a:hover {
	color: white;
	background-color: rgb(9, 96, 176);
	border-top: solid 1px #c6d4e1;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 4px;	
	font-weight: bold;
}
#button li a.selected {	
	color: white;
	background-color: rgb(9, 96, 176);
	border-top: solid 1px #c6d4e1;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;	
	font-weight: bold;
}
#masubnav1{
	width:100%;
	height:30px;
}
#masubnav1 ul{
	margin-top: 2px;
}
#masubnav1 li a.selected {	
	color: white;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;	
	font-weight: bold;
}
#1ogoutdiv{
	background-color:rgb(236, 233, 216);
    margin-top: 0;
}
#1ogoutdiv span{
 position:relative;
 font:12px Verdana;
 display:inline-block;
 float:right;
 background-color:rgb(236, 233, 216);
}

.nav{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}