/*
 * $Id: style.css,v 1.4 2006/03/08 10:32:43 ramas Exp $
 */
.meniu, .activemeniu {
   font-weight: bold;
   font-size: 13px;
   white-space : nowrap;
}
.meniu, .meniu a:hover, .meniu a:visited, .meniu a:active, .meniu a:link {
    color: #AAAAAA;
    text-decoration: none;
}
.activemeniu, .activemeniu a:hover, .activemeniu a:visited, .activemeniu a:active, .activemeniu a:link {
    color: #111111;
    text-decoration: none;
}
.menuFrame {
    position: absolute;
    visibility: hidden;
    background: #ffffff;
}
.submeniu {
    border: 1px solid #5e6467;
    background: #dadad9;
}

.submeniu, .submeniu a:hover, .submeniu a:visited, .submeniu a:active, 
.submeniu a:link {
    color: #65696b;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
}

.vactivemenu, .vactivesubmenu {
    font-weight: bold;
}

.vmenu, .vactivemenu {
    margin-bottom: 10px;
}

.vsubmenu, .vactivesubmenu {
    margin-left: 10px;
}
/*
vim: expandtab ts=4 sw=4 sts=4
vim: encoding=utf-8
vim: fileencoding=utf-8
*/

