.horizontalcssmenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

.horizontalcssmenu ul li{
position: relative;
float: left;
background: url(images/norm_right.gif) left top no-repeat;
padding: 0px;
margin-left:0px;
}

.horizontalcssmenu ul li a{

width: 80px;
padding: 0px 12px;

border-bottom-width:0px;
text-decoration: none;
background: url(images/norm_left.gif) top left no-repeat;
color: black;
font: bold 13px Tahoma;
text-align:center;
}

.horizontalcssmenu :hover{
background: url(images/norm_right_on.gif) top right no-repeat;
}

.horizontalcssmenu a:hover{
background: url(images/norm_left_on.gif) top left no-repeat;
}

