ul#navi {
    margin: 0;
    padding: 0;
    list-style-type: none;
}



li.topNavi,li.topNaviActiveBasic, li.topNaviActiveEvents, li.topNaviActiveTrade {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    position: relative;
}

li.topNavi a {
    color: #000000;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    display: block;
    padding: 0 8px;
    text-decoration: none;
    white-space: nowrap;
    _width: 10px;
    
}

li.topNavi a:hover, li.topNaviActiveBasic a:hover {
    text-decoration: underline;
} 

li.topNaviActiveBasic a, li.topNaviActiveEvents a, li.topNaviActiveTrade a {
    color: #ffffff;
    background: #000000;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    padding: 0 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    _width: 10px;
}

li.topNaviActiveEvents a {
    background: #656600;
}

li.topNaviActiveTrade a {
    background: #913700;
}

ul#subNavi_Basic,ul#subNavi_Trade,ul#subNavi_Events {
    margin: 0;
    padding: 10px 0;
    list-style-type: none; 
    position: absolute;
    min-width: 100px;
    display: none;
}


ul#subNavi_Basic {
    background: #000000;
}

ul#subNavi_Trade {
    background: #913700;
}

ul#subNavi_Events {
    background: #656600;
}

li.subNavi {
    list-style-type: none;  
    margin: 0;
    padding: 0; 
    background: transparent; 
}

li.subNavi a{
    color: #ffffff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    min-width: 100px;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
    margin-bottom: 5px;
    background: transparent; 
}

li.subNavi a:hover{
    text-decoration: underline;

}

/*
 * Rule for the quick guide (messuilijan pikaopas) link in the header.
 */

a.quickguide {
    width: 240px;
    height: 70px;
    display: block;
    float: right;
    background: transparent url('../images/entreQuickGuide.png') no-repeat top left;
    text-indent: -9999px;
    cursor: pointer;
}

