#navigation {
    width: 960px;
	font-family: "Bauhaus Lt BT";
	direction: ltr;
}
.menu {
	margin-top:15px;
	font-weight: bold;
}
.menu ul {
    color: #999999;
    list-style: none outside none;
}
.menu ul li {
    position: relative;
	font-family: "Bauhaus Lt BT";
	direction: ltr;
}
.menu ul li a {
    color: #787873;
    line-height: 65px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
}
.menu ul li *:hover {
    background-repeat: repeat-x;
    color: #00878A;
    font-weight: bold;
    text-decoration: none;
}
ul.sonarmenu {
    list-style: none outside none;
}
ul.sonarmenu li {
    display: inline;
}
ul.sonarmenu a {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: #000000;
    display: inline-block;
    font-family: "Bauhaus Md BT";
    font-size: 22px;
    letter-spacing: 1px;
    margin: -10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
ul.sonarmenu a:hover, ul.sonarmenu a:focus {
    border-bottom: 2px solid #00787A;
    outline: medium none;
}
ul.sonarmenu a:before, ul.sonarmenu a:after {
    border: 10px double rgba(0, 135, 138, 0.60);
    border-radius: 50%;
    content: "";
    height: 55px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.2);
    width: 55px;
}
ul.sonarmenu a:after {
    border-width: 4px;
    height: 65px;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    width: 65px;
}
ul.sonarmenu a:hover:before, ul.sonarmenu a:hover:after {
    animation: 1.2s ease 0s normal none infinite pulsate;
}
@-moz-keyframes pulsate {
30% {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
100% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(-50%) scale(0.5);
}
}
.footer-menu {
	font-family: "Bauhaus Lt BT";
	direction: ltr;
    width: 200px;
}
.footer-menu a:link {
    color: #787873;
    font-family: "Bauhaus Lt BT";
    text-decoration: none;
}
.footer-menu a:hover {
    color: #00787A;
    font-weight: bold;
}

.box_menu {
	height:auto;
	font-size: 24px;
	font-weight: bold;
}

.box_menu ul {
	color: #999999;
    list-style: none outside none;
}

.box_menu ul li {
    position: relative;
	font-family: "Bauhaus Lt BT";
	direction: ltr;
}

.box_menu ul li a {
    color: #787873;
    line-height: 30px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
}

.box_menu ul li a:hover {
    color: #00878A;
    font-weight: bold;
    text-decoration: none;
}

.middle_box_menu {
	height:auto;
	font-size: 24px;
	font-weight: bold;
}

.middle_box_menu ul {
	color: #999999;
    list-style: none outside none;
}

.middle_box_menu ul li {
    position: relative;
	font-family: "Bauhaus Lt BT";
	direction: ltr;
}

.middle_box_menu ul li a {
    color: #787873;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
	letter-spacing:2px;
}

.middle_box_menu ul li a:hover {
    color: #00878A;
    font-weight: bold;
    text-decoration: none;
}