.nopadding { 
    padding: 0 !important; 
    margin: 0 !important; 
}
nav{
    width: 100%;
    height: auto;
}
nav>ul{
   width: 100%;
   height: auto;
}
nav>ul>li{
    display: block;
    width: 100%;
    background-color: #0066FF;
    list-style-type: none;
    border: 1px solid #99CCFF;
}
nav>ul>li>a{
    width: 100%;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    padding-left: 1em;
    text-decoration: none;
}
nav>ul>li>span{
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    padding-left: 1em;
}
nav>ul>li:hover{
    cursor: pointer;
}
nav>ul>li:hover>a{

    color: #c00027;
}
nav>ul>li>ul>li{
    display:block;
    background-color: #fff;
    list-style-type: none;
    margin-left: -2.9em;
    border: 1px solid #99CCFF;
}
nav>ul>li>ul>li>a{
    width: 100%;
    padding-left: 1em;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 1em;
    font-weight: bold;
    color: #00f;
    text-decoration: none;

}
nav>ul>li>ul>li:hover{
    text-decoration: underline;
    cursor: pointer;
    background-color: #ffccff;
}
nav>ul>li>ul>li:hover>a{
    color: #c00027;
}
div>nav>ul .first:hover{
 cursor: default;
}