/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
/* Basic Styles */

nav {
	width: 100%;
	position: relative;
	float: left;
}
nav ul {
	padding: 0;
	margin: 0;
	/* [disabled]height: 40px; */
	width: 100%;
	text-align: right;
}
nav li {
	display: inline;
}
nav a {
	font-size: 18px;
	color: #666666;
	display: inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
nav a.last {
	margin-right: 0px;
	display: inline-block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

nav a:hover {
    text-decoration: none;
    color: #daa003;
    background-color: #FFFFFF;
    display: inline-block;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

nav li a.selected  {
    text-decoration: none;
    color: #daa003;
    display: inline-block;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

@media screen and (max-width: 996px) {


.TABLET{  
}	

nav {
	border-bottom: 0;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
nav ul {
	display: none;
}
nav a {
	width: 100%;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #eeeeee;
	margin-left: 0px;

}
nav a:hover {
	width: 100%;
	color: #8c200b;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #F8F8F8;
}
nav li {
	display: block;
	float: none;
	width: 100%;
	position: relative;
	background-image: none;
	padding-left: 0px;
  	}
nav li a {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CCC;
}	
nav li a.selected {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #8c200b;
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}


/*nav a {
	text-align: center;
	width: 100%;
	text-indent: 0px;
}*/

nav a#pull {
	display: block;
	width: 100%;
	position: relative;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0;
	background-image: none;
	padding-top: 12px;
	padding-bottom: 12px;
}

}
