#global-menu-table {
	width: 100%;
	height: 100%;
}
#global-menu-table-logo {
	width: 120px;
}
#global-menu-table-logo div {
    background-image: url(images/gpsoft-logo-fekvo-feher.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    width: 120px;
    margin-left: 20px;
}
#global-menu-table-functions {
}
#global-menu-table-right {
	padding-right: 20px;
}
#global-menu-table-functions-table {
    text-transform: uppercase;
    text-decoration: none;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.global-menu-item {
	margin: auto 10px auto 10px;
	cursor: pointer;
}
.global-menu-item:hover {
	color: #d4cbae;
}
.global-menu-item-selected {
	color: #d4cbae;
}
#global-menu-table-right-table {
    text-decoration: none;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
	float: right;
}
#global-menu-client-info {
	padding-right: 20px;
}
#global-menu-client-info-name {
}
#global-menu-client-info-name clientname {
	font-weight: bold;
}
#global-menu-client-info-balance {
	cursor: pointer;
	color: #d4cbae;
}
#global-menu-profile {
}
#global-menu-profile div {
	background-image: url(images/person-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
    width: 35px;
	cursor: pointer;
}
#global-menu-exit {
}
#global-menu-exit div {
	background-image: url(images/logout-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
    width: 35px;
	cursor: pointer;
}
