#nav > li > a {
	background: #176396; /* Old browsers */
	background: -moz-linear-gradient(top,  #176396 0%, #0d3957 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#176396), color-stop(100%,#0d3957)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #176396 0%,#0d3957 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #176396 0%,#0d3957 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #176396 0%,#0d3957 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #176396 0%,#0d3957 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#176396', endColorstr='#0d3957',GradientType=0 ); /* IE6-9 */
}

#nav > li > a:hover {
	background: #2773a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #2773a6 0%, #0d3957 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2773a6), color-stop(100%,#0d3957)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2773a6 0%,#0d3957 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2773a6 0%,#0d3957 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2773a6 0%,#0d3957 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2773a6 0%,#0d3957 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2773a6', endColorstr='#0d3957',GradientType=0 ); /* IE6-9 */
}

#nav > li {
	background: #1e80b6; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e80b6 0%, #11496d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e80b6), color-stop(100%,#11496d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e80b6 0%,#11496d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e80b6 0%,#11496d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e80b6 0%,#11496d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e80b6 0%,#11496d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e80b6', endColorstr='#11496d',GradientType=0 ); /* IE6-9 */
}

#nav > li.current > .pointer {
	background: url('/themes/corporate/images/blue_pointer.png');
}

#nav > li.profile > a > div {
	background: url('/themes/corporate/images/blue_profile.png') no-repeat;
}

#nav > li.links > a > div {
	background: url('/themes/corporate/images/blue_links.png') no-repeat;
}

#nav > li.socialstream > a > div {
	background: url('/themes/corporate/images/blue_socialstream.png') no-repeat;
}

#nav > li {
	border-right: 1px solid #0c3753;
	border-left: 1px solid #3c6f91;	
}

#content > h1, #content > h2 {
	color: #336699;
}