@charset "utf-8";
/*meni*/
.menu a{
	width:190px;
	display:block;
	height:25px;
	margin-top:10px;
	font-size:14px;
	text-decoration:none;
}

.menu a:link, .menu a:active, .menu a:visited{
	color:#000000;
	font-size:26px; 
	padding:4px;
}

.menu a:hover{
	color:#606060;
	text-decoration:underline;
}

.menu .seperator{
	width:190px;
	height:1px;
	background:#8c7524;
}

