/* Start of CMSMS style sheet 'meny_horz' */
/********************
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 {
   background: url(uploads/images/meny_bg.gif) repeat-x;
   width: 100%;
   height: 33px;
   display:block;
   margin: 0;
   padding: 0;
   float: left;
   color: #ff0000;
}

div#menu_horiz_content {
   width: 937px;
   padding-left: 53px;
   }

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {

/* height:2.2em;  */
}

dfn {
display: none;
}

/* menu list items */
div#menu_horiz li {
   font-family: Verdana;
   font-size: 1.2em;
   padding-right: 5px;
   padding-left: 5px;
   padding-top: 5px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
}



/* the links, that is each list item */
div#menu_horiz a {
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ffffff;
   font-weight: bold;
}


/* hover state for links */
   div#menu_horiz li a:hover {
   color: #3b5293;
   font-weight: bold;
}


div#menu_horiz a.activeparent:hover {
   color: #cc6601;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
     color: #ffffff;
}

div#menu_horiz h3 {   
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ffffff; ; 
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   font-weight: bold;
   
}

/* End of 'meny_horz' */

