﻿
.skicka_knapp { background-image: url(); height: 23px; width: 106px; 
 background-color: transparent; border: none; }


/* Listelementen <LI> med knapparna */
#meny-f li {
 display: inline;
 list-style: none;
 }

#meny-f li a {
 margin: 0 5px 0 0;
 padding: 5px 20px 5px 20px;
 text-align: left;
 white-space: nowrap;
 line-height: 50px;
 font-family: "Papyrus";
 font-size: 20px;
 color: rgba(66,48,1,1);
 border-radius: 0px;
 border: 1px solid # 8E9B9E;  
 background: # 8E9B9E;
 box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 2px 3px rgba(0,0,0,0.70);
 }

#meny-f li a:hover {
 cursor: pointer;
 background: #F9E79F;
 color: rgba(0,0,0,1);
 }

 #meny-f a:link, #meny a:visited {
 color: rgba(255,255,255,1);
 text-decoration: none;
 }

 #meny-f a:active {
 color: rgba(250,191,12,1);
 }

#meny-f a#current {
 background: rgba(85,137,48,1);
 }









------------------------------------------------
------------------------------------------------







