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