table.menu {
	align: right;
	height: 75px;
	padding: 0;
	background-color: transparent;
	border: 0 none #aaa;
	margin: 0;
}
tr.menu {
	vertical-align: top;
	height: 75px;
	}
td.menu {
	vertical-align: top;
	width: 120px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	border: 0 none #aaa;
	margin: 0;
}
a.menu { text-decoration: none; }
	a.menu:link { color:#000; }
	a.menu:visited { color: #777; }
	a.menu:active { color: #000; }
	a.menu:hover { color: #000; }
div.menu {
	font-family: Comic sans MS, Tahoma, Arial;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	margin: 0;
}
table.menu_popup {
	position: absolute;
	visibility: hidden;
	width: 98px;
	background-color: #aaa;
	border-color: #aaa;
	border-width: 0;
	border-style: none;
	margin: 2px 0 0 0;
}
img.lang {
	border: none;
	margin: 0;
	padding: 0;
}
img.menu {
	border: none;
	width: 60px;
	height: 60px;
	margin: 5;
}
img.btn {
	border: none;
	width: 27px;
	margin: 10px 5px;
}

div.submenu{
	clear: both;
	margin: 0px;
	padding: 0px;
}
ul.submenu{
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #ddd;
	text-indent: 0;
}
li.submenu{
	font: normal 8pt/10pt Arial;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	text-indent: 0;
}
a.submenu { text-decoration: underline; color: #fff; }
	a.submenu:link {color:#fff;}
	a.submenu:visited {color:#fff;}
	a.submenu:active {color:#000;}
	a.submenu:hover {color: #000;}
img.submenu{
	border: none;
	width:60px;
	height:60px;
}

div.menupath{
	clear: both;
	margin: 0px 5px;
	padding: 0px;
	border-bottom: 1px solid #aaa;
	font: normal 10pt/11pt Comic sans MS, Tahoma, Arial;
	color: #555;
}
a.menupath { text-decoration: none; margin: 0 3px; }
	a.menupath:link { color:#000; }
	a.menupath:visited { color:#555; }
	a.menupath:active { color:#000; }
	a.menupath:hover { color: #000; }
a.menupath_this { text-decoration: none; margin: 0 3px; font-weight: bold; }
	a.menupath_this:link { color: #000; }
	a.menupath_this:visited { color: #555; }
	a.menupath_this:active { color: #000; }
	a.menupath_this:hover { color: #000; }

ul.sitemap{
	font: normal 10pt/12pt Arial;
	list-style-type: none;
	margin: 5px 2px 5px 10px;
	padding: 2px;
	color: #555;
	text-indent: 0;
	border: 1px solid #ddd;
}
ul.sitemap li{
	margin: 5px 2px 5px 10px;
	padding: 0;
	text-indent: 0;
}
ul.sitemap li a { text-decoration: underline; color: #888; }
	ul.sitemap li a:link {color:#888;}
	ul.sitemap li a:visited {color:#888;}
	ul.sitemap li a:active {color:#000;}
	ul.sitemap li a:hover {color: #000;}

