.menucontainer
{
    background-image   : url(../images/backblue.jpg);
    border-bottom      : solid 1px #DD581D;
}

.menuitem, .menuitemselected
{
    padding-top        : 5px;
    padding-bottom     : 5px;
    font-family        : Verdana, Arial, Tahoma;
    font-style         : normal;
    height             : 29px;
    padding-left       : 3px;
}

.menuitem a
{
    color              : #FFFFFF;
    font-size          : 12px;
    font-weight        : normal;
    text-decoration    : none;
}

.menuitem a:hover
{
    color              : #DD581D;
    font-size          : 12px;
    font-weight        : normal;
    text-decoration    : none;
}

.menuitem a:active
{
    color              : #DD581D;
    font-size          : 12px;
    font-weight        : normal;
    text-decoration    : none;
}

.menuitemadmin
{
    font-family        : Verdana, Arial, Tahoma;
    font-style         : normal;
    height             : 29px;
    padding-left       : 3px;
}

.menuitemadmin a
{
    color              : #DD581D;
    font-size          : 12px;
    font-weight        : normal;
    text-decoration    : none;
}

.menuitemadmin a:hover
{
    color              : #ffffff;
    font-size          : 12px;
    font-weight        : normal;
    text-decoration    : none;
}

.menuitemadmin a:active
{
    color              : #ffffff;
    font-size          : 12px;
    font-weight        : normal;
    text-decoration    : none;
}

.menuitemselected a
{
    color              : #DD581D;
    font-size          : 12px;
    font-weight        : normal;
    text-decoration    : none;
}

.menuitemselected a:hover
{
    color              : #cecece;
    font-size          : 12px;
    font-weight        : normal;
    text-decoration    : none;
}

.menuitemselected a:active
{
    color              : #cecece;
    font-size          : 12px;
    font-weight        : normal;
    text-decoration    : none;
}


.submenucontainer
{
    background-image : url(../images/backblue.jpg);
    border-left      : solid 1px #DD581D;
}

.submenu, .submenuselected
{
    padding-top        : 5px;
    padding-bottom     : 5px;
    font-family        : Verdana, Arial, Helvetica, sans-serif;
    color              : #ffffff;
    font-weight        : normal;
    font-size          : 12px;
    height             : 29px; 
    vertical-align     : middle;
    padding-left       : 2px;
}

.submenu a
{
    font-family      : Verdana,Arial;
    font-size        : 12px;
    text-decoration  : none;
    font-size        : 12px;
    color            : #8084b2;
    font-weight      : normal;
}

.submenu a:hover
{
    text-decoration  : none;
    color            : #DD581D;
    font-size        : 12px;
    font-weight      : normal;
}

.submenuselected
{
    font-family      : Verdana, Arial, Helvetica, sans-serif;
    color            : #DD581D;
    font-weight      : normal;
    font-size        : 12px;
    height           : 29px; 
    vertical-align   : middle;
    padding-left     : 2px;
}

.submenuselected a
{
    font-family      : Verdana,Arial;
    font-size        : 12px;
    text-decoration  : none;
    font-weight      : normal;
    color            : #DD581D;
}

.submenuselected a:hover
{
    text-decoration  : none;
    color            : #DD581D;
    font-size        : 12px;
    font-weight      : normal;
}

