/* Start of CMSMS style sheet 'Navigation' */
#lang {
   float: right;
   font: 8pt Tahoma;
   line-height: 1.7em;
}

#menu {
   float: left;
   letter-spacing: 0px;
   font: 8pt Tahoma;
   line-height: 1.7em;
}

#menu ul, #lang ul {
   list-style: none;
}

#menu ul li {
   float: left;
   display: inline;
   padding-left: 12px;
}

#lang ul li {
   float: left;
   display: inline;
   padding-right: 12px;
}

#menu ul li a {
   text-decoration: none;
   color: #606060;
   text-transform: uppercase;
}

#lang ul li a {
   text-decoration: none;
   color: #303080;
   text-transform: uppercase;
}

#menu ul li a:hover, #lang ul li a:hover {
   text-decoration: underline;
   color: #202020;
}

#menu ul li h3, #lang ul li h3 {
   text-decoration: none;
   color: #3030a0;
   text-transform: uppercase;
   font-weight: normal;
   font-size: 1em;
}


/* End of 'Navigation' */

