.global-menu-wrapper {
	clear: both;
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	color: #464646;
	font-family: 'Helvetica' !important;
	font-weight: bold;
	font-size: 12px;
	z-index: 99998;
}

.global-menu-wrapper.login {
	top: 28px;
}

#global-menu input textarea {
	font-family: 'Helvetica';
	font-weight: bold;
}

#global-menu {
	width: 960px;
	margin: 0 auto;
	position: relative;
	list-style: none;
	padding-top: 15px;
}

.global-menu-wrapper, .label-bar {
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#555555', endColorstr = '#000000'); /* for IE */
	background: -webkit-linear-gradient(top, #555555, #000000); /* for webkit browsers */
	background: -moz-linear-gradient(top, #555555, #000000); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #555555, #000000); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #555555, #000000); /* IE10+ */
}

#global-menu li {
	float: left;
	padding: 0 10px;
	display: block;
	position: relative;
}

#global-menu .global-menu-logo {
	margin: 0;
	padding: 0;
	width: 380px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: -4px 0 0;
	height: 35px;
}

global-menu .theme-selector {
	width: 210px;
}

#global-menu .theme-selector select {
	width: 210px;
}

#global-menu .global-menu-close {
	float: right;
}

#global-menu .global-menu-close a {
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/close.png") no-repeat;
}

#global-menu .global-menu-close a:hover {
	opacity: 0.9;
}

#global-menu ul#global-menu li.theme-selector a.selectBox span.selectBox-label {
	font-family: 'Helvetica';
	font-weight: bold;
	font-size: 12px;
}

#global-menu li.theme-selector a.selectBox {
	height: 29px;
}

#global-menu ul#global-menu li.theme-selector a.selectBox span.selectBox-label {
	line-height: 2;
}

#global-menu ul#global-menu li.global-menu-close a#bar-close {
	z-index: 10000
}

.selectBox-dropdown-menu {
	top: 49px
}

.selectBox-dropdown-menu li a {
	color: #464646 !important;
	text-decoration: none;
	background-color: #f6f6f6;
	font-family: 'Helvetica';
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
}

.selectBox-dropdown-menu li.selectBox-selected {
	display: none;
}

.label-bar {
	display: none;
	clear: both;
	position: fixed;
	top: 0;
	left: 73.1%;
	width: 30px;
	height: 40px;
	color: #464646 !important;
	font-family: 'Helvetica' !important;
	font-weight: bold;
	font-size: 12px;
	z-index: 9999;
}

#wpcontent div#wpbody div#wpbody-content table#cat1 tbody tr th h3 {
	font-size: 16px;
	font-weight: normal;
}