/* Start of CMSMS style sheet 'Navigation: Simple - Lang' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_lang {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_lang {
  margin-top:0px;
   font-size:1.2em;
   font-weight:bold;
   font-style:italic;
   text-transform:uppercase;   
   height:21px;
   background: #c7c7c7 url(design/bg-header-lang.png) repeat-x scroll top left;
   border-top:12px solid black;
}

#menu_lang a {
  text-decoration: none; /* no underline for links */
  border-bottom:1px solid #fff;   
  padding: 4px 0 2px 0; /* padding inside the list item box */
  margin: 0 10px; /* margin outside each list item box */
  color: #fff;
  display: block; /* IE has problems with this, fixed above */
   /* line-height:20px; */     
}

/* hover state for links */
div#menu_lang li a:hover {
  border-bottom: 0;
}
div#menu_lang a.activeparent:hover {
   text-decoration:none;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_lang li.activeparent a, div#menu_lang li.currentpage a {
  background-color: #000; 
  padding: 4px 10px 7px 10px; /* padding inside the list item box */
  margin: 0; /* margin outside each list item box */
  text-decoration: none; /* no underline for links */   
  border-bottom-width:0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_lang ul {
   margin:0;
   padding: 0 2em 0 0;
   float:right;  
}


/* menu list items */
div#menu_lang li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   text-transform:uppercase;
}


div#menu_lang h3 {
   background-color: #000; 
   text-decoration: none; /* no underline for links */
   color: #FFF;
   padding: 0.5em; /* padding inside the list item box */
   margin: 0 0.5em; /* margin outside each list item box */
   font-size:1.2em;
   font-weight:bold;  
}
/* End of 'Navigation: Simple - Lang' */

