﻿
.loggingmenu
{
    position: relative;
}
.loggingmenu li
{
    list-style:none;
    height: 35px;
    width: 39px;
    margin: 2px;
}
.loggingmenu li:hover, .loggingmenu li.active
{
    background-color: #808080;
    cursor: pointer
}
/* y x -means down */
.loggingmenu .one
{  
    background:url('Images/LoggingMenuSprite.png') -10px -1px;
    float:left;
}
.loggingmenu .two
{
    background:url('Images/LoggingMenuSprite.png') -46px -1px;
    float:left;
}
.loggingmenu .three
{
    background:url('Images/LoggingMenuSprite.png') -80px -1px;
    float:left;
}
.loggingmenu .four
{
    background:url('Images/LoggingMenuSprite.png') -115px -1px;
    float:left;
}
.loggingmenu .five
{
    background:url('Images/LoggingMenuSprite.png') -150px -1px;
    float:left;
}
.loggingmenu .six
{
    background:url('Images/LoggingMenuSprite.png') -28px -40px;
    float:left;
}
.loggingmenu .seven
{
    background:url('Images/LoggingMenuSprite.png') -63px -40px;
    float:left;
}
.loggingmenu .eight
{
    background:url('Images/LoggingMenuSprite.png') -98px -40px;
    float:left;
}
.loggingmenu .nine
{
    background:url('Images/LoggingMenuSprite.png') -133px -40px;
    float:left;
}
.loggingmenu .ten
{
    background:url('Images/LoggingMenuSprite.png') -11px -78px;
    float:left;
}
.loggingmenu .eleven
{
    background:url('Images/LoggingMenuSprite.png') -46px -78px;
    float:left;
}
.loggingmenu .twelve
{
    background:url('Images/LoggingMenuSprite.png') -81px -78px;
    float:left;
}
.loggingmenu .thirteen
{
    background:url('Images/LoggingMenuSprite.png') -115px -78px;
    float:left;
}
.loggingmenu .fourteen
{
    background:url('Images/LoggingMenuSprite.png') -150px -78px;
    float:left;
}

#ServicesV4
{
    float:left;
    width:100%;
    height:36px;
    border-bottom:1px solid #808080;
}

#ServicesV4 li a 
{
    height: auto;
    width: 100px;
    margin: 0 25px;
    background: none;
}

.SodGodView
{
    border: 0;
    background-image: url('Images/Icons/SodGod.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    padding-left:20px;
    background-color: transparent;
}
    