﻿ /*Clearfix 
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}*/

/* MENU */
#menu {
	width:100%;
	color:white;
	background-color: #455868;
	font-size: 11pt;
	font-family: Arial, sans-serif;
	border-bottom: 2px solid #283744;
    clear:both;

}
#menu ul {
	padding: 0;
	margin: 0 auto;
	/*max-width: 940px;*/
	/*height: 40px;*/
}
#menu li {
	display: inline-block;
	zoom: 1; /* IE7 (hasLayout)*/
    *display: inline; /* IE */
	/*float: left;*/
}
#menu a {
	color: #fff;
	display: inline-block;
	padding-right:6px;
	padding-left:6px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
#menu li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#menu li:last-child a {
	border-right: 0;
}
#menu a:hover, #menu a:active {
	background-color: #8c99a4;
}
#menu a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 140px) {
	#menu { 
  		height: auto;
  	}
  	#menu ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	#menu li {
  		width: 25%;
  		float: left;
  		position: relative;
  	}
  	#menu li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	#menu a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}





}


/*Styles for screen 600px and lower*/
@media screen and (max-width: 140px) {
	#menu { 
  		height: auto;
  	}
  	#menu ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	#menu li {
  		width: 33%;
  		float: left;
  		position: relative;
  	}
  	#menu li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	#menu a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}





}



/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	#menu {
		border-bottom: 0;
	}
	#menu ul {
		display: none;
	}

	  	#menu li {
  		width: 50%;
	float:left;
  	}
			#menu li a
			{
				width:100%;
			}

			#menu li:last-child a {
				border-right: 1px solid #576979;
			}

	#menu a#pull {
		display:block;
		width: 100%;

				/*position: relative;*/
	}

		#menu img#iconMenu
		{
		border:none;
	}



	/*#menu a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		bottom: 0px;
	}*/
}
