/* Start of CMSMS style sheet 'droppy-menu' */
/* Start of CMSMS style sheet 'droppy-menu' */
/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 140px; }
#nav ul ul { left: 141px; }

/* Everything else is theming */
 
  #nav ul { top: 31px; }
   #nav ul a { border-bottom: 1px solid white; border-left: 1px solid white; border-right: 1px solid; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


#nav li, #nav li.menuparent { 
   margin: 0; 
		color: #FFEADC;
		background: #1F376A;
		float: left;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#nav li.menuactive { 
   background: #7FAA40 url(uploads/easy/bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
}
#nav li a { 
  display: block; 
  font-weight: bold;
  color: #fff; 
  padding: 7px 14px 6px 14px;
  text-decoration: none;
  border-right: 1px white solid;
}
#nav li:hover {
   background: #9FAA40;
}
#nav li li a {
   background: #4372AA;
   font-size: 95%;
   display: block;
   padding: 3px 14px 3px 14px;
}
#nav li li a:hover {
  background: #9FAA40;
}

#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   clear: both;
	font-size: 8pt;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #1F376A;
}


.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #1F376A;
}
/* End of 'droppy-menu' */

 
/* End of 'droppy-menu' */

