.nav-desktop ul {
	*zoom:1;
	list-style:none;
	margin:0;
	padding:0;
	background: transparent; 
}
.nav-desktop ul:before,
.nav-desktop ul:after {
	content:"";
	display:table;
}
.nav-desktop ul:after {
	clear:both;
}
.nav-desktop ul > li {
	float:left;
	position:relative;
	margin:0;
	padding:0;
	padding: 25px 10px 15px 10px;
}
.nav-desktop > ul > li:hover {
	background: url("../images/nav_bg_25.png") repeat transparent;
}
.nav-desktop a {
	width: auto;
	color: white;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}

.nav-desktop a:hover {
	text-decoration:none;
	color:#fcb315;
}