ul#navigation {
	list-style:none;
	height: 30px;
	padding: 0px 20px 0 0px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	
background-image: linear-gradient(bottom, rgb(136,6,32) 15%, rgb(86,6,22) 85%);
background-image: -o-linear-gradient(bottom, rgb(136,6,32) 15%, rgb(86,6,22) 85%);
background-image: -moz-linear-gradient(bottom, rgb(136,6,32) 15%, rgb(86,6,22) 85%);
background-image: -webkit-linear-gradient(bottom, rgb(136,6,32) 15%, rgb(86,6,22) 85%);
background-image: -ms-linear-gradient(bottom, rgb(136,6,32) 15%, rgb(86,6,22) 85%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.15, rgb(136,6,32)),
	color-stop(0.85, rgb(86,6,22))
);	

}

ul#navigation li {
	float: left;
	margin:0;
	position: relative;
	z-index: 1;
	border-right:1px solid #000;
}

ul#navigation li.selected {
	z-index: 3;
	border:none;
}

ul#navigation li.shadow {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 0;
	border: none;
	background: none;
	z-index: 2;
	-webkit-box-shadow: #111 0 -2px 6px;
	-moz-box-shadow: #111 0 -2px 6px;
	box-shadow: #111 0 -2px 6px;
}

ul#navigation li a:link, ul#navigation li a:visited {
	display: block;
	text-align: center;
	padding:0 14px;
	font-family:arial;
	line-height: 30px;
	text-transform:capitalize;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	outline: none;
	float: left;
	
background-image: linear-gradient(bottom, rgb(136,6,32) 15%, rgb(86,6,22) 85%);
background-image: -o-linear-gradient(bottom, rgb(136,6,32) 15%, rgb(86,6,22) 85%);
background-image: -moz-linear-gradient(bottom, rgb(136,6,32) 15%, rgb(86,6,22) 85%);
background-image: -webkit-linear-gradient(bottom, rgb(136,6,32) 15%, rgb(86,6,22) 85%);
background-image: -ms-linear-gradient(bottom, rgb(136,6,32) 15%, rgb(86,6,22) 85%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.15, rgb(136,6,32)),
	color-stop(0.85, rgb(86,6,22))
);	

}

ul#navigation li a:hover {
background-image: linear-gradient(bottom, rgb(189,3,43) 15%, rgb(122,2,26) 85%);
background-image: -o-linear-gradient(bottom, rgb(189,3,43) 15%, rgb(122,2,26) 85%);
background-image: -moz-linear-gradient(bottom, rgb(189,3,43) 15%, rgb(122,2,26) 85%);
background-image: -webkit-linear-gradient(bottom, rgb(189,3,43) 15%, rgb(122,2,26) 85%);
background-image: -ms-linear-gradient(bottom, rgb(189,3,43) 15%, rgb(122,2,26) 85%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.15, rgb(189,3,43)),
	color-stop(0.85, rgb(122,2,26))
);

}

ul#navigation li.selected a:link, ul#navigation li.selected a:visited {
	color: #fff;
	border:none;
	font-weight:bold;
	border-right:1px solid #000;
	
background-image: linear-gradient(bottom, rgb(189,3,43) 15%, rgb(122,2,26) 85%);
background-image: -o-linear-gradient(bottom, rgb(189,3,43) 15%, rgb(122,2,26) 85%);
background-image: -moz-linear-gradient(bottom, rgb(189,3,43) 15%, rgb(122,2,26) 85%);
background-image: -webkit-linear-gradient(bottom, rgb(189,3,43) 15%, rgb(122,2,26) 85%);
background-image: -ms-linear-gradient(bottom, rgb(189,3,43) 15%, rgb(122,2,26) 85%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.15, rgb(189,3,43)),
	color-stop(0.85, rgb(122,2,26))
);

}

#content {
	width: 95%;
	padding: 30px 0 50px 0;
	margin: 0 auto;
}


/* CONTENT TAB */

#contenttab li
{
margin:0px; 
padding:0px;
list-style:none;
}

#contenttab ol, #contenttab ol li {
list-style-type:decimal;
margin:0px;
padding:0px;
padding:0 15px 0 0px;
margin-left:5px;
}

#contenttab {
color:#fff;
padding:0 0px;
font-size:14px;
line-height:23px;
letter-spacing:.5px;
}

#contenttab ul,
#contenttab ul.headlines {
padding:10px;
}

#contenttab .headlines li {
padding:13px 0px 15px 0px;
background:url(../images/separator1.jpg) no-repeat center bottom;
}

#contenttab .headlines li:first-child {
padding-top:0px;
}

#contenttab .headlines li:last-child {
padding-bottom:0px;
background:none;
}

#contenttab li a {
color:#fff;
}
