@charset "iso-8859-2";
/* CSS Document */


#navcontainerva {

	margin: 3px;/*a menü blokk távolsága a befoglaló cellától*/
	padding-left:170px;
	float: left;
}

#navcontainerva ul
{
margin: 0 0 0 5px;
padding: 0px;        /*felsorolás gombok körüli távolság*/
list-style-type: none;
font-family: Tahoma;
font-size: 11px;
width: 100%;
float: left;
}

#navcontainerva li
{
margin: 1 1 0 0px;
padding: 0px;        /*gombok közötti rés*/
line-height: 20px;
float: left;
}

#navcontainerva ul li a
{
display: block;
background-position:left;
width: auto; /*gombok szélessége*/
padding-left: 25px;
font-size: 1em;
margin-right: 9px;
}

#navcontainerva ul li a:link, #navcontainerva ul li a:visited
{
color: #fff;							/* Betű off szín*/
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
}

#navcontainerva ul li a:hover
{
color:#FF9C00;							/*felsorolás betű szín ha fölötte a kurzor*/

}







#navcontainer {
	width: 200px;
	margin-left: 0px;
}

#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 0 0px;
padding-top: 0px;
line-height: 24px;
}

#navcontainer ul li a
{
display: block;
width: 200px;
height: 25px;
padding-left: 0px;

background-image:url(images/menucsik.gif);
background-repeat: repeat-x;
background-position:bottom;


font-size: 1em;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
text-indent:20px;
color: #000;	
text-decoration: none;
background-image:  url(images/dot.gif) 
background-repeat: repeat-x;

}

#navcontainer ul li a:hover
{

background:url(images/leftnav_bg_hover2.gif) no-repeat;
color: #fff;
background-repeat: no-repeat;
background-position:left;
}



/* Aktiv gombok */

ul#navlist li#active a
{
color: #990000;
font-weight:bold;
}

ul#navlist li#active a:hover
{
color: #990000;
font-weight:bold;
}




#navcontainerjobb {
	width: 180px;
	margin-left: 0px;
}

#navcontainerjobb ul
{
margin: 0 0 0 0px;
padding: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
}

#navcontainerjobb li
{
margin:  1 0 0px;
padding-top: 0px;
line-height: 24px;
}

#navcontainerjobb ul li a
{
display: block;
width: 180px;
height: 25px;
padding-left: 0px;

background-image:url(images/menucsikjobb.gif);
background-repeat: repeat-x;
background-position:bottom;

font-size: 1em;
}

#navcontainerjobb ul li a:link, #navcontainerjobb ul li a:visited
{
text-indent:20px;
color: #000;	
text-decoration: none;
background-image:  url(images/dot.gif) 
background-repeat: repeat-x;

}

#navcontainerjobb ul li a:hover
{

background:url(images/leftnav_bg_hover2.gif) no-repeat;
color: #fff;
background-repeat: no-repeat;
background-position:left;
}



/* Aktiv gombok */

ul#navlist li#active a
{
color: #990000;
font-weight:bold;
}

ul#navlist li#active a:hover
{
color: #990000;
font-weight:bold;
}





/* Aktiv gombok függőleges menü */

ul#navlistf li#activef a
{
background-image: url(images/pict2.png);
background-repeat: no-repeat;
background-position:left;
color: #990000;
font-weight:bold;
}

ul#navlistf li#activef a:hover
{
background-image: url(images/pict2.png);
background-repeat: no-repeat;
background-position:left;
color: #990000;
font-weight:bold;
}



