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

/* Basic Styles */
#sidemenutitle {
	display: none;
}
#nav {
	font-size: 1.0em;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	background-color: #FFFFFF;
}
#nav ul {
	display: none;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	#nav ul .submenu {
	display: none;
	height: auto;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	}
.mainContent #nav a#pull {
	display: block;
	background-color: #00264B;
	position: relative;
	color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.mainContent #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;
	
	}
.mainContent #nav a {
	color: #333333;
	display: block;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	background-image: url(../images/arrow-3.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mainContent #nav .activesubmenu a{
	color: #333333;
	display: block;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	background-image: url(../images/arrow-3.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	background-color: #E0ECF7;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#nav li {
		display: block;
		float: none;
		width: 100%;
	}
.mainContent	#nav li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	}
#nav li:last-child a {
	border-right: 0;
}
.mainContent #nav a:hover, .mainContent #nav a:active {
	background-image: url(../images/arrow-3.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	color: #333333;
	background-color: #EEE;
	padding-left: 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/*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 ul .submenu {
	display: none;
	height: auto;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	}
.mainContent #nav a#pull {
	display: block;
	background-color: #00264B;
	position: relative;
	color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.mainContent #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;
	}
.mainContent #nav li a {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #EEE;
	padding-left: 25px;
	}
.mainContent #nav a {
	  	text-align: left;
	  	text-indent: 0px;
  	}
}

/*Styles for screen 600px and higher*/
@media screen and (min-width: 780px) {

	#nav { 
  		height: auto;
  	}
  	#nav ul {
  		display: block;
  		height: auto;
		margin: 0px;
	padding: 0px;
  	}
	#nav ul .submenu {
	display: block;
	height: auto;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	}
  	#nav li {
  		width: 100%;
  	}
.mainContent  #nav a#pull {
	display: none;
		
}

#nav li a {

}
}
