/* Horisontal menu for WebhotelReview.dk 2009 edition */

#menu {
	background: #333 url("images/menu_bg.gif") left repeat-x;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 932px;
	height:26px;
}
#menu li {
	float: left;
	font-family: Verdana, Tahoma, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
}
#menu a {
	float: left;
	background: url("images/seperator.gif") bottom right no-repeat;
	color: #05417d;
	display: block;
	margin: 0;
	padding: 6px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #3399fe url("../images/hover.gif") bottom left repeat-x;
	color: #FFF;
	padding-bottom: 6px;
	}

/*	End of fie	*/