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

#meni {
	background:#CC0000 url(../img/meni-bg.gif) left top repeat-x;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom:solid 1px #840000;
	border-top:solid 1px #872C28;
}
#meni li {
	float: right;
	font: 12px  Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
}
#meni a {
	background: url("../img/seperator.gif") bottom right no-repeat;
	color: #FFFFFF;
	display:block;
	padding: 8px 8px;
	text-decoration: none;
	font-weight:bold;
}

#meni a:hover {
	background: #740204;
	color: #FFD900;
	padding-bottom: 8px; 
	}                   
                    