/* Start of CMSMS style sheet 'Nav: Menu2' */
#menuwrapper2 { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   margin-right: 0px;
   margin-left: 0px;
   border-bottom: 1px dotted #C0C0C0;
   width: 100%;
   margin-bottom: 5px;
}


#menu2 li {
   width: 9.5em; 
   margin-top: 2px;
   margin-bottom: 2px;
   float: left;
   text-align: center;
   list-style-type: none;
   border-right: 1px solid #8e8e8e;
   margin-right: -1px;
   display: block;
}


/* Styling the basic apperance of the menu elements */
#menu2 a { 
   display: block; 
   text-decoration: none;
   color: #18507C;
}

#menu2 li a { 
   border-right: 0px solid red;
   padding: 0px 15px;
}
	
#menu2 li, #menu2 li.menuparent { 
   /*background-color: #ececec; */
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#menu2 li.menuactive { 
  /* background-color: #C7C7C7;*/
  font-weight: bold;
}

#menu2 li.menuactive a { 
  color: black;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
/* --------- 1 level style that has children----------- */	
#menu2 li.menuparent, 
#menu2 li.menuparent:hover, 
#menu2 li.menuparenth {  
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
  /* padding-right: 5px; */
}


/* Styling the apperance of menu items on hover */

#menu2 li:hover, 
#menu2 li.menuh, 
#menu2 li.menuparenth, 
#menu2 li.menuactiveh { 
background-color: #C3D4DF;
}


/* End of 'Nav: Menu2' */

