@charset "utf-8";
/* CSS Document */
@media only screen and (max-width : 1000px ){
#sectImg img {
	height: 120px;	
}
}
ul#navigation {
	background: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: ##C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	width: 100%;

}

ul#navigation li {
	display: inline-block;
	margin: 0;
	padding-left: 0;
	text-align: left;
	position: relative;
	margin-left: 0;
	
}

ul#navigation li a {
	color: #828282;
	text-decoration: none;
	display: block;
	width: 100%;
	background: #fff;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.3s linear, background 0.3s linear;





}

ul#navigation li a:hover {
	background-color: #fff;
	color: #000;
}

ul#navigation li a.first {
		
}

ul#navigation li a.last {
	
}

ul#navigation li:hover > a {
	color: #000;
	/* [disabled]margin-left: 3em; */
		
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	/*these 2 styles are very important, 
being the ones which make the drop-down to appear on hover */
	visibility: visible;
	opacity: 1;
	background-color: #fff;

		
	
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*the next 2 styles are very important, 
being the ones which make the drop-down to stay hidden */
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 99999;
	width: 18em;
	box-shadow: none;
	/* css3 transitions for smooth hover effect */
	-webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
	-moz-transition: opacity 0.4s linear, visibility 0.4s linear;
	-o-transition: opacity 0.2s linear, visibility 0.2s linear;
	transition: opacity 0.4s linear, visibility 0.4s linear;	
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
font-size: 0.5em;

	
		
}

ul#navigation ul {

	
}

ul#navigation ul li ul {
	display: block;
	
	
}

ul#navigation ul li {

	margin-left: 0;
	display: block;
	font-size: 1.5em;
	


	

}

ul#navigation ul li a {
	background: #fff;
border-bottom:  1px solid #C0C0C0;
	border-right:  1px solid #C0C0C0;




}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1}

/* Basic Styles */
}
nav {
	width: 100%;/
}
nav ul {
	margin-left: 0em;
}

nav li {
	white-space: nowrap;
}
nav a {
	text-decoration: none;
	line-height: 40px;/
}
nav li a {

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav li:last-child a {

}
nav a:hover, nav a:active {

}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 729px) {
	nav {
		
  	}
  	nav ul {
	width: 100%;
	display: block;
	height: auto;
	padding: 0% 0% 0px;
	text-align: center;
	margin-right: 0%;
	margin-left: 0%;
	float: left;
  	}
  	nav li {
	width: 100%;
	white-space: nowrap;

  	}
  	nav li a {
  
	white-space: nowrap;

	}
  	nav a {
	text-align: left;
	
  	}
	ul#navigation {
	background: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

ul#navigation li {
	display: inline-block;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	

}

ul#navigation li a {
	color: #666;
	text-decoration: none;
	display: block;
	width: 100%;
	background: #fff;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.3s linear, background 0.3s linear;

	

		

}

ul#navigation li a:hover {
	background-color: #fff;
	color: #C0C0C0;
	
}

ul#navigation li a.first {

	
}

ul#navigation li a.last {
	border-right: 1px solid #C0C0C0;

}

ul#navigation li:hover > a {
	background: #e4e4e4;
	color: #666;
	width:100%;
		

}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	/*these 2 styles are very important, 
being the ones which make the drop-down to appear on hover */
	visibility: visible;
	opacity: 1;
	/*background-color: #cococo;*/

	
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
		
	padding: 0;
	/*the next 2 styles are very important, 
being the ones which make the drop-down to stay hidden */
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 99999;
	width: 100%;
	box-shadow: none;
	/* css3 transitions for smooth hover effect */
	-webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
	-moz-transition: opacity 0.4s linear, visibility 0.4s linear;
	-o-transition: opacity 0.2s linear, visibility 0.2s linear;
	transition: opacity 0.4s linear, visibility 0.4s linear;


	
		
}

ul#navigation ul {

	width: 100%;

	
}

ul#navigation ul li ul {
	display: block;
	

}

ul#navigation ul li {
	width: 100%;
	margin-left: 0;
	display: block;
	
	
					
	
}

ul#navigation ul li a {
	/*background: #fff;*/
		
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 515px) {
	nav {
		background: #fff;
	}
	nav ul {
	display: none;
	}
	nav a#pull {
	display: inline-block;
	width: 100%;
	position: relative;
	color: #666;
	font-size: 1em;
	float: left;
	

	

	}
	nav a#pull:after {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	/*position: absolute;*/
	right: 10%;
	top: 20px;
	margin-left: 2%;
	float: left;

	/*padding-bottom: 2%;*/
	background-color: #Fff;
	background-image: url(../_images/nav-icon.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	}
	/*nav a#pull:after {
	content: "";
	width: 40px;
	height: 30px;
	display: inline-block;
	top: 20px;
	margin-left: 3%;
	margin-top: 0.25em;
	background-image: url(../_images/nav-icon.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	float: left;
	padding-left: 0%;

	}*/
}

/*Smartphone*/
@media only screen and (max-width : 300px) {
	nav li {
	float: left;
	white-space: nowrap;
	margin-left: 0;
	}
	nav li a {

	white-space: nowrap;
	}
nav li a:hover {

	white-space: nowrap;
}

