﻿.Level1 
{
    position: relative;
}

.Level2Small 
{
    position: absolute;
    top: 10%;
    left: 2%;
    width: 80%;
    height: 10%;
    background-color: rgba(255, 255, 255, 0.5);
    color: #00447c;
}

.Level2Large 
{
    position: absolute;
    top: 10%;
    left: 0;
    width: 67%;
    height: 10%;
    background-color: rgba(255, 255, 255, 0.5);
    color: #00447c;
}

.MenuLevel2Small 
{
    position: absolute;
    top: 5%;
    left: 0;
    width: 60%;
    height: 85%;
    background-color: rgba(255, 255, 255, 0.85);
    color: #00447c;
}

.MenuLevel2Large 
{
    position: absolute;
    top: 5%;
    left: 0%;
    width: 60%;
    height: 85%;
    background-color: rgba(255, 255, 255, 0.85);
    color: #00447c;
}
