@charset "utf-8";
/* CSS Document */

* {
	margin: 0; 
	padding: 0;
}

ul li {
  border: 1px solid #333;
   box-sizing: border-box;

  /* and for older/other browsers: */
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*ul li a {
  text-decoration: none;
  color:#FFF;
  display:block;
}


ul li a:hover {
  text-decoration: none;
  color:#000;
  display:block;
}*/

.navigation {
	margin-left: 0px;
	background: #1F51FF;
	color: #fff;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	}
.navigation li {
	width: 20%;
	float: left;
	cursor: pointer;
	list-style-type: none;
	background-color: #1F51FF;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	}
.navigation li h2 {
	font-family: Verdana, Arial, Verdana, Tahoma, Georgia, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 4px;
	line-height: 20px;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	}

.navigation li p{
	font-family: Verdana, Arial, Verdana, Tahoma, Georgia, sans-serif;
	font-size: 12px;
	color: #0F0;
	text-align: center;
	margin-bottom: 4px;
	-webkit-transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	-o-transition: all 0.8s ease-in;
	}
.navigation li:hover {
	background: #0F0;
	}
.navigation li:hover h2 {
	font-weight: bold;
	border-bottom-style: dotted;
	border-color: #000;
	color: #000;
	margin:0 -1px;
	}
.navigation li:hover a {
	font-weight: bold;
	border-color: #000;
	color: #000;
	margin:0 -1px;
	}
.navigation li:hover p {
	color: #000;
	font-weight: bold;
	margin:0 -1px;
	}
/*--------------------------------------*/
/*------------   BREAK   ---------------*/
/*--------------------------------------*/
a:hover   {color: #0F0;}
a:link    {color: #FFF;}
a:visited {color: #FFF;}
a:active  {color: #0F0;}
/*--------------------------------------*/
/*------------   BREAK   ---------------*/
/*--------------------------------------*/
a.headernavlink {
	font-family: Verdana, Arial, Verdana, Tahoma, Georgia, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 4px;
	line-height: 20px;
	display:block;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	}
a.headernavlink:link  {text-decoration: none; color: #fff;}
a.headernavlink:visited {text-decoration: none; color: #fff;}
a.headernavlink:hover {
	font-weight: bold;
/*	border-bottom-style: dotted;
	border-color: #000;*/
	color: #000;
	text-decoration: none;
	display:block;
	margin:0 -1px;
	}
a.headernavlink:active {text-decoration: none; color: #fff;}
/*--------------------------------------*/
/*------------   BREAK   ---------------*/
/*--------------------------------------*/
a.navlink {
	font-family: Verdana, Arial, Verdana, Tahoma, Georgia, sans-serif;
	font-size: 12px;
	color: #0F0;
	text-align: center;
	margin-bottom: 4px;
	display:block;
	-webkit-transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	-o-transition: all 0.8s ease-in;
	}
a.navlink:link  {text-decoration: none; color: #0F0;}
a.navlink:visited {text-decoration: none; color: #0F0;}
a.navlink:hover {
	color: #000;
	font-weight: bold;
	display:block;
	margin:0 -1px;
	text-decoration: none;
	}
a.navlink:active {text-decoration: none; color: #fff;}
/*--------------------------------------*/
/*------------   BREAK   ---------------*/
/*--------------------------------------*/
a.pagelink {
	font-family: Verdana, Arial, Verdana, Tahoma, Georgia, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0F0;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	}
a.pagelink:link  {text-decoration: none; color: #0F0;}
a.pagelink:visited {text-decoration: none; color: #0F0;}
a.pagelink:hover {
	color: #F0F;
	font-weight: bold;
	text-decoration: none;
	}
a.pagelink:active {text-decoration: none; color: #0F0;}
