#navcontainer {
	width: 150px; /*Menu szélesége*/
	margin-left: 8px; /*Menu bal széle mellet mennyi px hely legyen*/
	}

#navcontainer ul
{
margin: 0 0 0 0px;
padding: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
}

#navcontainer li
{
margin: 1 1 0 0px;
padding: 0px;
line-height: 25px;/*"gomb" magasága*/
}

#navcontainer ul li a
{
display: block;
width: 150px;
padding-left: 20px;
background-color: #6f8fd4;/*"Főmenü gombjainak" hátér szine */
background-image: url(images/dot.gif); background-position: bottom; background-repeat: repeat-x;
font-size: 1em;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
color: #FFFFFF;	/*"Főmenü gombjainak"  szine ha link és ha megnézték */
text-decoration: none;
background-image:  url(images/dot.gif) 
background-repeat: repeat-x;

}

#navcontainer ul li a:hover
{
background-color:#7A97D8; /*#6f8fd4; *//*"Főmenü gombjainak" hátér szine ha fölé viszik az egeret */
color: #ffffff; /*"Főmenü gombjainak"  szine ha fölé viszik az egeret */
background-image: url(images/dot.gif);
background-repeat: repeat-x;
}

/* ul ul */

#navcontainer ul ul li a
{
display: block;
padding-left: 40px;
width: 130px;
background-color: #6f8fd4; /*"ALmenü gombjainak" hátér szine */
background-image: url(images/dot.gif); 
background-position: bottom; 
background-repeat: repeat-x;
font-size: 0.9em;
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited
{
color: #ffffff;	/*"ALmenü gombjainak"  szine ha link és ha megnézték */
text-decoration: none;
background-image:  url(images/dot.gif);
 background-position: bottom;
  background-repeat: repeat-x;
}

#navcontainer ul ul li a:hover
{

background-color: #7A97D8; /*"ALmenü gombjainak" hátér szine ha fölé viszik az egeret */
color: #ffffff;/*"ALmenü gombjainak"  szine ha fölé viszik az egeret */
background-image: url(images/dot.gif);
background-repeat: repeat-x;
}





/* ul ul ul */


#navcontainer ul ul ul li a
{
display: block;
padding-left: 50px;/*balról honnan induljon */
width: 120px;/* a szélesége */
background-color: #6f8fd4;/*"ALmenü ALmenüjének gombjainak" hátér szine */
background-image: url(images/dot.gif); background-position: bottom; background-repeat: repeat-x;
font-size: 0.9em;
}

#navcontainer ul ul ul li a:link, #navcontainer ul ul ul li a:visited
{
color: #ffffff;	/*"ALmenü ALmenüjének gombjainak"  szine ha link és ha megnézték */
text-decoration: none;
background-image:  url(images/dot.gif);
background-image: url(images/dot.gif); 
background-position: bottom; 
background-repeat: repeat-x;
}

#navcontainer ul ul ul li a:hover
{

background-color: #7A97D8;/*"ALmenü ALmenüjének gombjainak" hátér szine ha fölé viszik az egeret */
color: #ffffff;/*"ALmenü ALmenüjének gombjainak"  szine ha fölé viszik az egeret */
background-image: url(images/dot.gif);
 background-position: bottom; 
 background-repeat: repeat-x;
}

