#menu {
	margin: 0px;
	padding: 0px;
	width: 416px;
	height: 32px;
	position: relative;
	top: 43px;
	left: 35px;
}

#menu li {
	float: left;
	list-style: none;
	width: 104px;
	background-color: #666666;
	background-image: url(img/menu.png);
	background-position: bottom;
	text-align: center;
	padding-top: 0px;
	font-size: 11pt; 
	font-weight: bold;
}

#menu a {
	display: block;
	padding-top: 8px;
	height: 24px;
	text-decoration: none;
	color: #eeeeee;
}

#menu a:hover {
	display: block;
	background-image: url(img/menu.png);
	background-position: top;
	color: #000000;
	height: 24px;
}

#menu .active a {
	background-image: url(img/menu.png);
	background-position: top;
	color: #000000;
}

#submenu {
	font-family: Tahoma;
	float: right;
	width: 400px;
	height: 22px;
	margin: 0px 20px 0px 0px;
	padding-top: 5px;
	background-color: #EDEDE7;
	background-image: url(img/submenu.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #217EA3;
	text-align: center;
}

* html #submenu {
margin-right: 10px;
}

#submenu a {
	text-decoration: none;
	font-weight: bold;
}

#submenu a:hover {
	text-decoration: underline;
}

.sub_active {
	color: #000000;
	text-decoration: underline;
}

#info_menu {
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 25px;
	position: relative;
	top: 0px;
	left: 290px;
}

#info_menu li {
	float: left;
}

#info_menu a {
	float: left;
	width: 30px; 
	height: 25px;
	background-position: bottom;
	background-color: #EDEDE7;
}

#info_menu a:hover {
	background-position: top; 
	background-color: #516060;
}

.home a {
	background-image: url(img/home.png);
}

.contact a {
	background-image: url(img/contact.png);
}

.rss a {
	background-image: url(img/rss.png);
}

.print a {
	background-image: url(img/print.png);
}

.map a {
	background-image: url(img/map.png);
}