#menuPane {
	height: 30px;
	width: 100%;

	table-layout: fixed;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #aaa;
	border-collapse: collapse;

	padding: 0px 0px 0px 10px;

	font-size: 12px;
	font-weight: bold;
}

#menuPane td {
	height: 30px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.menuPaneLo {
	background-color: transparent;
}

.menuPaneHi {

}

#menuPane a {
	height: 30px;

	color: #06A5EB;
	font-weight: bold;

	text-decoration: none;
	padding: 0px 20px 0px 20px;

	line-height: 30px;
}

#main_menu {
	white-space: nowrap;
	width: 470px;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
}

#showLogin {
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
	padding-right: 10px;
	color: #666;
}

#menu-languages {
	width: 42px;
	text-align: center;
	cursor: pointer;
}

#logoutbtn {
	width: 40px;
	text-align: center;
}
