/* Start of CMSMS style sheet 'gruppmeny - CSS' */
#gruppmeny{
  float:left;
   height:50px;
  width:960px;
   margin-left: 0px;
   margin-right: 0px;
}





/* Unless you know what you do, do not touch this */ 
#gruppmeny, #gruppmeny ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}

#gruppmeny ul { 
   position: absolute; 
}

#gruppmeny li { 
    margin: 0 30px 0 0;
   float: left; 
   text-align:center;
height:15px;
border:0;
}


/* Styling the basic apperance of the menu elements */
#gruppmeny a {  
   display: block; 
   margin: 0px; 
   text-decoration:none;
   color:#000000;
font-size: 22px;
  font-weight:bold;
   float: left; 
   width: 210px; 
   text-align:center;
padding:0;
   background-color: #cd72d9; 
border: 1 px solid #000000;
}






/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#gruppmeny li.menuparent, 
#gruppmeny li.menuparent:hover, 
#gruppmeny 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 */
#gruppmeny li:hover, 
#gruppmeny li.menuh, 

#gruppmeny li.menuactiveh { 
    background-color: #cd72d9;  
}




/* End of 'gruppmeny - CSS' */

