#bottom,
#navi li {
    background-color: #2C77b8;
    color: #fdfdff
}
#navi li {
    border-left: 1px solid #4C97c8;
    border-right: 1px solid #4C97c8;
}

#navi_bar a {
    color: #fdfdff;
}

#navi_bar #navi_level_serie ul, 
#navi_bar #navi_level_film ul,
#navi_bar #navi_level_watchlist ul,
#navi_bar #navi_level_deals ul  {
    background-color: #2c77d8;
	border: 1px solid #4C97c8;
	border-right: 1px none #4C97c8;
	display: none;
}
#navi_level_serie ul li, 
#navi_level_film ul li,
#navi_level_watchlist ul li,
#navi_level_deals ul li{
	border-bottom: 1px solid #4C97c8;
}	

#navi_bar {
    background-color: #2C77b8;
}

#navi_bar li:hover {
    background-color: #4C97d8;
}
#navi_bar ul li:hover {
    background-color: #333;
    color: #2C77b8;
 }
#navi li.active_top {
    background-color: #4C97d8;
    color: #fdfdff
}
#navi li.active_top>a {
    color: #fdfdff
}

