@font-face {
  font-family: "Corbel";
  src: url("fonts/CORBEL.TTF");
}

.sMenu {
	font-family: "Corbel", sans-serif;
	width: 100%;
	text-align: center;
}

.sMenu td {
	border:1px solid #000;
	border-bottom:0px;
}

.activeline {
	background: #e8f2ff !important;
}

header {
	width: 100%;
}

header h1 {
	float: left;
	display: inline-block;
}

header userinfo {
	float: right;
	display: inline-block;
	padding-right: 20px;
	background: url(../images/icons/settings.png) no-repeat top right;
	position: relative;
}

header userinfo:hover {
	cursor: pointer;
}

header settings {
	position: relative;
	display: block;
	z-index: 10;
	background: red;
}

header settings option {
	display: block;
	position: absolute;
}

#save {
	background: url(../images/icons/page_save.png) no-repeat top right;
	padding-right: 20px;
}

.sync {
	background: url(../images/icons/page_sync.png) no-repeat top right !important;
}