/* Start of CMSMS style sheet 'Submenu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#submenu {
   margin-left: 0px;
   margin-right: 0px;
}
	
#submenu #primary-nav li { 
   margin-left: 0px;
   float: left; 
}

/* Styling the basic apperance of the menu elements */
#submenu #primary-nav a { 
   display: block; 
   padding: 0px; 
   text-decoration: none; 
   color: #FEC101;
   font-weight: bold;
   font-size: 1.2em;
}

#submenu #primary-nav a img { 
   margin-right:5px;
}
/* End of 'Submenu' */

