a:link, a:visited, a:hover, a:active {
	border: none; 
}

#header ul {
	opacity: 1;
	width: auto;
	margin: 0;
	text-align: center; 
}

#header {
	font-size: .9em;
	margin: 0 0 2em 0;
	width: 100%;
	height: 2em}

#header li {
	list-style-type: none;
	display: block;
	width: 12%;
	float: left;
	text-align: center;
	font-family: "Lucida Grande", sans-serif;
	height: 2.5em;
	border-right: 1px #818181 solid;
	-webkit-box-shadow: .1em .1em .2em #bbb;
	-moz-box-shadow: 1px 1px 2px #bbb;
	box-shadow: 2px 2px 2px #bbb;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0}

#header li a {
	display: block;
	padding: .8em .5em .5em .5em;
	text-decoration: none;
	color: #292929;
	text-shadow: 0px 1px 0px #ccc;
	font-size: .8em; 
}

#header li:first-child {
	-webkit-border-top-left-radius: .5em;
	-moz-border-radius-topleft: .5em;
	border-top-left-radius: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-moz-border-radius-bottomleft: .5em;
	border-bottom-left-radius: .5em; 
}

#header li:last-child {
	-webkit-border-top-right-radius: .5em;
	-moz-border-radius-topright: .5em;
	border-top-right-radius: .5em;
	-webkit-border-bottom-right-radius: .5em;
	-moz-border-radius-bottomright: .5em;
	border-bottom-right-radius: .5em;
	border-style: none 
}

#header li {
	background-color: #c9c9c9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#848484), color-stop(0.6, #a1a1a1));
	background-image: -moz-linear-gradient(top, #c9c9c9, #848484, #a1a1a1 90%); 
}

#header li:hover, #header li.current {
	background-color: #333333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#4c4c4c), color-stop(0.6, #474747));
	background-image: -moz-linear-gradient(top, #333333, #4c4c4c, #474747 90%); 
}

#header li {
	-webkit-transition: color 0.5s; 
}

#header li:hover a, #header li.current a {
	color: #e8e8e8;
	text-shadow: 1px 1px 0px #353535; 
}