
.topnav li a {
	border-left: 1px solid #fff;
	border-right: 1px solid #eee;
	color: #888;
	display: block;
	font-size: 14px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;	
	z-index: 2;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;		
	transition: all 150ms linear;
}

.topnav li a:focus {
	outline: 0;
}

.topnav .navbar > li:first-child > a {
	border-left: none;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.topnav .navbar > li:last-child > a {
	border-right: none;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.topnav .navbar:hover > li > a {
	color: transparent !important;
	text-shadow: 0 0 5px #ccc !important;
}

.topnav .navbar:hover > li > a:hover {
	color: #444 !important;
    background: white !important;
	text-shadow: 0 1px 0 #fff;	
}

.topnav .navbar:hover > li > a:active {
	border-left-color: #f0f0f0 !important;	
	color: #999 !important;
	-webkit-box-shadow: inset 0 0 22px #e9e9e9 !important;
	-moz-box-shadow: inset 0 0 22px #e9e9e9 !important;
	box-shadow: inset 0 0 22px #e9e9e9 !important;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;		
	transition: none;
}