/* Start of CMSMS style sheet 'fandb navigation' */
/* 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 { 
   border: 0;
    list-style-type: none;
    display: block;
    z-index: 5;
   
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}


#primary-nav li { 
   /*margin-bottom: -1px; */
   position: relative;  
   width: 15em;
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   text-decoration: none;
   color: #000;
   padding: 3px 3px;
   display: block;
   background: transparent; 
   font-family: "Comic Sans MS", "Trebuchet MS", tahoma, verdana, arial, sans-serif;
   font-size: 18px;
   line-height: 18px;
   font-weight: bold;
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}

/* Styling the apperance of menu items on hover */

#primary-nav a:hover {
	color: #db0202;	
}

#primary-nav li, #primary-nav li.menuparent { 
   /*background-color: #e7dbc3;*/ 
   min-height:1em; /* Fixes IE7 bug*/
}

/* End of 'fandb navigation' */

