﻿*
{
    margin: 0;
    padding: 0;
}

#background
{
    position: relative;
    top: 0px;
    height: 131px;
    background: url(  '../images/menuback.gif' ) bottom repeat-x;
}

#navigation
{
    position: absolute;
    top: 94px;
    height: 40px;
    width: 350px;
    left: 50%;
    margin-left: -180px;
}

#userInfo
{
    position: absolute;
    top: 30px;
    right: 50%;
    margin-right: -440px;
    height: 15px;
    width: 180px;
}



#loginBox
{
    position: absolute;
    top: 94px;
    right: 50%;
    margin-right: -436px;
    height: 40px;
    width: 200px;
}

#loginmenu
{
    position: absolute;
    top: 25px;
    right: 50%;
    margin-right: -410px;
    height: 40px;
    width: 200px;
}

#betabanner
{
    position: absolute;
    top: 0;
    right: 0;
}

#menu
{
    line-height: normal;
    background: url(  '../images/menu/menu_b.gif' ) bottom repeat-x;
    width:600px;
}
#menu span
{
    background: url(  '../images/menu/bg.png' ) bottom repeat-x;
}

#menu ul
{
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
    max-width: 770px;
}
#menu ul li
{
    float: left;
    background: #E9E8D9 url(  '../images/menu/menu-bg.gif' ) 0 -1px repeat-x;
    text-align: center;
    overflow: hidden;
    margin-left: 2px;
}

#menu ul li a
{
    display: block;
    padding: 10px;
    color: #FFF;
    background-color:Transparent;
    text-decoration: none;
    font-weight:bold;
    font-size:105%;
}

#menu ul li a:hover
{
    color: #636256;
}

#menu ul li#current
{
    background: url(  '../images/menu/menu-cur-bg.gif' ) 0 -1px repeat-x;
    color: White;
}

#menu ul li#current a
{
    color: #FFF;
    background-color:Transparent;
}

#submenu a
{
    color: #636256;
    text-decoration: none;
    font-size:100%;
    padding: 0 4px;
    background-color:Transparent
}

#submenu a:hover
{
    color: #FFF;
}
