.topsyd {
	width: 100%;
	background: #fff url(http://emi.leoblake.com/img/forum_banner.jpg) repeat-x;
}
.headersyd {
	height: 250px;
	padding: 35px 0 0;
	background: url(http://emi.leoblake.com/img/bg-header.png) 50% 0 no-repeat;
	position: relative; 

}


/* PAGE STRUCTURE
------------------------------------------------------------- */

.innersyd {
	width: 940px;
	margin: 0 auto;
}


/* HEADER
------------------------------------------------------------- */

.headersyd h1 {
	width: 320px;
	height: 40px;
	line-height: 40px;
	float: right;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

.headersyd h1 a {
	display: block;
	width: 170px;
	height: 40px;
	float: left;
	text-indent: -9999px;
	margin: 0 22px 0 0;
	background: url(http://emi.leoblake.com/img/bg-logo.png) no-repeat;
	color: #fff;
}

.headersyd h1 span {
	display: block;
	float: left;
	height: 40px;
	padding: 0 0 0 23px;
	background: url(http://emi.leoblake.com/img/separator-logo.png) 0 50% no-repeat;
	color: #fff;
}

/* Navigation - first level */

.navsyd { 
	position: relative;
}

.headersyd ul.navsyd {
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 40px;
	float: left;
	background: url(http://emi.leoblake.com/img/menu-bg.png) repeat;
	background-color: rgba(255, 255, 255, );
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-bottom: 0;
	position: relative;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.headersyd ul.navsyd li {
	float: left;
	margin: 0 32px 0 0;
	position: relative; 
}

.headersyd ul.navsyd li a {
	display: block;
	height: 40px;
	color: #c4c4c4;
	position: relative;
	text-decoration: none;
}
.on {
	color: #FFFFFF !important;
}

.headersyd ul.navsyd li.hover, .headersyd ul.navsyd a:hover { 
	position: relative; 

}

/* Navigation - second level */

.headersyd ul.navsyd ul {
	width: 155px;
	visibility: hidden; 
	position: absolute; 
	top: 100%; left: -53px;  
	background: url(http://emi.leoblake.com/img/bg-tooltip.png) 50% 10px no-repeat;
	padding-top: 17px;
	z-index: 100;
}

.headersyd ul.navsyd ul li {  
	float: none; 
	display: block;
	margin: 0;
	background: url(http://emi.leoblake.com/img/bg-tooltip-repeat.png) repeat;
	background-color: rgba(255, 255, 255, 0.87);
}

.headersyd ul.navsyd ul li a { 
	color: #507b8d;
	padding: 0 20px;
	text-decoration: none;
}

.groupsyd:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
