/* Styling needed for the navigatio bar */

ul#nav-bar {
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5E5E5), color-stop(100%,#C4C4C4)); /* old browsers */
	/*background: -moz-linear-gradient(top, #E5E5E5 0%, #C4C4C4 100%); /* firefox */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5E5E5), color-stop(100%,#C4C4C4)); /* webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36C), color-stop(100%,#033A90)); /* old browsers */
	background: -moz-linear-gradient(top, #36C 0%, #033A90 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36C), color-stop(100%,#033A90)); /* webkit */



  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E5E5', endColorstr='#C4C4C4',GradientType=0 ); /* ie */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36C', endColorstr='#033A90',GradientType=0 ); /* ie */
	border:1px solid #757575;
	border-bottom:3px solid #A30000;
	/*background-color:#E5E5E5; /* For BB */
	background-color:#033A90; /* For BB */
	-moz-border-radius:0 0 0 0;
	-webkit-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
	cursor:default;
	font-family: Arial;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
}

ul#nav-bar li {
	display:inline;
	margin-right:0px;
}

ul#nav-bar li a {
	text-decoration:none;
	font-weight:bold;
	/*color:#1d1d1d;*/
	color:#ffffff;
	border-left:1px solid #6f6f6f;
	margin-right: -4px;
	padding: 10px 20px;
}

ul#nav-bar li:first-child a {
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: #6f6f6f;
}

ul#nav-bar li:nth-child(2) a {
	border-left:none;
}

ul#nav-bar li a:hover {
	background:rgba(0, 0, 0, 0.1);
}

ul#nav-bar li a.active {
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E20000), color-stop(100%,#A30000));
	background: -moz-linear-gradient(top, #E20000 0%, #A30000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E20000), color-stop(100%,#A30000));*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9F0), color-stop(100%,#390));
	background: -moz-linear-gradient(top, #9F0 0%, #390 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9F0), color-stop(100%,#390));

	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E20000', endColorstr='#A30000',GradientType=0 );*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9F0', endColorstr='#390',GradientType=0 );
	/*background-color: #E20000; /* For BB */
	background-color: #9F0; /* For BB */
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	-moz-box-shadow:0px -1px 5px #000000;
	-webkit-box-shadow:0px -1px 5px #000000;
	box-shadow:0px -1px 5px #000000;

	filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=0, color='#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=0, Direction=0, Color='#000000')";
	/*color:#fff;*/
	color:#333;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
