#navigation {
	/*===============================
	====== Gradient Background=======
	===============================*/
	background: #777777; /* Old browsers */
	background: -webkit-linear-gradient(top, #777777 0%, #575757 46%, #454545 48%, #545454 100%);

	background: -moz-linear-gradient(top, #777777 0%, #575757 46%, #454545 48%, #545454 100%);
	background: -o-linear-gradient(top, #777777 0%, #575757 46%, #454545 48%, #545454 100%);
	background: -ms-linear-gradient(top, #777777 0%, #575757 46%, #454545 48%, #545454 100%);
	background: linear-gradient(top, #777777 0%, #575757 46%, #454545 48%, #545454 100%); /* W3C */
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#545454',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 4px 0px 6px -1px rgba(51,22, 1, .6), -4px 0px 6px -1px rgba(51,22, 1, .6);
	box-shadow: 4px 0px 6px -1px rgba(51,22, 1, .6), -4px 0px 6px -1px rgba(51,22, 1, .6);

	border-radius: 10px;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	clear: left;
	position: relative;
    	width: 945px;
   	text-align: center;
   	height: 35px;
	padding-left: 15px;
}

#navigation div {
	float: left;
	border-left: 1px solid gray;
	margin-right: -1px;
	width: 130px;
}

#navigation div:first-child
{
    border-left: none;
}

#navigation div a {
    position: relative;
    z-index: 200;
    color: #fff;
    display: block;
    float: left;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    font-size: 14px;
}

#navigation div a:hover {
    color: white;
}

#navigation #magic-line {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    background: #fe4902;
    z-index: 5;
    border-radius: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.current-page a {
    color: white !important;
}
