/* Start of CMSMS style sheet 'ulso-nav-css' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   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: -1px;
}
#primary-nav ul { 
   position: relative; 
   top: 0; 
   right: 1%; 
 /*  display: none; */
}
#primary-nav li { 
  margin-bottom: -1px; 
  position: relative;
  display: block; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
  display: block; 
  margin: 0px; 
  padding: 2px 5px; 
  color: #ccc;
  background-color: #000;
  text-decoration: none; 
/* background: transparent; */
  min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav li, #primary-nav li.parent { 
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: bold;
  margin: 1em 0 1.4em 3em;
  /* background-color: #ececec; */
   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.nowparent ul { 
  display: block;
}

a#now {
  color: #dd6;
  list-style: disc;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.parent, 
#primary-nav li.parent:hover, 
#primary-nav li.parenth { 
}

#primary-nav li a:hover {
  color: #900;
}

#primary-nav li ul li {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 85%;
  line-height: 1em;
  padding: none;
  margin: 0 0 0 2em;
}

/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.parenth, 
#primary-nav li.nowh { 
   color: #900; 
}


/* 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.parenth ul, 
#primary-nav li.parenth 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.parenth ul, 
#primary-nav ul li.parenth ul, 
#primary-nav ul ul li.parenth ul { 
  display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.parenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sctnhd {
  border-left: 1px solid #006699; 
  border-top: 1px solid #006699; 
  font-size: 130%;
  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 'ulso-nav-css' */

