@charset "utf-8";
/* CSS Document */
#top_menu {
	margin-top: 0px ;
	background: #666;
	font: 13px verdana, arial, helvetica, sans-serif;
	text-align: center;
	line-height: 100%;
	padding: 0px 0px 0px 0px;
	letter-spacing: 0px;
	}
#top_menu ul {
	margin: 0px;
	padding: 0px;
	/*list-style: none;*/
	}
#top_menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	}
#top_menu a {
	float: right;
	background: url("../images/topmenu_l.gif") no-repeat left top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	text-decoration: none;
	}
#top_menu a span {
	float: right;
	display: block;
	background: url("../images/topmenu_r.gif") repeat-x right top;
	padding: 8px 10px 4px 8px;
	color: #fff;
	text-shadow: #333 2px 2px 2px;
	}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#top_menu a span {
	float: none;
	}
    /* End IE5-Mac hack */
#top_menu a:hover span {
	color: #FFF;
	}
#top_menu a:hover {
	background-position: 0% -26px;
	text-decoration: none;
	}
#top_menu a:hover span {
	background-position: 100% -26px;
	}
#top_menu #current a {
	background-position: 0% -26px;
	}
#top_menu #current a span {
	background-position: 100% -26px;
	}
