        .drop_menu{
                width: 200;
                background: #acd2fd;
                border: 1 solid #1e90ff; border-top: 0;
                z-index: 10;
        }
        .drop_menu_edu{
                width: 146;
                background: #eddcf2;
                border: 1 solid #9932cc; border-top: 1 solid #9932cc;
                z-index: 10
        }
        .drop_menu_stud{
                width: 164;
                background: #d4f0cf;
                border: 1 solid mediumseagreen; border-top:  1 solid mediumseagreen;
                z-index: 10
        }
        .drop_menu1{
                width: 120;
                background: #acd2fd;
                border: 1 solid #191970;
                z-index: 10
        }
        .drop_menu1_long{
                width: 200;
                background: #acd2fd;
                border: 1 solid #191970;
                z-index: 10
        }
        .drop_menu_links{
                width: 100%;
                background: #acd2fd;
                text-decoration: none;
                font-family: Verdana;
                font-size: 12px;
                color: #03458F;
                padding: 2px;
                border-bottom: 0;
                z-index: 10
        }
        .drop_menu_links:hover{
                width: 100%;
                background: #f5f5f5;
                text-decoration: none;
                font-family: Verdana;
                color: #03458F;
                z-index: 10
        }
         .drop_menu_links_edu{
                width: 100%;
                background: #eddcf2;
                text-decoration: none;
                font-family: Verdana;
                font-size: 12px;
                color: darkslateblue;
                padding: 2px;
                border-bottom: 0 solid #cccccc;
                z-index: 10
        }
        .drop_menu_links_edu:hover{
                width: 100%;
                background: #f5f5f5;
                text-decoration: none;
                font-family: Verdana;
                color: #03458F;
                z-index: 10
        }
        .drop_menu_links_stud{
                width: 100%;
                background: #d4f0cf;
                text-decoration: none;
                font-family: Verdana;
                font-size: 12px;
                color: darkslateblue;
                padding: 2px;
                border-bottom: 0 solid #cccccc;
                z-index: 10
        }
        .drop_menu_links_stud:hover{
                width: 100%;
                background: #f5f5f5;
                text-decoration: none;
                font-family: Verdana;
                color: #03458F;
                z-index: 10
        }
