#nav > li > a {
	background: #bd0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #bd0000 0%, #830000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd0000), color-stop(100%,#830000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bd0000 0%,#830000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bd0000 0%,#830000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bd0000 0%,#830000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bd0000 0%,#830000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0000', endColorstr='#830000',GradientType=0 ); /* IE6-9 */
}

#nav > li > a:hover {
	background: #cd1010; /* Old browsers */
	background: -moz-linear-gradient(top,  #cd1010 0%, #830000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd1010), color-stop(100%,#830000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cd1010 0%,#830000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cd1010 0%,#830000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cd1010 0%,#830000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cd1010 0%,#830000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd1010', endColorstr='#830000',GradientType=0 ); /* IE6-9 */
}

#nav > li {
	background: #c02d2d;
}

#nav > li.current > .pointer {
	background: url('/themes/corporate/images/red_pointer.png');
}

#nav > li.profile > a > div {
	background: url('/themes/corporate/images/red_profile.png') no-repeat;
}

#nav > li.links > a > div {
	background: url('/themes/corporate/images/red_links.png') no-repeat;
}

#nav > li.socialstream > a > div {
	background: url('/themes/corporate/images/red_socialstream.png') no-repeat;
}

#nav > li {
	border-right: 1px solid #710000;
	border-left: 1px solid #ac2d2d;	
}

#content > h1, #content > h2 {
	color: #cc0000;
}