/* Start of CMSMS style sheet 'Menu_Style' */
#menu_left {
background-color:#FFFFFF;
margin-bottom:0px;/* 20px*/
height:25px; /* 20 px */
line-height:25px;  /* 20 px */
background-color:#5e5d5b;


}
/* UNUSED
#menu_vert {
   margin-left: 1px;
   margin-right: 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: #5e5d5b;
   border-bottom: none;
   width: 100%;
}

/*******************************/
/* Layout                      */
/*******************************/

/* Set the width of the menu elements at any level. Leaving first level flexible. */
#primary-nav  li li {
   width: 150px;
}
/*specific level values */
#primary-nav .nav-lvl2 li {
   width: 180px;
}
/* indented 3rd level */
#primary-nav .nav-lvl3 li {
   width: 160px;
}

/* separator */
ul#primary-nav li hr.menu_separator{
}

/* do not display li tagged as last */
.menu_last{
display:none;
}

/*ANY LEVEL */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
/* 2nd level and below*/
#primary-nav ul { 
	position: absolute; 
	z-index: 1001;
	top: auto; 
	display: none; 
	background-color:#5e5d5b; /* #887766;*/
}




/*Level 2 specific layout: shadow & rounded corners */
#primary-nav ul.nav-lvl2>li.menu_last{
display:block;
height:10px;
}

#primary-nav .nav-lvl2{
-webkit-box-shadow: #BBB 4px 4px 6px;
-moz-box-shadow: #BBB 4px 4px 6px;
box-shadow: #BBB 4px 4px 6px;
}
#primary-nav .nav-lvl2,#primary-nav ul.nav-lvl2>li.menu_last{
border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}


/* third level and below*/
#primary-nav ul ul { 
   position:relative;
   margin-top: 1px;
   margin-left: 0px;
  display:block !important;
   /*left: 100%; */
   top: 0px; 
}

/*first level and below	 */
#primary-nav li { 
   margin-left: 0px; /* -1px */
   float: left; 
}

/*2nd level and below */
#primary-nav .nav-lvl2 li { 
   margin-left: 0px;
   margin-top: 0px; /* -1 */
   float: none; 
  position: relative;
}

/* right indent for 3rd level */
#primary-nav .nav-lvl3>li{
    padding-left:20px;
}

/****************************************************/
/* Styling the basic apperance of the menu elements */
/****************************************************/
#primary-nav a { 
	display: block; 
	background-image:url(images/css/li_menu.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0px 15px;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
        background-color:rgba(0,0,0,0) ;
	font-weight:500;
	color: #ffffff;
}

/* specific font for 1st level */
#primary-nav>li>a span{
	font-size: 15px !important;
	font-weight: normal;
	font-family: Calibri, Arial, Verdana, Helvetica, sans-serif !important;
}

/*specific for sectionheader */
#primary-nav a.sectionheader{
background-image:none;
font-weight:bold;
margin-left:0px;

}
#primary-nav li a { 
   border: none;
}
/* redundant? */
#primary-nav li li a { 
   border: none;
}	

/* 1st level color */
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #5e5d5b;
}

/* sub levels color */
#primary-nav li li, #primary-nav li li.menuparent{
        background-color:rgba(0,0,0,0) ;
/*   background-color: #5e5d5b;*/
/*background-color:#887766; c7c5c1*/
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 

/*   background-color: #5e5d5b; */
background-color: #78A824 ;

}
#primary-nav li.menuactive a{
/*color: #78A824 !important;*/
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav  li.menuparent, 
#primary-nav  li.menuparent:hover, 
#primary-nav  li.menuparenth { 
/* arrow for menuparents */
 /*  background-image: url(images/cms/arrow.gif); 
   background-position: center left; 
   background-repeat: no-repeat; */
}

/* hover color */
#primary-nav  li.menuparent:hover, 
#primary-nav  li.menuparenth { 
 background-color: #c7c5c1;
}
/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #c7c5c1;

}
/*except for last element */
#primary-nav li.menu_last:hover{
 background-color: #5e5d5b;
}
/* sub levels */
/*#primary-nav li:hover ul ul, */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   margin-top:0px; /* 1px */
   display: none;

}

#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
   
}

/* End of 'Menu_Style' */

