﻿#menu a, #menu a:visited, #menu a:active
{
text-decoration:none;
display:inline;
width:120%;
height:28px;
background-image:url(../img/menu_bg.jpg);
background-repeat:repeat-x;
color:#000;
}

#menu a:hover
{
text-decoration:none;
color:#dfdfdf;
}