.head {
    width: 1450px;
    height: 70px;
    background-color: black;
}
.basichead {
    position: relative;
}
.menu {
    position: relative;
    /*float: left;
    line-height: 70px;
    margin-left: 40px;
    font-size: 35px;
    color: white;*/
}
.menu h2{
    float: left;
    line-height: 25px;
    margin-left: 40px;
    font-size: 30px;
    color: white;
}
.menu2 {
    float: right;
    color: white;
    margin-right: 40px;
}
.submenu {
    line-height: 70px;
    padding:20px 30px;
}
.submenu:hover {
    background-color: white;
    color: black;
}
.sub {
    position: absolute;
    background-color: black;
    list-style-type: none;
    width: 130px;
    padding-right: 6px;
    padding-left: 10px;
    top: 80px;
    z-index: 10;
 }
a {
    text-decoration: none;
    color: white;
}
.sub li {
    color: white;
    padding: 10px;
    font-size: 10pt;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sub li a:hover {
    color: red;
}
.sub1 {
    position: absolute;
    left: 900px;
}
.sub2 {
    position: absolute;
    left: 1005px;
}
.sub3 {
    position: absolute;
    left: 1125px;
}
#head {
    color: white;
}