/* CSS Document */

#dd
{   margin: 0;
    padding: 0}

#dd li
{   margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    font: 0px tahoma}

#dd li a.menu
{   display: block;
    text-align: center;
    background: #fff;
    padding: 0px 0px;
    margin: 0 0 0 0;
    color: #000;
    width: 100px;
    text-decoration: none}

#dd li a.menu:hover
{   background: #000;
	    width: 100px;}

.submenu
{   background: #000;
    border: 0px #000;
    visibility: hidden;
    position: absolute;
    z-index: 3}

    .submenu a
    {   display: block;
        font: 11px tahoma bold;
        text-align: center;
        text-decoration: none;
        padding: 5.1px;
        color: #fff;
		width: 90px}

    .submenu a:hover
    {   background: #000;
        text-decoration: underline;
        color: #FFF}

