/*
   ISIN-CORE FRONT-END MENU MODUL STYLES
   
   .menuLev{x}    - styly pre <DIV> v ktorom je ulozeny text linky
   .menuLev{x}ON  - styly pre <DIV> ktory je aktivny
   .menuLev{x}a   - styly pre <a href> ktorym je obaleny <DIV>
   .menuLev{x}aON - styly pre aktivny <a href> ktorym je obaleny <DIV>
   .menuEnvelope  - <DIV> v ktorom je zabalene cele menu
   
*/

.menuEnvelope          { }

.menuLev1 				  { display: inline;  width: 110px; }
.menuLev1ON				  { display: inline;  width: 110px; }
.menuLev1a            { color: #000000;  text-decoration: none; font-family: Tahoma, Verdana, sans-serif; }
a.menuLev1a            { color: #000000;  text-decoration: none; font-family: Tahoma, Verdana, sans-serif; }
a:link.menuLev1a       { text-decoration : none; }
a:active.menuLev1a     { text-decoration : none; }
a:visited.menuLev1a    { text-decoration : none; }
a:hover.menuLev1a      { text-decoration : none; color : #6C3D05; }
a.menuLev1aON          { font-weight: bold; color: #000000;  text-decoration: none; font-family: Tahoma, Verdana, sans-serif; }
a:link.menuLev1aON     { text-decoration : none; }
a:active.menuLev1aON   { text-decoration : none; }
a:visited.menuLev1aON  { text-decoration : none; }
a:hover.menuLev1aON    { text-decoration : none; color : #6C3D05; }

.menuLev2a            { position:relative; left: 4px; top:2px; color: #000000;  text-decoration: none; font-size:10px; font-family: Tahoma, Verdana, sans-serif; }
a.menuLev2a            { position:relative; left: 4px; top:2px; color: #000000;  text-decoration: none; font-size:10px; font-family: Tahoma, Verdana, sans-serif; }
a:link.menuLev2a       { text-decoration: none; }
a:active.menuLev2a     { text-decoration: none; }
a:visited.menuLev2a    { text-decoration: none; }
a:hover.menuLev2a      { text-decoration : none; }
a.menuLev2aON          { position:relative; left: 4px;  top:2px; color: #000000;  text-decoration: none; font-size:10px; font-family: Tahoma, Verdana, sans-serif; }
a:link.menuLev2aON     { text-decoration: none; }
a:active.menuLev2aON   { text-decoration: none; }
a:visited.menuLev2aON  { text-decoration: none; }
a:hover.menuLev2aON    { text-decoration : none; }

.menuLev3a            { position:relative; left: 14px; top:2px; color: #000000;  text-decoration: none; font-size:10px; font-family: Tahoma, Verdana, sans-serif; }
a.menuLev3a            { position:relative; left: 14px; top:2px; color: #000000;  text-decoration: none; font-size:10px; font-family: Tahoma, Verdana, sans-serif; }
a:link.menuLev3a       { text-decoration: none; }
a:active.menuLev3a     { text-decoration: none; }
a:visited.menuLev3a    { text-decoration: none; }
a:hover.menuLev3a      { text-decoration : none; }
a.menuLev3aON          { position:relative; left: 14px; top:2px; color: #000000;  text-decoration: none; font-size:10px; font-family: Tahoma, Verdana, sans-serif; }
a:link.menuLev3aON     { text-decoration: none; }
a:active.menuLev3aON   { text-decoration: none; }
a:visited.menuLev3aON  { text-decoration: none; }
a:hover.menuLev3aON    { text-decoration : none; }

.menuLev4a            { position:relative; left: 24px;  top:2px; color: #000000;  text-decoration: none; font-family: Tahoma, Verdana, sans-serif; }
a.menuLev4a            { position:relative; left: 24px;  top:2px; color: #000000;  text-decoration: none; font-family: Tahoma, Verdana, sans-serif; }
a:link.menuLev4a       { text-decoration: none; }
a:active.menuLev4a     { text-decoration: none; }
a:visited.menuLev4a    { text-decoration: none; }
a:hover.menuLev4a      { text-decoration : none; }
a.menuLev4aON          { position:relative; left: 24px;  top:2px; color: #000000;  text-decoration: none; font-family: Tahoma, Verdana, sans-serif; }
a:link.menuLev4aON     { text-decoration: none; }
a:active.menuLev4aON   { text-decoration: none; }
a:visited.menuLev4aON  { text-decoration: none; }
a:hover.menuLev4aON    { text-decoration : none; }

/* v pripade potreby sem vlozit definicie pre dalsie urovne vnorenia menu */

