#navcontainer {
	width: 150px;
	margin-left: 10px;
}

#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: 150px;
padding-left: 20px;
background-color: #FEF5BD;
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: #4D8B7C;	
text-decoration: none;
background-image:  url(images/dot.gif) 
background-repeat: repeat-x;

}

#navcontainer ul li a:hover
{
background-color: #FEF5BD;
color: #000;
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: #FEF5BD;
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: #4D8B7C;	
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 li a:hover
{

background-color: #FEF5BD;
color: #000;
background-image: url(images/dot.gif);
background-repeat: repeat-x;
}





/* ul ul ul */


#navcontainer ul ul ul li a
{
display: block;
padding-left: 50px;
width: 120px;
background-color: #FEF5BD;
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: #4D8B7C;	
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: #FEF5BD;
color: #000;
background-image: url(images/dot.gif); background-position: bottom; background-repeat: repeat-x;
}

/* selected states */
#navcontainer ul li a#current
{
font-weight: bold;
color: #6699CC;
background-image: url(images/dot.gif); background-position: bottom; background-repeat: repeat-x;
background-color: #FEF5BD;
}

#navcontainer ul ul ul li a#subcurrent
{
font-weight: bold;
color: #98C8F7;
background-image: url(images/dot.gif); background-position: bottom; background-repeat: repeat-x;
background-color: #FEF5BD;
}



/*belső menü*/

#navcontainerv {
	width: 545px;
	margin: 0px;/*a menü blokk távolsága a befoglaló cellától*/
	float: left;
	

}

#navcontainerv ul
{
margin: 0 0 0 0px;
padding: 0px;        /*felsorolás gombok körüli távolság*/
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
width: auto;
float: left;
}

#navcontainerv li
{
margin: 1 1 0 0px;
padding: 0px;        /*gombok közötti rés*/
line-height: 20px;
float: left;
}

#navcontainerv ul li a
{
display: block;
width: auto; /*gombok szélessége*/
padding-left: 20px;
font-size: 1em;
margin-right: 30px;
}

#navcontainerv ul li a:link, #navcontainerv ul li a:visited
{
color: #4D8B7C;							/* Betű off szín*/
text-decoration: none;
}

#navcontainerv ul li a:hover
{
color: #FEC25E; }								/* betűszín hover*/


/* hot spot */

#navcontainerhot {
	width: 150px;
	margin-left: 10px;
}

#navcontainerhot ul
{
margin: 0 0 0 0px;
padding: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
}

#navcontainerhot li
{
margin: 1 1 0 0px;
padding: 0px;
line-height: 20px;
}

#navcontainerhot ul li a
{
display: block;
width: 130px;
padding-left: 40px;
background-color: #FEF5BD;
background-image: url(images/dot.gif); background-position: bottom; background-repeat: repeat-x;
font-size: 0.9em;
}

#navcontainerhot ul li a:link, #navcontainerhot ul li a:visited
{
color: #FF0000;	
text-decoration: none;
background-image:  url(images/dot.gif) 
background-repeat: repeat-x;

}

#navcontainerhot ul li a:hover
{
background-color: #FEF5BD;
color: #000;
background-image: url(images/dot.gif);
background-repeat: repeat-x;
}



#hotspot { font-style: italic; }

