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

/* start: MENUS */
#menuhighermenu, #menulowermenu, #menumiddlemenu {
	display: block;
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	letter-spacing: .08em;
	font-weight: bold;
	line-height: 1em;
	width:870px; 
	height:22px;
	text-align: right;
}
#menulowermenu, #menumiddlemenu {
	margin-top: 3px;
}
*html #menulowermenu, #menumiddlemenu {
	margin-top: 1px;
}
#menuhighermenu ul, #menulowermenu ul, #menumiddlemenu ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
	text-align: right;
}


#menuhighermenu li, #menulowermenu li, #menumiddlemenu li {
	display: inline;
}

#menulowermenu a, #menumiddlemenu a {
	margin: 0 5px;
	padding: 2px;
	text-decoration: none;
	color: #FFFFFF;
}
#menuhighermenu a {
	margin: 0 5px;
	padding: 2px;
	text-decoration: none;
	color: #0a6c6d;
}

#menulowermenu a:hover, #menumiddlemenu a:hover {
	
	color:#ffd100;
	text-decoration: underline;
}
#menuhighermenu a:hover {
	
	color:#ffffff;
	text-decoration: underline;
}
/* end: MENUS */
