@charset "utf-8";
 /* End hide */

 #nav-menu
 {
	width:160px /* Bredd på listan*/;
	position: relative;
 } 

#nav-menu ul
 {
	list-style: none;
	padding: 0;
	margin: 0;
 }

 #nav-menu li
 {
	margin-top: 0; /* 0.15em */
	margin-right: 0px; /* 0.15em */
	margin-bottom: 0;
	margin-left: 10px;
 }

 #nav-menu li a
 {
	background-position: left center;
	height: 50px; /* Höjd på cell*/
	float: right;
	width: 130px; /* Bredd på cell*/
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 50px; /* Text justering höjrdled */
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #76923C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 10px;
 }


 #nav-menu li a:hover
 {
	color: #76923C;
 }
 
 /* Hide from IE5-Mac \*/
 #nav-menu li a
 {
 float: none
 }
