/****************************************************************
 *                                                              *
 * Moc 10 Media                                                 *
 * A Division of The Working Man Group, L.L.C.                  *
 * http://www.moc10media.com/                                   *
 *                                                              *
 * Style Sheet Name: nav_home.css                               *
 * Style Sheet Version: 1.0                                     *
 * Style Sheet Info: Home Nav Definitions                       *
 *                                                              *
 ****************************************************************
 *                                                              *
 * Dark Blue = #01325b                                          *
 * Light Blue = #50b3ff                                         *
 * Yellow = #e4b42e                                             *
 * Light Gray = #cccbc8                                         *
 * Dark Gray = #888888                                          *
 *                                                              *
 ****************************************************************/

/* ID Definitions */

#servicesNav {
    position: relative;
    top: -310px;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 10;
    background-image: url(/img/nav/services_off.gif);
    background-repeat: no-repeat;
}

#servicesNav:hover {
    background-image: url(/img/nav/services_on.gif);
}

#portfolioNav {
    position: relative;
    top: -305px;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 10;
    background-image: url(/img/nav/portfolio_off.gif);
    background-repeat: no-repeat;
}

#portfolioNav:hover {
    background-image: url(/img/nav/portfolio_on.gif);
}

#aboutNav {
    position: relative;
    top: -405px;
    left: 105px;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 10;
    background-image: url(/img/nav/about_off.gif);
    background-repeat: no-repeat;
}

#aboutNav:hover {
    background-image: url(/img/nav/about_on.gif);
}

#newsNav {
    position: relative;
    top: -400px;
    left: 105px;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 10;
    background-image: url(/img/nav/news_off.gif);
    background-repeat: no-repeat;
}

#newsNav:hover {
    background-image: url(/img/nav/news_on.gif);
}

#contactNav {
    position: relative;
    top: -500px;
    left: 210px;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 10;
    background-image: url(/img/nav/contact_off.gif);
    background-repeat: no-repeat;
}

#contactNav:hover {
    background-image: url(/img/nav/contact_on.gif);
}

#servicesMenu {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 160px;
    margin: 0;
    padding: 0;
    background-color: #eeb213;
    z-index: 100;
    display: none;
}

#servicesMenu li {
    width: 160px;
    margin: 0;
    padding: 4px;
    color: #fff;
    background-color: #eeb213;
    list-style-type: none;
}

#servicesMenu li:hover {
    background-color: #a18d68;
}

#portfolioMenu {
    position: absolute;
    top: 205px;
    left: 0px;
    width: 160px;
    margin: 0;
    padding: 0;
    background-color: #eeb213;
    z-index: 101;
    display: none;
}

#portfolioMenu li {
    width: 160px;
    margin: 0;
    padding: 4px;
    color: #fff;
    background-color: #eeb213;
    list-style-type: none;
}

#portfolioMenu li:hover {
    background-color: #a18d68;
}

#aboutMenu {
    position: absolute;
    top: 205px;
    left: 0px;
    width: 160px;
    margin: 0;
    padding: 0;
    background-color: #eeb213;
    z-index: 102;
    display: none;
}

#aboutMenu li {
    width: 160px;
    margin: 0;
    padding: 4px;
    color: #fff;
    background-color: #eeb213;
    list-style-type: none;
}

#aboutMenu li:hover {
    background-color: #a18d68;
}

#newsMenu {
    position: absolute;
    top: 310px;
    left: 0px;
    width: 160px;
    margin: 0;
    padding: 0;
    background-color: #eeb213;
    z-index: 103;
    display: none;
}

#newsMenu li {
    width: 160px;
    margin: 0;
    padding: 4px;
    color: #fff;
    background-color: #eeb213;
    list-style-type: none;
}

#newsMenu li:hover {
    background-color: #a18d68;
}