@charset "utf-8";
@import url("webfonts/GoodFoot/stylesheet.css");

ul#css3menu3, ul#css3menu3 ul {
	border-style: solid;
	border-width: 0;
	list-style: none outside none;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	font-family: GoodFoot;
	font-size: 24px;
}

ul#css3menu3 ul {
	border-radius: 0 0 0 0;
    display: none;
    left: 0;
    padding: 0 0 25%;
    position: absolute;
    top: 100%;
	
}
ul#css3menu3 li:hover > * {
    display: block;
}
ul#css3menu3 li {
	display: block;
	float: left;
	font-size: 0;
	position: relative;
	white-space: nowrap;
	
}
ul#css3menu3 li:hover {
    z-index: 1;
}
ul#css3menu3 {
	border-radius: 0 0 0 0;
	display: inline-block;
	font-size: 0;
	margin: 0 0;
	padding: 10px 1% 10px 0;
	position: relative;
	z-index: 999;
	width: 99%;

	
	
}
*html ul#css3menu3 li a {
    display: inline-block;
}
ul#css3menu3 > li {
	margin: 0 0 0 1%;
	width: 15%;
	

}
ul#css3menu3 li.toplast {
	width: 15%;
	
}
body:first-of-type ul#css3menu3 {
	border-spacing: 10px 0;
	display: table-cell;
	text-align: center;
}
body:first-of-type ul#css3menu3 > li {
	display: table-cell;
	float: none;
}
ul#css3menu3 ul > li {
	margin-top: 10px 0 0;
	
}
ul#css3menu3 a:active, ul#css3menu3 a:focus {
    outline-style: none;
}
ul#css3menu3 a {
	background-repeat: repeat;
	color: #D3D3D3;
	cursor: default;
	display: block;
	font: bold 20px good foot;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
ul#css3menu3 ul li {
	float: none;
	margin: 0;
}
ul#css3menu3 ul a {
	background-color: rgba(102,102,102,0.5);
	border-radius: 0 0 0 0;
	border-style: solid;
	border-width: 0 0 1px;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	font-family: "good foot";
	font-size: 18px;
	font-weight: bold;
	
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
ul#css3menu3 li:hover > a, ul#css3menu3 li a.pressed {
    border-style: none;
    color: rgba(255,255,255,255);
    text-decoration: none;

}
ul#css3menu3 ul li:hover > a, ul#css3menu3 ul li a.pressed {
	background-color: rgba(153,153,153,0.70);
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(204,204,204,1);
	border-bottom-color: rgba(204,204,204,1);
	border-left-color: rgba(204,204,204,1);
}
ul#css3menu3 > li > a {
    padding: 3px 10px;
}
ul#css3menu3 li.topmenu > a {
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0 0 1px;
    padding: 3px 10px;
	transition: all 0.5s ease 0s;
}
ul#css3menu3 li.topmenu:hover > a, ul#css3menu3 li.topmenu a.pressed {
    border-style: none;
}
ul#css3menu3 li.toproot > a {
    
    border-style: none;
    border-width: 0 0 3px;
    padding: 3px 10px;
	transition: all 0.5s ease 0s;
}
ul#css3menu3 li.toproot:hover > a, ul#css3menu3 li.toproot a.pressed {
    border-radius: 10px 10px 0 0;
    border-style: solid;
}
ul#css3menu3 li.toplast > a {
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0 0 1px;
    padding: 3px 5px;
	transition: all 0.5s ease 0s;
}
ul#css3menu3 li.toplast:hover > a, ul#css3menu3 li.toplast a.pressed {
    border-style: none;
}
ul#css3menu3 > li:nth-child(1) {
    width: 10%;
}
ul#css3menu3 > li:nth-child(2) {
    width: 10%;
}
ul#css3menu3 > li:nth-child(3) {
    width: 10%;
}
ul#css3menu3 > li:nth-child(4) {
    width: 10%;
}
ul#css3menu3 > li:nth-child(5) {
    width: 10%;
}
@-moz-document url-prefix("") {
body:first-of-type ul#css3menu3 {
    display: inline-block;
}
body:first-of-type ul#css3menu3 > li {
    display: block;
    float: left !important;
}
}
@media only screen and (max-width: 704px), only screen and (max-device-width: 704px) {
ul#css3menu3 > li:nth-child(1) {
    margin: 0 0 10px 1.5%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(2) {
    margin: 0 0 10px 1.5%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(3) {
    margin: 0 0 10px 1.5%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(4) {
    margin: 0 0 10px 1.5%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(5) {
    margin: 0 0 0 1.5%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(6) {
    margin: 0 0 0 1.5%;
    width: 10%;
}
body:first-of-type ul#css3menu3 {
	display: inline-block;
	
}
body:first-of-type ul#css3menu3 > li {
    display: block;
    float: left !important;
	
}
}
@media only screen and (max-width: 463px), only screen and (max-device-width: 463px) {
ul#css3menu3 > li:nth-child(1) {
    margin: 0 0 10px 2%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(2) {
    margin: 0 0 10px 2%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(3) {
    margin: 0 0 10px 2%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(4) {
    margin: 0 0 10px 2%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(5) {
    margin: 0 0 10px 2%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(6) {
    margin: 0 0 0 2%;
    width: 10%;
}
}
@media only screen and (max-width: 324px), only screen and (max-device-width: 324px) {
ul#css3menu3 > li:nth-child(1) {
    margin: 0 0 10px 3%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(2) {
    margin: 0 0 10px 3%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(3) {
    margin: 0 0 10px 3%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(4) {
    margin: 0 0 10px 3%;
    width:10%;
}
ul#css3menu3 > li:nth-child(5) {
    margin: 0 0 0 3%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(6) {
    margin: 0 0 0 3%;
    width: 10%;
}
}
@media only screen and (max-width: 247px), only screen and (max-device-width: 247px) {
ul#css3menu3 > li:nth-child(1) {
    margin: 0 0 10px 4%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(2) {
    margin: 0 0 10px 4%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(3) {
    margin: 0 0 10px 4%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(4) {
    margin: 0 0 10px 4%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(5) {
    margin: 0 0 0 4%;
    width: 10%;
}
ul#css3menu3 > li:nth-child(6) {
    margin: 0 0 0 4%;
    width: 10%;
}
}
/* CSS Document */
