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

/* Basic Styles */

#nav {
	width: 100%;
	font-size: 1.0em;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
}
#nav ul {
	display: none;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	#nav a#pull {
	display: block;
	background-color: #2C1D16;
	width: 100%;
	position: relative;
	background-image: none;
	color: #FFF;
	}
	#nav a#pull:after {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 5px;
	background-image: url(../images/nav-icon.png);
	background-repeat: no-repeat;
	line-height: 45px;
	}
#nav a {
	color: #2C1D15;
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	text-indent: 25px;
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#nav li {
		display: block;
		float: none;
		width: 100%;
	}
	#nav li a {
	}
#nav li:last-child a {
	border-right: 0;
}
#nav a:hover, #nav a:active {
	color: #00678C;
}
#up a {
	background-image: url(../images/menu_arrow_up.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	background-color: #1F9EB5;
}


/*Styles for screen 480px and higher*/
@media only screen and (min-width : 480px) {
	#nav {
		border-bottom: 0;
	}
	#nav ul {
	display: none;
	height: auto;
	margin: 0px;
	padding: 0px;
	}
	#nav a#pull {
	display: block;
	background-color: #2C1D16;
	width: 100%;
	position: relative;
	color: #FFF;
	}
	#nav a#pull:after {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 5px;
	background-image: url(../images/nav-icon.png);
	background-repeat: no-repeat;
	}
	#nav li a {
	}
  	#nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 20px;
  	}
}

/*Styles for screen 600px and higher*/
@media screen and (min-width: 980px) {
	#nav { 
  		height: auto;
  	}
  	#nav ul {
  		display: block;
  		height: auto;
		margin: 0px;
	padding: 0px;
  	}
  	#nav li {
  		width: 100%;
  	}
  	#nav a#pull {
	display: none;
		
}

#nav li a {

}
}
