




/* Moje */
.JestesW
      {
      font-size : 11px;
      color:#8c8ab9;
      }
.JestesWlink
      {
      font-family : @Arial Unicode MS;
      font-size : 10px;
      text-decoration:none;
      margin:2px;
      padding:2px;
      color:#323d7f;
      }
.JestesWlink:hover
      {
      text-decoration:none;
      margin:2px;
      padding:2px;
      color:#fff;
      background-color:#8c8ab9;
      }



.topbg
      {
      height:46px;
      }
/*menu*/
.tm_table
   {
   margin:0px;
   padding:0px;
   }

.tm_ul
   {
   display:block;
   margin:0px;
   padding:0px;
   list-style:none;
   list-style-position : outside ;
   text-align:center;

   }
.tm_a
   {
   text-decoration:none;
   margin:0px;
   padding:5px;
   text-align:center;
   display:block;
   font-size:12px;
   
   color:#8c8a9b;
   
   border-color:#fff;
   border-style:solid;
   border-width:1px;
   width:80px;
   }
.tm_a:hover
   {
   border-color:#8c8a9b;
   color:#000;
   }

.tm_subul
   {
   display:none;
   position : absolute;
   margin:0px;
   padding:0px;
   text-align:left;
   }
.tm_subul:hover
   {
   display:block;
   }
.tm_subul_hover
   {
   position : absolute;
   display:block;
   border-color:#8c8a9b;
   border-style:solid;
   border-width:1px;
   
   background-color:#fff;
   width:160px;
   padding:10px;
   margin:0px;
   }

.tm_subli
   {
   list-style:none;
   list-style-position : outside ;
   margin:0px;
   padding:0px;
   }
.tm_sublisep
   {
   background-image:url('../images/menu/separator.png');
   background-repeat:x-repeat;
   list-style:none;
   list-style-position : outside ;
   margin:0px;
   padding:0px;
   }
   
.tm_suba
   {
   margin:0px;
   padding:4px;
   text-decoration:none;
   display:block;
   font-size:14px;

   border-color:#fff;
   border-style:solid;
   border-width:1px;
   }
.tm_suba:hover
   {

   border-color:#8c8a9b;
   border-style:solid;
   border-width:1px;
   }

/*end of menu*/ 
