﻿.Menu
{
	background-color: #224871;
	height: 50px;
	padding-top: 18px;
    background: #224871 url('/img/menu4.png')  bottom left repeat-x;
}

.navigation {
  list-style: none;
  padding: 0;
  margin: 0px 0px 0px 0px;
  font-size: 16px;
}

.navigation>li {
    float: left;
    padding: 0px 14px 0px 0px;
    background: transparent url('/img/menu1.png')  center right no-repeat;
    margin-right: 30px;
    
}

.navigation>li:hover {
    background: transparent url('/img/menu2.png')  center right no-repeat;
}


#GoHome 
{
	background-image: none;
}

#GoHome:hover {
	background-image: none;
}


.navigation .sub {
    display: none;
    position: absolute;
    list-style: none;
    padding: 30px 0px 10px 0px;
    overflow: hidden;
    box-shadow:  0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    background: White url('/img/menu3.png')  no-repeat 0px 0px ;
    margin-left: -30px;
  z-index: 26000;
}

.navigation li:hover > ul {
  display: block;
}

.navigation ul li
{
 float: none;
 }

.navigation>li a,
.navigation>li a:hover,
.navigation>li a:visited {
    text-decoration: none;
    text-align: left;
    color: #b8c6d8;
}
.navigation>li a:hover
{
	color: White;
}


.navigation .sub a,
.navigation .sub a:hover,
.navigation .sub a:visited 
{
	display: block;
    padding: 10px 50px 10px 50px;
    text-decoration: none;
    color: Black;
    max-width: 300px;
}
.navigation .sub a:hover
{
	text-decoration: underline;
	color: #960f16;
}