#nav > li > a {
	background: #8a00dd; /* Old browsers */
	background: -moz-linear-gradient(top,  #8a00dd 0%, #5000c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a00dd), color-stop(100%,#5000c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8a00dd 0%,#5000c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8a00dd 0%,#5000c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8a00dd 0%,#5000c1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8a00dd 0%,#5000c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a00dd', endColorstr='#5000c1',GradientType=0 ); /* IE6-9 */
}

#nav > li > a:hover {
	background: #9a10ed; /* Old browsers */
	background: -moz-linear-gradient(top,  #9a10ed 0%, #5000c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a10ed), color-stop(100%,#5000c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9a10ed 0%,#5000c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9a10ed 0%,#5000c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9a10ed 0%,#5000c1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9a10ed 0%,#5000c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a10ed', endColorstr='#5000c1',GradientType=0 ); /* IE6-9 */
}

#nav > li {
	background: #ad00e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ad00e8 1%, #6600d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ad00e8), color-stop(100%,#6600d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ad00e8 1%,#6600d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ad00e8 1%,#6600d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ad00e8 1%,#6600d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ad00e8 1%,#6600d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad00e8', endColorstr='#6600d3',GradientType=0 ); /* IE6-9 */
}

#nav > li.current > .pointer {
	background: url('/themes/corporate/images/purple_pointer.png');
}

#nav > li.profile > a > div {
	background: url('/themes/corporate/images/purple_profile.png') no-repeat;
}

#nav > li.links > a > div {
	background: url('/themes/corporate/images/purple_links.png') no-repeat;
}

#nav > li.socialstream > a > div {
	background: url('/themes/corporate/images/purple_socialstream.png') no-repeat;
}

#nav > li {
	border-right: 1px solid #460086;
	border-left: 1px solid #8b2dda;	
}

#content > h1, #content > h2 {
	color: #609;
}