@charset "UTF-8";
/* CSS Document */


/********************************
*	HORIZONTALE MENU
********************************/
#hmenu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height:32px;
	position:absolute; top:111px;
}
#hmenu li {
	float: left;
	font: 14px "Verdana";
	margin: 0;
	padding: 0;
}
#hmenu a {
	background: #69696B;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 40px;
	text-decoration: none;
	font-weight:normal;
}
#hmenu a:hover {
	background: #6CBCEB;
	color: #fff;
	padding-bottom: 8px;
	}
.hsel a{
	background: #6CBCEB !important;
	color: #fff;
	padding-bottom: 0px;
}
