#casmenu, #casmenu *
{
    margin: 0; padding: 0; border: 0; color: #888; font-family: Tahoma;
    font-size: 11px; font-weight: normal; text-decoration: none;
    text-align: left
}
#casmenu
{
    width: 100%; height: 23px; background: url(uw_bg.png);
}
#casmenu table { margin: 0; width: 100% }
#casmenu td { color: #888; font-family: Tahoma; }
#casmenu td.f
{
    white-space: nowrap; padding: 3px 0 0 30px; line-height: normal;
    text-align: left; vertical-align: middle; font-size: 11px;
}
#casmenu td.s
{
    white-space: nowrap; padding: 3px 6px 2px 6px; line-height: normal;
    vertical-align: middle; font-size: 11px; margin-right: 8px;
}
#casmenu td.s div
{
    background: url(uw_kropki.gif) no-repeat 0 50%; padding-left: 76px;
    float: right;
}

/****/

#casmenu td.f a,
#casmenu td.f a:visited,
#casmenu td.f a:active
{
    cursor: pointer;
    color: #888;
    text-decoration: none;
}
#casmenu td.f a:hover
{
    color: #555;
    text-decoration: none;
}

/****/

#casmenu td.s a,
#casmenu td.s a:visited,
#casmenu td.s a:active
{
    cursor: pointer;
    color: #4e6b8c;
    text-decoration: none;
    border-bottom: 1px dotted #aaa
}
#casmenu td.s a:hover
{
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #f00;
}

/****/

#casmenu b
{
    color: #444;
    font-weight: bold;
}
