/* CSS Document */
UL#menu A { font-size:11px; font-weight:bold; text-align:center; }
UL#menu LI { line-height:20px; height:22px; list-style:none; display:inline; float:left; padding:0px; Xbackground:blue; }
UL#menu A { display:block; height:20px; color:white ! important; text-decoration:none; padding:2px 11px 0px 10px; Xbackground:red; }
UL#menu A:hover { display:block; Xbackground:#880001; }

UL#menu A#menu-1 { width:65px; background:url("../img/menu-top-1_bg.gif") no-repeat; }
UL#menu A#menu-2 { width:66px; background:url("../img/menu-top-2_bg.gif") no-repeat; }
UL#menu A#menu-3 { width:65px; background:url("../img/menu-top-3_bg.gif") no-repeat; }
UL#menu A#menu-4 { width:66px; background:url("../img/menu-top-4_bg.gif") no-repeat; }
UL#menu A#menu-5 { width:65px; background:url("../img/menu-top-5_bg.gif") no-repeat; }
UL#menu A#menu-6 { width:65px; background:url("../img/menu-top-6_bg.gif") no-repeat; }
UL#menu A#menu-7 { display:none; }
