/* Start of CMSMS style sheet 'moonlight-menue' */
#menuwrapper { 
   width: 100%; 
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 

   display: block; 
   margin: 0px; 
   padding: 15px 10px; 
   color: #cbcbcb;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.menuparent { 
   min-height:1em; /* Fixes IE7 bug*/

}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive a { 
   background-color: #000;
   font-weight:bold; 
   color:#edb381 !important;
}

/* Styling the apperance of menu items on hover */
#primary-nav li:hover a, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   font-size:18px; 
font-weight:bold; 
color:#edb381 !important;
/*background: url(uploads/images/limo.gif) no-repeat bottom;*/
}

.accessibility{ display:none}


/* End of 'moonlight-menue' */

