/******************************************************************************
 * All parts of trekotor.se is copyrighted material and may not be used       *
 * without permission.                                                        *
 * Please contact webmaster@trekotor.se if you have any questions.            *
 ******************************************************************************/

.meny {
	position: absolute;
	top: 5px;
	left: 50px;
	padding:5px;
}

.meny ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	color: #fff;
	background-color:#fff;
}

.meny ul li {
	display: inline;
}

.meny ul li a {
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	padding: .2em 1em;
	background-color: #fff;
	border: 1px solid #888260;
	color: #000;
	font-style: normal;
}

.meny ul li a:hover {
	background-color: #E7E6DC;
	color: #000;
}

#current {
	background-color:#AEABA4;
	color:#FFF;
	border: 1px solid #000;
}