﻿#categories {
    height:29px;
    width:100%;
    text-transform:uppercase;
}

.category_left
{
    background: url('../../images/round_corner_left.png') no-repeat top left;
    height:29px;
    margin-right:3px;
}

.category_item a
{
    margin-left:8px;
    background: #494949 url('../../images/round_corner_right.png') no-repeat top right;
    font-size:10px;
    display:block;
    font-weight:normal;
    color:#fff;
    padding-right:8px;
    vertical-align:middle;
    line-height:29px;
    float:left;
}

.category_item a:hover
{
    color:#FE8220;
}

a.category_item_selected
{
    font-weight:bold;
    color:#FE8220;
    text-decoration:underline;
}
