@charset "utf-8";


.menu {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:32px;
	vertical-align:middle;
	text-transform:uppercase;
	font-weight:bold;
		
}
.menu_on {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:32px;
	vertical-align:middle;
	text-transform:uppercase;
	font-weight:bold;
	
	
	
	
	
}
.menu a:link{
	background-color: #D9D9D9;
	color: #444;
	text-decoration: none;
	display: block;
	width: 207px;
	height: 32px;
	padding-LEFT: 10px;
	webkit-border-radius: 2px;
	moz-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
}

.menu a:visited{
	background-color: #F1F1F1;
	color: #444;
}	
		
.menu a:hover {
	opacity:0.7;
	
	
}

.menu_on a:visited{
	background-color: #5E5E57;
	color: #FFF;
	
	
}
.menu_on a:link{
	background-color: #5E5E57;
	color: #F2F2F2;
	text-decoration: none;
	padding-LEFT: 10px;
	display:block;
	width:207px;
	height:32px;
	webkit-border-radius: 2px;
	moz-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	
}
	
		
.menu_on a:hover{
	opacity:0.7;
	
}






