@charset "utf-8";
#menutop {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ADADAD;
	border-bottom-color: #ADADAD;
	margin-top:5px;
}
#menutop a {
	display:inline-block;
	width:170px;
	height:21px;
	text-align:center;
	background-image:url(../layout/menu_buttons.gif);
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-left:4px;
}
#menutop a:first-child{margin-left:0px;}
#menutop a:hover { 
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}
#menutop a.selected { 
	background-image:url(../layout/menu_buttons_selected.gif);
}
