/* 
    Document   : menu
    Created on : Sep 27, 2008, 6:36:31 PM
    Author     : Mark
    Description:
        Purpose of the stylesheet follows.
*/
#sddm
{	
    margin-left: 3em;
    padding: 0;
    z-index: 30;
    position: relative;
}

#sddm li
{	
    margin-left: 1em;
    padding: 0;
    list-style: none;
    float: left;
}

#sddm li a
{	
    display: block;
    padding: 0.40em;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

#sddm li#homestab
{
    width: 5em;
}
#sddm li#shoptab
{
    width: 4em;
}
#sddm li#businesstab
{
    width: 6em;
}
#sddm li#healthcaretab
{
    width: 7em;
}
#sddm li#educationtab
{
    width: 7em;
}
#sddm li#recreationtab
{
    width: 7em;
}
#sddm li#abouttab
{
    width: 8em;
}

#sddm li a:hover
{
}

#sddm div
{	
    position: absolute;
    visibility: hidden;
}

#sddm div a
{	
    position: relative;
    display: block;
    padding: 0.25em;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    font-weight: normal;

}

#sddm div a:hover
{	
    /*color: #ffb725;*/
}
#homestab, #homestab div a
{
    background-color: #55756d;
}
#shoptab, #shoptab div a
{
    background-color: #776b74;
}
#recreationtab, #recreationtab div a
{
    background-color: #8ca2b1;
}
#businesstab, #businesstab div a
{
    background-color: #c3cf21;
}
#healthcaretab, #healthcaretab div a
{
    background-color: #79993d;
}
#educationtab, #educationtab div a
{
    background-color: #a15527;
}
#abouttab, #abouttab div a
{
    background-color: #ca356f;
}
