@import url("../webfonts/Komika/stylesheet.css");
@import url("../webfonts/Action_Man/stylesheet.css");

ul {
	font-family: Komika;
	list-style-type: none;
}
ul li {
	display: block;
	background-color: #333;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F60;
}
ul li:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}

ul li a {
	color: #FFF;
	text-decoration: none;
	font-family: "Action Man";
}
ul li a:hover {
	color: #333;
	background-color: #DFDFDF;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-color: #212121;
}
