#nav > li > a {
	background: #8abd00; /* Old browsers */
	background: -moz-linear-gradient(top,  #8abd00 0%, #508300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8abd00), color-stop(100%,#508300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8abd00 0%,#508300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8abd00 0%,#508300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8abd00 0%,#508300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8abd00 0%,#508300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abd00', endColorstr='#508300',GradientType=0 ); /* IE6-9 */
}

#nav > li > a:hover {
	background: #9acd10; /* Old browsers */
	background: -moz-linear-gradient(top,  #9acd10 0%, #508300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9acd10), color-stop(100%,#508300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9acd10 0%,#508300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9acd10 0%,#508300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9acd10 0%,#508300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9acd10 0%,#508300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9acd10', endColorstr='#508300',GradientType=0 ); /* IE6-9 */
}

#nav > li {
	background: #add100; /* Old browsers */
	background: -moz-linear-gradient(top,  #add100 0%, #66a700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#add100), color-stop(100%,#66a700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #add100 0%,#66a700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #add100 0%,#66a700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #add100 0%,#66a700 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #add100 0%,#66a700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#add100', endColorstr='#66a700',GradientType=0 ); /* IE6-9 */
}

#nav > li.current > .pointer {
	background: url('/themes/corporate/images/green_pointer.png');
}

#nav > li.profile > a > div {
	background: url('/themes/corporate/images/green_profile.png') no-repeat;
}

#nav > li.links > a > div {
	background: url('/themes/corporate/images/green_links.png') no-repeat;
}

#nav > li.socialstream > a > div {
	background: url('/themes/corporate/images/green_socialstream.png') no-repeat;
}

#nav > li {
	border-right: 1px solid #4a6b00;
	border-left: 1px solid #8bb52d;	
}

#content > h1, #content > h2 {
	color: #669900;
}
