
#menu { position:absolute; width:219px; bottom:11px; left:203px}
*html #menu { bottom:8px;}
*+html #menu { bottom:8px;}

#menu ul { margin: 0; padding: 0; list-style: none; width: 219px; }
#menu ul li { position: relative; }
#menu ul li ul { background:url(../img/menu2.png) left top no-repeat; position: absolute; left: 0; top: 0; display: none; padding:27px 0 52px 0;}


#menu ul li a { display: block; text-decoration: none; color: #ffff00; font-size:12px; text-transform:uppercase; font-weight:bold; line-height:14px;  text-align:center;  }
/* Fix IE. Hide from IE Mac \*/ *html #menu  ul li a { height: 1%; } /* End */ 
#menu li:hover ul { display: block; }
#menu  li:hover ul, li.over ul { display: block; } 
/* Fix IE. Hide from IE Mac \*/ *html #menu ul li {  height: 1%; } *html #menu ul li a { height: 1%; } /* End */
#menu ul li a:hover { color: #ffffff} 
