#navigation {
    /*background: #e7e7e7;*/
    background: transparent url(../images/navigation_bg.png) no-repeat top left;
    position: absolute;
    left: 0;
    top: 160px;
    padding-top:10px;
    width: 200px;
    margin: 0;
    font-family: verdana, arial, geneva, helvetica, arial, sans-serif;
    font-size: 0; /* ie workaround !?! */
}
#navigation #language_selection {
    padding-left: 20px;
    margin-bottom: 10px;
}
#navigation #language_selection img {
    border: 0;
}
#navigation p {
    font-size: 11px;
    color: #000000;
    padding-left: 10px;
}
#navigation ul a {
    font-size: 11px;
    display: block;
    text-decoration: none;
    color: #000000;
    margin-left: 0;
    padding-left: 10px;
}
#navigation ul a:hover {
    text-decoration: underline;
}
#navigation ul a.active {
    font-weight: bold;
    color: #330066;
}
#navigation ul {
    list-style: none;
    margin: 0 0 10px 10px;
    width: 150px;
    padding: 0;
}
/*
#navigation ul li.first {
    padding: 5px 0 0 0;
    background: #e7e7e7 url(../images/roundtop.gif) no-repeat top left;
}
*/
#navigation ul li {
    margin: 0;
    padding: 0;
}
/*
#navigation ul li.last {
    padding-bottom: 5px;
    background: #e7e7e7 url(../images/roundbottom.gif) no-repeat bottom left;
}
*/
#navigation ul ul {
    margin: 0;
    padding: 0;
    background: #e7e7e7;
}
#navigation ul ul a {
    margin-left: 10px;
}
#navigation ul ul li.first {
    padding: 0;
    background: #e7e7e7;
}
#navigation ul ul li {
    padding: 0;
    background: #e7e7e7;
}
#navigation ul ul li.last {
    padding: 0;
    background: #e7e7e7;
}
#navigation ul ul ul a {
    margin-left: 20px;
}
#navigation ul ul ul ul a {
    margin-left: 30px;
}
#navigation ul ul ul ul ul a {
    margin-left: 40px;
}
#below_navigation {
    /*background: #e7e7e7;*/
    background: transparent url(../images/below_navigation_bg.png) no-repeat top left;
    float: left;
    width: 200px; 
    height: 210px;
}
#below_navigation td {
    color:#000;
    font-size:11px;
    text-align:center;
    padding-left:15px;
}
#below_navigation a {
    font-size:11px;
    text-align:center;
    color:#333333;
    text-decoration:none;
}
#below_navigation a:hover {
    color: #000000;
    text-decoration:underline;
}

