* {padding: 0; margin: 0}
body {margin: 0 auto 25px}


/* DROP DOWN
-------------------------------------*/
#shademenu {background: #336600; width: 600px; height: 26px}

.shadetabs ul {list-style-type: none; text-align: center}
.shadetabs li {
	position: relative;
	float: left;
	width: 120px;
	height: 26px;
	display: block;
	z-index: 1010;
}

.shadetabs li a:link, .shadetabs li a:visited {text-decoration: none; color: #FFF; font: normal 11px/26px Arial, Helvetica, sans-serif; display: block}
.shadetabs li a:hover, .shadetabs li a:focus {text-decoration: none; color: #336600; font: normal 11px/26px Arial, Helvetica, sans-serif; display: block; background: #FFFFCC}

.shadetabs li ul {top: -9000px; position: absolute; left: 0; padding: 0}
.shadetabs li:hover ul, .shadetabs li.sfhover ul {top: 100%; width: 120px}

.shadetabs li li {float: none; text-align: left}

.shadetabs li li a:link, .shadetabs li li a:visited {display: block; background: #39892f none; height: 26px; color:#FFFFCC; padding: 0 0 0 5px}
.shadetabs li li a:hover, .shadetabs li li a:focus {background: #3d9b35; color: #FFF}
