@charset "utf-8";

#meny {
	height: 31px;

}

#meny ul {
	margin: 0px;
	padding: 0px;
}

#meny li {
	list-style-type: none;
	float: left;
}

#meny li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B3CD68;
	display: block;
	width: 127px;
	text-align: center;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-size: 11px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #5C6C2D;
	padding-top: 4px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4D984;
}
#meny li a:hover {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #91B628;
	color: #5C6C2D;
	background-color: #FFFFFF;
}

/*
#meny li a:focus, #meny li a:hover {
	border-top-color: #5C6C2F;
	border-right-color: #5C6C2F;
	border-bottom-color: #5C6C2F;
	border-left-color: #5C6C2F;
	color: #FFFFFF;
	background-color: #91B628;
	
}
*/

#meny li ul {
	display: none;
}

#meny li:hover ul, #meny li.hover ul {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#meny li:hover li, #meny li.hover li {
	float: none;
}
#meny li:hover li a, #meny li.hover li a {
	color: #90B529;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D5D5D5;
	text-transform: capitalize;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	text-indent: 5px;
}
#meny  li li a:hover {
	background-color: #F7F7F7;
}
