/*
   ISIN-CORE FRONT-END SITEMAP MODUL STYLES

   .sitemapEnvelope  - <DIV> v ktorom je zabalena cela sitemapa

   .sitemapLI	        - styl pre <li> tag ktory je pred kazdou linkou
   .sitemapDiv{x}    - <DIV> v ktorom je zabalena kazda linka (riadok) sitemapy
   .sitemapLink{x}   - styl pre <a href> linku

*/

.sitemapEnvelope    {
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
}

.sitemapLI {
	list-style : url(../images/separ.gif);
}

.sitemapDiv1           { padding-left : 0px; font-family: Tahoma, Verdana, sans-serif; font-size : 14px; }
a.sitemapLink1         { color: #333333; text-decoration: none; }
a:link.sitemapLink1    { text-decoration : none; }
a:visited.sitemapLink1 { text-decoration : none; }
a:active.sitemapLink1  { text-decoration : none; }
a:hover.sitemapLink1   { text-decoration : underline; }

.sitemapDiv2           { padding-left : 20px; font-family: Tahoma, Verdana, sans-serif;  font-size : 12px; }
a.sitemapLink2         {  color: #333333; text-decoration: none; }
a:link.sitemapLink2    { text-decoration : none; }
a:visited.sitemapLink2 { text-decoration : none; }
a:active.sitemapLink2  { text-decoration : none; }
a:hover.sitemapLink2   { text-decoration : underline; }

.sitemapDiv3           { padding-left : 40px; font-family: Tahoma, Verdana, sans-serif; }
a.sitemapLink3         { color: #333333; text-decoration: none; }
a:link.sitemapLink3    { text-decoration : none; }
a:visited.sitemapLink3 { text-decoration : none; }
a:active.sitemapLink3  { text-decoration : none; }
a:hover.sitemapLink3   { text-decoration : underline; }

.sitemapDiv4           { padding-left : 60px; font-family: Tahoma, Verdana, sans-serif; }
a.sitemapLink4         {   color: #333333; text-decoration: none; }
a:link.sitemapLink4    { text-decoration : none; }
a:visited.sitemapLink4 { text-decoration : none; }
a:active.sitemapLink4  { text-decoration : none; }
a:hover.sitemapLink4   { text-decoration : underline; }

.sitemapDiv5           { padding-left : 80px; font-family: Tahoma, Verdana, sans-serif; }
a.sitemapLink5         {  color: #333333; text-decoration: none; }
a:link.sitemapLink5    { text-decoration : none; }
a:visited.sitemapLink5 { text-decoration : none; }
a:active.sitemapLink5  { text-decoration : none; }
a:hover.sitemapLink5   { text-decoration : underline; }

.sitemapDiv6           { padding-left : 100px; font-family: Tahoma, Verdana, sans-serif; }
a.sitemapLink6         {  color: #333333; text-decoration: none; }
a:link.sitemapLink6    { text-decoration : none; }
a:visited.sitemapLink6 { text-decoration : none; }
a:active.sitemapLink6  { text-decoration : none; }
a:hover.sitemapLink6   { text-decoration : underline; }


