/* Start of CMSMS style sheet 'Home VERTIKAL MENY Tilbud' */
/* CSS-Start: The Vertical / Secondary Menu */
#menu_vert {
   float: left; /* Contain floated list items */
   width: 150px;
   width: 190px;
   font-size:8pt;
   padding: 0;
   margin:10px 0 40px 0;
   list-style-type: none;
}

#menu_vert ul {
   margin: 0;
   padding: 0;
   list-style: none;
/*   background-color:#004078; */
/*   background: /* Debugging */ */
}

#menu_vert li {
   margin: 0;
   padding: 0;
   float: left; /* This corrects the */
   width: 100%; /* IE whitespace bug */
/*   height: 25px; */
}

#menu_vert a {
   display: block; /* to increase clickable area as a's default to inline */
   color:#b2212c; 
   font-size:8pt;
   line-height: 1.8;
   text-decoration: underline;
   padding: 0 18px;
   border-bottom:1px solid #FFF;
   background: url('uploads/images/design/pil.gif') 0 65%;
   background: url('uploads/images/design/pil.gif') 0 5px;
   background-repeat : no-repeat;
}

#menu_vert #menu_left_con a {
   border: none;
}

#menu_vert a:hover {
   text-decoration: none;
}

#menu_vert li.current a {
/*   text-decoration: none; */
}

#menu_vert li.pagelink a {
       font-size:10pt;
       font-weight: bold;
       text-decoration: none;
}
/* CSS-End: The Vertical / Secondary Menu */

/* End of 'Home VERTIKAL MENY Tilbud' */

