/* Basic Styles */
#nav {
	/*height: 40px;*/
	position: relative;
/*	top:10px;
	right:0px;*/
	width:100%;
	background-image: url(../images/top-nav-bg.gif);
	background-repeat:repeat-x;
	background-position: left bottom;/*	text-shadow: 1px 1px 0px #283744;*/
	background-color:#25a267;
	

}
#nav ul {
	padding: 0;
	margin: 0 auto;
	/*height: 40px;*/
	overflow:hidden;
	clear:both;
	/*float:right*/
}
#nav > ul > li {
	display: block;
	float: left;
}

#nav > ul > li > a {
	display: inline-block;
	padding: 4px 26px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	color:#ffffff;
	text-transform:uppercase;
	border-left:1px solid #26be73;
	border-right:1px solid #0d7e46;
}
#nav > ul >  li:first-child > a {
	border-left:0px solid #26be73;
}
#nav > ul >  li:last-child  > a{
	border-right:0px solid #26be73;
}
#nav a.current {
	text-decoration:underline;
	color:#ffffff;
	background-image: url(../images/top-nav-current.gif);
	background-repeat:repeat-x;
	background-position: left bottom;/*	text-shadow: 1px 1px 0px #283744;*/
	background-color:#1498d6;
	text-decoration:none
}
a#pull {
	display: none;
}







@media screen and (min-width: 0px) and (max-width: 640px) {

#nav > ul > li > a {
	width:100%;
	display:block;
	text-align:left;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #26BE73;
	border-bottom: 1px solid #0D7E46;
	   line-height: 30px;
}
#nav ul {
	display:none
}
#nav > ul > li {
	float:none;
	width:100%;
}
a#pull {
	display: block;
	background-color: #0c4381;
	width: 100%;
	position: relative;;
	color: #ffffff;
	font-weight:700;
	font-size:18px;
	text-decoration:none;
	padding:10px 20px;
	overflow:hidden;
	text-transform:uppercase
}
#pull:after {
	content:"";
	background: url('../images/nav-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 12px;
}
/*-- navigation end --*/

}
