.hovermenu{
height: 44px;
background: url(../images/nav_bg.gif) left top no-repeat;
margin: 0 0 10px 0;
}
.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 44px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 13px 0;
text-decoration: none;
text-align:center;
width:120px;
float: left;
color: #FFFFFF;
font-size:14px;
background:url(../images/menu_line.gif) right top no-repeat;
font-family: "TREbuchet MS", Verdana;

}

.hovermenu ul li a:hover{
background:url(../images/menuover.gif) center center no-repeat;
color:#2f1c00;

}
.hovermenu .active{
background:url(../images/menuover.gif) center center no-repeat;
color:#2f1c00;
}
