@charset "utf-8";
/* CSS Document */
.web-nav {
    background: #333333;
    min-height: 60px; padding:8px;
    position: relative;
}
.fhweb {
	width: 100%; text-align: center;
}
.fhweb img {
	width: 100%;
}
.web-nav ul {
    text-align: center;
    position: relative;

}
.web-nav ul li {
    list-style: none;
    padding: 4px 8px;
    text-align: center;
    display: inline;
}
.web-nav ul li a {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding: 10px;
    color: #fff;
	letter-spacing:2px;
}
.web-nav ul li a:hover {
    text-decoration: none;
    border: 1px solid #5D4967;
	background:#18bcca;
    color: #7f2363;
}

