﻿/*
	spletna stran http://ago.tanfa.co.uk/css/examples/menu_l/tutorial-h.html
*/


#menu_l {

width:	100%;
background: #fff;
color:	#585FAA;

}
#menu_l ul {
list-style: none;
background: #fff;
/*width:70px;*/
margin: 0;
padding: 0;
float: right;
text-align:left;
}
#menu_l_l ul  {
list-style: none;
background: #fff;
/*width:70px;*/
margin: 0;
padding: 0;
float: right;
text-align:left;
}

#menu_l a, #menu_l h2 {
font: 17px/17px Nina;
/*font-weight: bold;*/
display: block;
margin: 0;
/*padding: 1px 2px;*/
padding-right:2px;
padding-left:2px;
/*padding-top:px;*/
color:	#585FAA;
}

#menu_l h2 {
text-transform: uppercase;
}

#menu_l h2:hover{
background:	#b3d334;
text-decoration: none;
}
#menu_l h2:visited{
color:	#585FAA;
text-decoration: 	none;
}

#menu_l a {
text-decoration: none;
}

#menu_l a:hover {
background: #b3d334;
}
#menu_l a:visited{
color:	#585FAA;
text-decoration: 	none;
}

#menu_l li {
position: relative;
}

#menu_l ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#menu_l ul ul {
position: absolute;
z-index: 500;
}
div#menu_l ul ul {
display: none;
}
div#menu_l ul li:hover ul
{display: block;}

div#menu_l ul ul,
div#menu_l ul li:hover ul ul,
div#menu_l ul ul li:hover ul ul
{display: none;}

div#menu_l ul li:hover ul,
div#menu_l ul ul li:hover ul,
div#menu_l ul ul ul li:hover ul
{display: block;}

/* desno*/
#menu_d {

width:	100%;
background: #fff;
color:	#009EDB;

}
#menu_d ul {
list-style: none;
background: #fff;
/*width:70px;*/
margin: 0;
padding: 0;
float: left;
text-align:left;
}
#menu_d_l ul  {
list-style: none;
background: #fff;
/*width:70px;*/
margin: 0;
padding: 0;
float: right;
text-align:left;

}

#menu_d a, #menu_d h2 {
font: 17px/17px Nina;
display: block;
margin: 0;
/*padding: 1px 2px;*/
padding-right:2px;
padding-left:2px;
/*padding-top:2px;*/
color:	#009EDB;
}

#menu_d h2 {
text-transform: uppercase;
}

#menu_d h2:hover{
background:	#b3d334;
text-decoration: none;
}
#menu_d h2:visited{
color:	#009EDB;
text-decoration: 	none;
}

#menu_d a {
text-decoration: none;
}

#menu_d a:hover {
background: #b3d334;
}
#menu_d a:visited{
color:	#009EDB;
text-decoration: 	none;
}

#menu_d li {
position: relative;
}

#menu_d ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#menu_d ul ul {
position: absolute;
z-index: 500;
}
div#menu_d ul ul {
display: none;
}
div#menu_d ul li:hover ul
{display: block;}

div#menu_d ul ul,
div#menu_d ul li:hover ul ul,
div#menu_d ul ul li:hover ul ul
{display: none;}

div#menu_d ul li:hover ul,
div#menu_d ul ul li:hover ul,
div#menu_d ul ul ul li:hover ul
{display: block;}
body {
behavior: url(css/cs.htc);
}



