#topmenu {
font-size: 13px;
line-height: normal;
width:890px;
background:url("../img/topmenu_backgr.png") repeat-x;
float:left;
}
    
#topmenu a {
display: block;
background: url("../img/norm_left.png") no-repeat left top;
padding: 5px 15px 4px;
padding-right: 15px;

}

#topmenu ul {
height: 26px;
display: block;
float: left;
list-style: none;
padding: 0 0 0 0;
text-align: right;
border-right: 0px solid rgb(90,90,90);
}

#topmenu li {
float: left;
background: url("../img/norm_right.png") no-repeat right top;
}
    
#topmenu #current {
background-image: url("../img/norm_right_on.png");
}

#topmenu #current a {
background-image: url("../img/norm_left_on.png");
padding-bottom: 5px;
color:#000000;
}

#topmenu a {
text-decoration:none;
padding-bottom: 5px;
}

#topmenu a:link {
color: rgb(255,255,255);
font-weight:bold;
}

#topmenu a:visited {
color: rgb(255,255,255);
}

#topmenu a:hover {
color: rgb(0,0,0);
}

#topmenu a:active {
color: rgb(0,0,0);
}
