/* Start of CMSMS style sheet 'BWT Navigation' */
@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   background-color: #be9a3b;
   margin-top: 120px;

   margin-left: 20px;
   float:left;
   height:115px;
   width:700px;
}
#menutag {

      background-color: #FFF;
	  padding-bottom:5px;

}
#menutag p {
  display: inline;
  font-weight: bold;
  color: #18507C;
}

/* 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: #be9a3b;
   max-width: 100%;
}



#menu_vert ul { 
   background-color: #be9a3b;
   top: auto; 

   
}
#menu_vert, #menu_vert ul { 
   background-color: #be9a3b;
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#menu_vert li { 
   background-color: #be9a3b;
   max-width: 123px; 
   margin-left: -1px;
   float: left; 
}

/* Styling the basic apperance of the menu elements */
#menu_vert a { 
   display: inline; 
   float:left;
   margin: 0px; 
   padding: 15px 10px; 
   text-decoration: none; 
   color: #FFF;
   background-color: #be9a3b;
}
#menu_vert a:hover {
   text-decoration: none;
   background-color: #be9a3b;
   color: #32525c;
}
#menu_vert a.external:hover { 
  background-color: #32525c;
}

.menuparent a:hover{ 
   color: #32525c;
}


#menu_vert li a { 
   border-left: 1px solid #FFF;
   color: #FFF;
}

#menu_vert .currentpage li a { 
   border-left: 1px solid #FFF;
   color: #32525c;
}



#menu_vert .currentpage a:hover  { 
   color: #32525c;
}



#menu_vert .currentpage { 
   display: inline; 
   float:left;
   margin: 0px; 
   padding: 15px 10px; 
   text-decoration: none; 
   color: #32525c;
   border-left: 1px solid #32525c;
   max-width: 105px; 



}



#menu_vert .activeparent li a { 
   border-left: 1px solid #32525c;
   color: #32525c;
  border-collapse:collapse;
}

#menu_vert .activeparent a:hover  { 
   color: #32525c;
}

#menu_vert .activeparent { 

   display: inline; 
   float:left;
   margin: 0px; 
   text-decoration: none; 
   color: #32525c;
   border-color:#32525c;

}










#menu_sub {
   float:left;
   background-color: #FFF;
   height:100%;
   float:left;
   margin: 3.5em 0 0 0;
font-weight: bold;
}


/* 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: #FFF;
   max-width: 100%;
}



#menu_sub ul { 
   top: auto; 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 160px;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#menu_sub li { 
   width: 160px; 
   float: left; 
}

/* Styling the basic apperance of the menu elements */
#menu_sub a { 
   display: inline; 
   float:left;
   margin: 0px; 
   padding: 15px 10px; 
   text-decoration: none; 
   color: #32525c;
   width: 140px;
}
#menu_sub a:hover {
   text-decoration: none;
   color: #be9a3b;
}

.menuparent a:hover{ 
   color: #be9a3b;
}


#menu_sub li a { 
   border-bottom: 1px dotted #be9a3b;
   border-collapse:collapse;
   color: #32525c;
}

#menu_sub li li {
	border: none;
	color: #32525c;
	margin: 0 0 0 15px;
       padding: 0px; 
	font-weight: normal;
}


#menu_sub li li a {
	border: none;
	color: #32525c;
	margin: 0 0 0 15px;
       padding: 5px 0px; 
	font-weight: normal;
       max-width: 105px; 
}

#menu_sub .activeparent .currentpage{
	border: none;
	color: #be9a3b;
	margin: 0 0 0 30px;
	padding: 15px 10px; 
	font-weight: normal;
       max-width: 105px; 
}


#menu_sub .menuactive a { 
   color: #32525c;
}

#menu_vert .menuactive a:hover  { 
   color: #32525c;
}

#menu_sub .currentpage { 
   display: inline; 
   float:left;
   margin: 0px; 
   padding: 15px 5px; 
   text-decoration: none; 
   width: 160px; 
}
#menu_sub .currentpage { 
    border-bottom: 1px dotted #be9a3b;
   color: #be9a3b;
   padding: 15px 10px; 
   width: 140px; 
}
/* End of 'BWT Navigation' */

