#toplinks {
	color: #554;
	font-size: 0.9em;
	height: 27px;
	width: 230px;
	background-image: url(../images/toplinks.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	margin-top: 3px;
	float: right;
}

#toplinks_inner {
	text-align: center;
}

#toplinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#toplinks li {
	display: inline;
}

#toplinks li a {
	text-indent: -9999px;
	float: left;
	display: block;
}

#toplinks li#deu a {
	display: block;
	width: 18px;
	height: 11px;
	background-image: url(../images/de.png);
	margin-top: 7px;
	margin-left: 23px;
	background-repeat: no-repeat;
	background-position: center center;
}

#toplinks li#eng a {
	display: block;
	width: 18px;
	height: 11px;
	background-image: url(../images/en.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 7px;
	margin-left: 10px;
}

#toplinks li#ita a {
	display: block;
	width: 18px;
	height: 11px;
	margin-top: 7px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

#toplinks li#fra a {
	width: 18px;
	height: 11px;
	margin-top: 7px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

#toplinks li#sitemap a {
	background-image: url(../images/sitemap_hover.png);
	height: 15px;
	width: 20px;
	background-repeat: no-repeat;
	display: block;
	margin-top: 5px;
	margin-left: 30px;
	background-position: center center;
}

#druck a {
	background-image: url(../images/druck_hover.png);
	height: 14px;
	width: 14px;
	display: block;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 10px;
	background-position: center center;
	padding: 0px;
}


.glossymenu{
	padding: 0;
	width: 200px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.glossymenu a.menuitem{
	color: #666;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	background-color: black;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #666;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 7px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover, 
.glossymenu a.menuitem#current {
	background-image: url(../images/body_bg_dark.png);
	color: #333;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{

}

.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 170px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 30px;
	line-height: 1.7em;
}

.glossymenu div.submenu ul li a:hover,
.glossymenu div.submenu ul li a.current {
	background-image: url(../images/greenup.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
