/* Start of CMSMS style sheet 'Nav-home fixes' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

/* I don't think this does anything */
#menu_vert {
   margin-left: 1px;


}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #003366;
   border-bottom: 1px solid #000000;
   width: 100%;
   font-size: 80%;
margin-left: 215px;
margin-top: 0px;
	

}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 260px; 
}



/* End of 'Nav-home fixes' */

