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

#top_menu {
	position: absolute;
	top: 100px;
	left: 20px;
	height: 40px;
}

#top_menu ul {
	list-style-type: none;
}

#top_menu ul li {
	display: inline;
	font-size: 12px;

}

#top_menu ul li:hover {
	display: inline;
	font-size: 12px;
	padding-bottom: 20px;
	background-image: url('../images/menu_arrow.gif');
	background-repeat: no-repeat;
	background-position: center 21px;
}


#top_menu ul li a {
	text-decoration: none;
	padding: 7px 6px;
	color: #989898;
	margin-bottom: 20px;
}

#top_menu ul li a:hover {
	background-color: #666666;
	color: #000;
}

#top_menu ul li a.selected {
	background-color: #666666;
	color: #000;
}

