#page { 
	font-size: 80%;
	width: 96%; 
}
#pageclose { 
	width: 96%; 
}
.topmenu ul
{
    font: bold 11px Verdana;
}
.topmenu li a
{
    padding: 4px 6px; /*padding inside each tab was 6 8*/    
}
.submenu, .submenu ul{ /*topmost and sub ULs, respectively*/
    font: normal 11px Verdana;
}
.submenu li a{
    width: 160px; /*width of menu (not including side paddings)*/
}
* html .submenu li{ /*IE6 CSS hack*/
    width: 170px; /*width of menu (include side paddings of LI A*/
}

