/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
/* Basic Styles */
body {
}
nav {
	width: 100%;
	position: relative;
	float: left;
}
nav ul {
	padding: 0;
	margin: 0;
	height: 60px;
	width: 100%;
	text-align: right;
}
nav li {
	display: inline;
}
nav a {
	font-size: 14px;
	color: #999999;
	display: inline-block;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999;
	line-height: 60px;
}
nav a.last {
	display: inline-block;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999;
	border-left-color: #999;
}

nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
}

nav li a.selected  {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
}

@media screen and (max-width: 960px) {


.TABLET{  
}	

nav { 
	border-bottom: 0;
	width: 100%;
}
nav ul {
	display: none;
}
nav a {
	width: 100%;
	text-align: center;
	background-color: #221E2B;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: normal;
	text-indent: 0px;
	border: 1px none #333;
}
nav a:hover {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	border: 1px none #FFF;
}
nav li {
	display: block;
	float: none;
	width: 100%;
	position: relative;
	background-image: none;
	padding-left: 0px;
  	}
nav li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	
nav li a.selected {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFF;
	border: 1px none #FFF;
}



nav a#pull {
	display: block;
	width: 100%;
	position: relative;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 0px;
	text-align: center;
	background-image: none;
	padding-top: 12px;
	padding-bottom: 12px;
}

}
