div.header {

	background: url("http://easypoker.nu/images/header_c.png") repeat-x 0 0;

	margin: 0 10px 10px 0;

	text-align: center;

	border-bottom: 4px solid #e5e5e5;

}

div.header div.logo-bkg {
	background: url("http://easypoker.nu/images/head_logo.png") no-repeat center 0;
}

div.hc {
	
	background: url("http://easypoker.nu/images/header_l.png") no-repeat 0 0;

	height: 118px;
	min-height: 118px;

}

div.hc div.r {

	background: url("http://easypoker.nu/images/header_r.png") no-repeat right 0;

}

a.logo {
	display: block;

	margin: 0 auto;

	width: 120px;
	height: 88px;
	min-height: 50px;
}

a.logo h1 {
	display: none;
}


###MENU


div.menu {
	
}

div.menu ul {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	
	list-style-type: none;
	
	color: #ffffff;
}

div.menu li {
	display: inline;
}

div.menu a {
	padding: 4px 6px 4px 6px;

	line-height:30px;
	
	margin: 0 0 0 3px;
}

div.menu li a:hover {
	background-color: #73a965;
}

div.menu .selected {
	font-weight: bold;
}

div.menu a:link, div.menu a:visited, div.menu a:active {
	color: #ffffff;
	
	border:0;
	
	text-decoration: none;
}
