/*
   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>
   .menuEnvelope - <DIV> v ktorom je zabalene cele menu
   
*/

.menuEnvelope       { padding : 0; }

.menuLev1           { display : inline; }
.menuLev1ON         { display : inline; }
a.menuLev1a         { color: #B2B7AD; text-decoration: none; font-family: Tahoma, Verdanal, 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 : #993333; }

.menuLev2           { display : inline; }
.menuLev2ON         { display : inline; color: #993333;}
a.menuLev2a         { color: #333333; text-decoration: none; font-family: Tahoma, Verdanal, 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 : underline; }

.menuLev3           { display : inline; }
.menuLev3ON         { display : inline; color: #993333; }
a.menuLev3a         { color: #333333; text-decoration: none; font-family: Tahoma, Verdanal, sans-serif; padding-right: 5px; padding-left: 5px;}
a:link.menuLev3a    { text-decoration: none; }
a:active.menuLev3a  { text-decoration: none; }
a:visited.menuLev3a { text-decoration: none; }
a:hover.menuLev3a   { text-decoration : underline; }

.menuLev4           { display : inline; }
.menuLev4ON         { display : inline; color: #993333; }
a.menuLev4a         { color: #333333; text-decoration: none; font-family: Tahoma, Verdanal, sans-serif; padding-right: 5px; padding-left: 5px;}
a:link.menuLev4a    { text-decoration: none; }
a:active.menuLev4a  { text-decoration: none; }
a:visited.menuLev4a { text-decoration: none; }
a:hover.menuLev4a   { text-decoration : underline; }

.menuLev5           { display : inline; }
.menuLev5ON         { display : inline; color: #993333; }
a.menuLev5a         { color: #333333; text-decoration: none; font-family: Tahoma, Verdanal, sans-serif; padding-right: 5px; padding-left: 5px;}
a:link.menuLev5a    { text-decoration: none; }
a:active.menuLev5a  { text-decoration: none; }
a:visited.menuLev5a { text-decoration: none; }
a:hover.menuLev5a   { text-decoration : underline; }

.menuLev6           { display : inline; }
.menuLev6ON         { display : inline; color: #993333; }
a.menuLev6a         { color: #333333; text-decoration: none; font-family: Tahoma, Verdanal, sans-serif; padding-right: 5px; padding-left: 5px;}
a:link.menuLev6a    { text-decoration: none; }
a:active.menuLev6a  { text-decoration: none; }
a:visited.menuLev6a { text-decoration: none; }
a:hover.menuLev6a   { text-decoration : underline; }

.menuLev7           { display : inline; }
.menuLev7ON         { display : inline; color: #993333; }
a.menuLev7a         { color: #333333; text-decoration: none; font-family: Tahoma, Verdanal, sans-serif; padding-right: 5px; padding-left: 5px;}
a:link.menuLev7a    { text-decoration: none; }
a:active.menuLev7a  { text-decoration: none; }
a:visited.menuLev7a { text-decoration: none; }
a:hover.menuLev7a   { text-decoration : underline; }