/* Start of CMSMS style sheet '** Ecool Txtmenu **' */
/**** Text Styles for the Menu ****/

div#head_header_menutxt{
	color: #5F6062;
	font-size: .7em;
}

div#head_header_menutxt a:link,
div#head_header_menutxt a:active,
div#head_header_menutxt a:visited{
	color: #5F6062;
	text-decoration: none;
}

div#head_header_menutxt a.menuactive{
	color: #186D33;
}

div#head_header_menutxt a:hover{

}


/**** The following is Frankensteined together from the default stylesheet and stripped down to only reflect the styles needed to make the plain-text menu function ****/

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

.clearb{
   clear:both;
}

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


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

/* Styling the basic apperance of the menu elements */
#secondary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 0px 9px; 
}

/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of '** Ecool Txtmenu **' */

