.menunew{

}
.menunew ul{
    padding: 0;
    background-color: #313B47;
    height: 34px;
}
.menunew ul li{
    float:left;
    list-style:none;
    width:auto;
    position: relative;
    border-left: 1px solid white;
    margin: 10px 0;
    padding: 0 10px;
    font-size: 120%;
}

.menunew ul li:first-child {
    border: medium none;
}

.menunew a{
    color:white !important;
    text-decoration:none;
}
.menunew a:hover{
    text-decoration:underline;
    color: #98CCFE !important;
}

#fmenu a{
    text-decoration: none;
    color: #646464;
    text-transform: uppercase;
    padding: 10px;
}

#fmenu a:hover{
    color: #000000;
}

#fmenul a{
    color:#044E8E;
    text-decoration: none;
    padding: 5px;
    border-left: 1px #044E8E dotted;
}

#fmenul a:first-child{
    border: 0px;
}

#fmenul a:hover{
    text-decoration: underline;
}
