@charset "iso-8859-2";
/* CSS Document */


#navcontainerva {
	width: 750px;
	margin: 3px;/*a menü blokk távolsága a befoglaló cellától*/
	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: 30px;
font-size: 1em;
margin-right: 9px;
}


#navcontainerva ul li a:link, #navcontainerva ul li a:visited
{
color: #3f3f9f;							/* Betű off szín*/
text-decoration: none;
background-repeat: no-repeat;
background-position: left top;
}

#navcontainerva ul li a:hover
{
background-color:;
color: #999;			/*felsorolás betű szín ha fölötte a kurzor*/

}





#navcontainer {
	width: 130px;
	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 1 0 0px;
padding: 0px;
line-height: 20px;
}

#navcontainer ul li a
{
display: block;
width: 135px;
padding-left: 0px;
background-color: #E4E7F9;
background-image:url(images/pict.png);
background-repeat: no-repeat;
background-position:left;
padding-left: 0px;
font-size: 1em;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
color: #3f3f9f;	
text-decoration: none;
background-image:  url(images/dot.gif) 
background-repeat: repeat-x;

}

#navcontainer ul li a:hover
{
background-color: #E4E7F9;
color: #999;
background-image:url(images/pict2.png);
background-repeat: no-repeat;
background-position:left;
}



/* Aktiv gombok */

ul#navlist li#active a
{
color: #990000
}

ul#navlist li#active a:hover
{
color: #990000;
}


/* 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
}

ul#navlistf li#activef a:hover
{
background-image: url(images/pict2.png);
background-repeat: no-repeat;
background-position:left;
color: #990000;
}



