/* CSS Document */
/*alsó menü*/

#navcontainerv {
	width: 800px;
	background-color: #bec6e6;
	border-top: #5239ae double 4px;
	border-bottom: #5239ae double 4px;
	margin: 0px;/*a menü blokk távolsága a befoglaló cellától*/
	float: left;

}

#navcontainerv ul
{
margin: 0 0 0 10px;
padding: 0px;        /*felsorolás gombok körüli távolság*/
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
float: left;
}

#navcontainerv li
{
margin: 1 1 0 0px;
padding: 0px;        /*gombok közötti rés*/
line-height: 25px;
float: left;
}

#navcontainerv ul li a
{
display: block;
width: auto; /*gombok szélessége*/
padding-left: 30px;
font-size: 0.8em;
font-weight: normal;
margin-right: 40px;
}

#navcontainerv ul li a:link, #navcontainerv ul li a:visited
{
color: #000;							/* Betű off szín*/
text-decoration: none;
}

#navcontainerv ul li a:hover
{
color: #fff; }								/* betűszín hover*/





