/* CSS Document */
<style type="text/css">

div.men:link    {border: 2px outset #339933; background: #339933;}
div.men:visited {border: 2px outset #339933; background: #339933;}
div.men:active  {border: 2px outset #339933; background: #339933;}
div.men:hover   {border: 2px inset  #FFD700; background: #FFD700;}
div.men         {border: 2px outset #339933; background: #339933; position:relative; z-index:9;
                 width:200px; height:22px; text-align: center; _height:26px;}

div.wewn:hover {width:190px;  height:18px; padding:4px; _height:22px; _padding:2px;}

div.zewn {z-index:0; text-align:center; width:auto;  height: 406px; 
          position: absolute; top:44px; left: 0px; border: 3px solid #CC0033;
          background:#CC0033; color:#FFD700; font-family:"Times New Roman", serif; font-weight:bold;
          visibility:hidden} /* UWAGA: aby operować na elemencie stylu, musi on być zdeklarowany bezp. w znaczniku*/

a.menu:link    {color: #FFFFFF; font-size:14px; _border: 2px outset #339933; _background: #339933;}
a.menu:visited {color: #FFFFFF; font-size:14px; _border: 2px outset #339933; _background: #339933;}
a.menu:active  {color: #FFFFFF; font-size:14px; _border: 2px outset #339933; _background: #339933;}
a.menu:hover   {color: #CC0033; font-size:14px; text-decoration: underline; _border: 2px inset #FFD700; _background: #FFD700;}
a.menu         {color: #FFFFFF; font-size:14px; text-decoration: none; font-family: "Times New Roman", serif;	 font-weight:bold;
      			    text-align: center;	width:100%;}
</style>
