#navlist {
    width: 200px;
    /* to display the list horizontaly */
    font-family: sans-serif;
    margin: 0 0 0 0;
	border-top: 1px #8A8A8A solid;
}
#navlist a  {
    /* extend the sensible area to the maximum with IE5 */
    display: block;
    padding: 3px;
    background-color: #FFFFFF;
    border-left: 1px #8A8A8A solid;
    border-right: 1px #8A8A8A solid;
	border-bottom: 1px #8A8A8A solid;
    text-decoration: none;
    color: #8A8A8A;
}

#navlist a.navigation_active {
	display: block;
    padding: 3px;
    text-decoration: none;
	background-color: #DBDBDB;
    color: #8A8A8A;
}
#navlist .subnavi a  {
    /* extend the sensible area to the maximum with IE5 */
	background-color: #DBDBDB;
    display: block;
    padding: 3px;
	padding-left: 20px;
    text-decoration: none;
    color: #8A8A8A;
}
#navlist a.subnaviactive {
	display: block;
    padding: 3px;
	padding-left: 20px;
    text-decoration: none;
	background: #FFFFFF;
    color: #000000;
}

#navlist a.subnaviactive:hover {
	color: #000000;
}
#navlist a:hover {
	color: #0D000B;
}
#navlist li {
	display: inline;
}
.subnavi {

}