﻿#fallowus
{
    position: fixed;
    top: 40%;
    right: 0px;
    width: 32px;
    background-color: #059BD8;
    opacity: .9;
    z-index: 2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#fallowus:hover
{
    background-color: #E3F1F9;
}
#fallowustop
{
    position: fixed;
    top: 32%;
    right: 0px;
    height: Auto;
    width: 32px;
    background-color: transparent;
    opacity: .9;
     z-index: 2;
    border-top-left-radius: 10px;
}
#fallowustop:hover
{
    background-color: #148817;
}
#SiteMenu
{
    position: fixed;
    top: 60%;
    left: 0px;
    height: Auto;
    width: 170px;
    background-color: White;
    opacity: .9;
     z-index: 100;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 10px;
}


#SiteNews
{
    position: absolute;
    top: 23%;
    left: 0px;
    height: Auto;
    width: 170px;
    background-color: White;
    opacity: .9;
     z-index: 100;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 10px;
}

#SiteMenu:hover
{
    background-color: White;
}
