table.category
{
width:200px;
background-image:url("../images/background_images/category_background.jpg");
background-repeat:repeat-y;
}

table.category th
{
text-align:center;
font-weight:bold;
color:#009900;
}

table.category td
{
//height:25px;
//line-height:25px;
padding-top:5px;
padding-bottom:5px;
text-align:center;
color:#009900;
font-weight:normal;
}

table.category td:hover
{
background-color:#009900;
color:#fff;
}


table.category td:hover a
{
cursor:pointer;
color:#fff;
text-decoration:none;
}

table.category td a
{
dislay:block;
height:100%;
width:100%;
color:#009900;
text-align:center;
text-decoration:none;
}
