.horizontalcssmenu ul{
padding: 0px 0xp 0px 0px;
margin:  0px 0px 0px 0px;
list-style-type: none;
}

.horizontalcssmenu ul li{
float: left;
}

/*
.horizontalcssmenu ul li a{
display: block;
padding-top: 2px;
text-align: center;
margin-right :2px;
width: 80px;
height: 38px;
background: url(images/link_bg.png) no-repeat;
_background: url(images/link_bg.gif) no-repeat;
color: red;
text-decoration: none;
font-weight: bold;
}*/

.horizontalcssmenu ul li a{
margin-top: 1px;
display: block;
padding-top: 2px;
text-align: center;
margin-right :2px;
width: 80px;
height: 38px;
background: url(images/link_bg.png) no-repeat;
_background: url(images/link_bg.gif) no-repeat;
color: #E6B17E;
text-decoration: none;
font-weight: bold;
}

.horizontalcssmenu ul li a:hover{
color: red;
}
