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

/* Basic Styles */
#sidemenutitle {
	display: none;
}
#nav {
	width: 100%;
	font-size: 1.0em;
	position: relative;
	background-color: #FFFFFF;
	clear: both;
}
#nav ul {
	display: none;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	#nav a#pull {
	display: block;
	background-color: #0177C1;
	width: 100%;
	position: relative;
	background-image: none;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	#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: #2E436E;
	display: block;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	text-indent: 5px;
}

#nav li {
		display: block;
		float: none;
		width: 100%;
	}
	#nav li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCEAF5;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
	}
#nav li:last-child a {
	border-right: 0;
}
#nav a:hover, #nav a:active {
	color: #FFFFFF;
	background-color: #0177C1;
}
#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: #0177C1;
	width: 100%;
	position: relative;
	}
	#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 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7E9F3;
	}
  	#nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 5px;
  	}
}

/*Styles for screen 600px and higher*/
@media screen and (min-width: 780px) {
	#sidemenutitle {
	color: #0177C1;
	background-color: #FFFFFF;
	margin-bottom: 1px;
	display: block;
	margin-top: 0.63em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80A2BD;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: 'Muli', sans-serif;
	font-size: 1.6em;
}
	#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 {

}
}
