/* Start of CMSMS style sheet 'Borst_css_nav_vert' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
 margin:30px 0;
   width: 100%; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: 0;
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a:hover { 
color:#FFF;
}
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 3px 10px 3px 18px; 
  
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/
 text-decoration:none; /* no underline for links */
   
   color: #555555; /* this will be link color for all levels */
font-family: 'Arial Narrow', Arial;
font-weight: bold;
font-size:12px;
   background: url(templ_images/arrow2.gif) no-repeat 0 center;  
}

#primary-nav li li a { 
border: 1px solid black;
}
#primary-nav li li, #primary-nav li li.menuparent { 
   background-color: #ececec; 
   margin-left: 10px;
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive { 
   background-color: #ececec; 
}

/* 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 { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* 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: #CC0102;
   color: #FFF;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   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; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* End of 'Borst_css_nav_vert' */

/* Start of CMSMS style sheet 'borst_navHorizNew' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* 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_horiz_new {
   background-color: #FFF;  /* background color for the entire menu row */
   width: 100%;
   margin-left: 0px;
font-family: 'Arial Narrow', Arial;
font-weight: bold;
font-size: 11px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz_new ul {
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #CC0102;
border-top: 1px solid #CC0102;
   height:30px;
}


/* menu list items */
div#menu_horiz_new li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
}


/* the links, that is each list item */
div#menu_horiz_new a {
   padding: 8px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #555555;
   display: block; /* IE has problems with this, fixed above */
}
div#menu_horiz_new li a:hover {
   background-color: #CC0102;
 color: #FFF;
}

div#menu_horiz_new a.activeparent:hover {
   background-color: #CC0102;
   color: #FFF;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz_new li.activeparent a {
   /*background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
   background-color: #CC0102;
   color: #FFF;
}

div#menu_horiz_new h3 {
   padding: 5px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   background-color: #CC0102;
   color: #FFF;
   /*background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; ;*/
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

/* End of 'borst_navHorizNew' */

