}
/* Header Section containing category links */

.header-menu
{
    float:left;
    width:915px;
}
.header-menu ul
{
    float:left;
    text-align:center;
    background:url(header-menu-bottom.png) no-repeat left center;
    width:960px;
    height:64px;
    display:block;
    padding:0 0 0 0px;

}
.header-menu ul li
{
    float:left;
    display:block;
    padding:2px 0 0 0;
    width:103px;
    z-index:10;
    position:relative;
}
.header-menu ul #menu-bg
{
    background:url(header-link.png) no-repeat left;
    position:absolute;
    z-index:5;
    display:block;
    width:103px;
    height:62px;

}

.header-menu ul li a
{
    font-weight:bold;
    float:left;
    display:block;
    width:99%;
    text-align:center;
    line-height:55px;
    font-size:12px;
    height:62px;
    padding:0 0 15px 3px;
	color:#fdfdfd;
}
.header-menu ul li a:hover
{
    text-decoration:none;
    color:#fdfdfd;
}
.header-menu ul li a.hover
{
    color:#ffffff;
    text-decoration:none;
}

