@charset "UTF-8";


 .menu li {
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 13%;
    border-bottom-style: none;
    border-bottom-width: thin;
    margin-top: 14px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0.32%;
    padding-left: 0.32%;
    float: left;
    bottom: auto;
    position: relative;
    text-align: center;
    left: -31px;
}

.pageHeader #pageNav { 
	margin-right:0px;
	margin-left:0px;
    background-color: #333300;
    height: 48px;
    width: 100%;
    border-bottom: thick solid #993300;
    position: relative;
	margin-bottom: 0px;
	
}

.menu li a {
    text-decoration: none;
    font-weight: bold;
	font-size: 1.3vw;
    text-transform: none;
    font-style: normal;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #FDFDFD;
    text-align: center;
}

 .menu li:hover {
    border-bottom: thick solid #993300;
}

 .menu ul {
	border-top: thick solid #993300;
	margin-bottom: -9px;
    margins-left: 0px;
    margin-right: 0px;
    background: #333300;
    position: absolute;
    display: none;
}

.menu ul li{
	
   
    text-align: left;
	border-bottom-style: solid;
    border-bottom-color: #993300;
	width:130px;
}

 .menu ul li a {
    marging-left: 0px;
    padding-left: 0px;
    border-bottom: thin;
    border-bottom-color: #993300;
    padding-right: 0px;
    margin-left: 0px;
    left: auto;
}

 .menu li:hover>ul {
	display:block;
}
