/* CSS Document */
div#main_menu {
	padding-top: 3px;
	text-align: center;
	height:25px;
}
a.top_menu_item {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 7px;
	font-size: .7em;
	font-weight: bold;
}
a.top_menu_item:hover {
	color: #eaeaea;
}
div.menu {
	background-color: white;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	text-align: left;
	z-index: 100;
	display: none;
	width: 150px;
}
div.menu a {
	display: block;
	border-bottom: solid 1px #666666;
	text-decoration: none;
	color: #666666;
	font-size: .7em;
	padding: 3px 5px 0px 5px;
}
div.menu a:hover {
	background-color: #666666;
	color: #ffffff;
}
