* html .menus td a {width: 100%;}

#menu {width:720px;}

BODY { 
background: url("../images/generalbg.png") 
}

.filenfo {
font-size: 10px; 
font-weight: normal; 
font-family: Arial; 
}

.haddress {
text-align:center;
font-size: 10px; 
font-weight: normal; 
font-family: Arial; 
}

.content {
font-size: 14px; 
font-weight: normal; 
font-family: Arial; 
}

.menus td {
border-bottom:1px solid #333333;
text-decoration:none;
}

.menus td a {
text-decoration:none;
color:#333333;
background-color:#FFFFFF;
display:block;
padding-left: 8px;
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
font: 14px Arial, sans-serif;
}

.menus td a:hover {
background-color:#CCCCCC;
/*background-color:#CCD9E9;*/
color:#333333;
}