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

.menuHor{
	font-weight:bold;
	margin-right:22px;
	background-color:#FFFFFF;
	color:#666666;
	float: right;
	border: 1px solid #666666;
	border-bottom: outset;
	border-bottom-width:3px;
}
.menuHor a{
	display:block;
	padding:5px;
}
.menuHor a, a:visited{
	color:#666666;
	display:inline-block;
	text-decoration:none;
}
.menuHor  a:hover {
	color: #333333;
}


