#menu
{
	padding: 5px 5px 10px 5px;
    color: #666666;
    font-weight: normal;
    letter-spacing: 2px;
    font-family: tahoma;
    font-size: 10px;
    line-height: 14px;
    width:168px; 
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li a {
    background:url(../images/menu/bg.gif) repeat-x left bottom;
	padding:4px;
    height:17px;
	cursor:pointer;
	color: #333;
	width:165px;
	border-bottom:none;
}

ul.menu li a:hover {
  color: #999;
}

ul.menu li ul li a {
	width:162px;
    height:17px;
    background:url(../images/menu/bgOn.gif) repeat-x left bottom;
    display: block;
    padding:4px 0px 4px 10px;
    text-decoration: none;
    color:#000;
    white-space:nowrap;    
    outline:none;  

}

ul.menu li ul li a:hover {
	background:url(../images/menu/bgOff.gif) repeat-x left bottom;
	color:#333;
	border:none;
	margin-bottom:0px;
}