#wrapper {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

a { color: #024d28; text-decoration: underline; }
a:hover { text-decoration: none; }


#menu { position: absolute; top: 80px; left:0; z-index: 5; background: #fff url(img/menu_sprite.gif) repeat-x 0 0; }
#menu ul li a { display: block; margin: 0; padding: 6px 14px 14px 14px; color: #000; text-decoration: none; white-space: nowrap;  font-weight: bold;}
#menu ul li.active a { background-image: url(img/menu_sprite.gif); }





