/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   background-color: #18471D;
   padding-right:40px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   padding-top:10px; 
   margin-left:410px;
}

#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}

#primary-nav li { 
   margin-left: -1px;
   margin-right: 30px;
   padding-top:5px;
   padding-bottom:8px;
   background-color:#18471D;
   float: left; 
}

#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color:#999999;
   font-size:1.3em;
}

#primary-nav li.menuactive { 
   background-color: #C1E3FD; 
   -moz-border-radius-topleft:3px;
   -moz-border-radius-topright:3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px
}

#primary-nav li.menuactive a.menuactive { 
   color:#333333;
}
/* End of 'Navigation: CSSMenu - Horizontal' */

