/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
width:auto;
float:left;
margin-left: 1px;
margin-right: 0px;
padding-top:0px;

}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   float:right;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
   width:auto;
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: right; 
   width:auto;
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   font-family:arial,sans-serif;
   display: block; 
   margin: 0px; 
   padding: 6px 15px; 
   text-decoration: none; 
   color: #fff;
   letter-spacing:2px;
   font-size:10px;
}


#primary-nav li a { 
   border-right: 0px solid #C0C0C0;
   border-left: 0px solid #666;
}
#primary-nav li li a { 
   border: 1px solid #C0C0C0;
}	


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */




/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   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: #333; 
   color:#ccc;
}

/* End of 'Navigation: CSSMenu - Horizontal' */

