/* =============================================================== */
/* |   NASTAVENí CSS - hlavni_menu.css                           | */
/* |                 - nastaveni css vlastnosti hlavniho menu    | */
/* |                                                             | */
/* |   REDAKAčNí SYSTEM (c) 2006                                 | */
/* =============================================================== */

/* VLASTNOSTI CELEHO ODSTAVCE MENU =============================== */
div#hlavni_menu {
  font-size : 11px;
  width : 177px;
  background-image : url("/img/e-shop/green_light.jpg");
  color : #375678;
  padding-right : 5px;
  padding-top : 10px;
  padding-bottom : 5px;
}

/* VLASTNOSTI JEDNOLTIVYCH NAZVU PODMENU ========================= */

div#hlavni_menu a { 
  text-decoration : none;
  font-family : Arial;
  color : #2e5053 !important;
  font-weight : normal;
  line-height : 21px;  
}

/* VLASTNOSTI JEDNOLTIVYCH NAZVU PODMENU PO NAJETI MYSI ========== */

div#hlavni_menu a:hover {
  text-decoration : underline;
}

/* VLASTNOSTI ODRAZKY, KTERA JE PRED KAZDYM NAZVEM PODMENU ======= */

div#hlavni_menu .odrazka { 
  position : relative;
  left : 0px;
  top : 1px;
}

div#hlavni_menu .skupina { 
  text-align : left;
  margin-bottom : 2px;
}

div#hlavni_menu .vanoce a{
  font-weight : bold !important;
}

div#hlavni_menu .odsazeni_podmenu { 
  margin-left : 15px;
}

.activeGroup {
  background-image : url("/img/e-shop/green_dark.jpg");
}

div#hlavni_menu .activeGroup a {
  color : #fff !important;
}

