	body
	{
		font-size: 10pt;
		font-family: Arial;
	}

	.DivMainmeny
{
	left: 210px;
	width: 140px;
	position: absolute;
	top: 10px;
	height: 30px;
	border-right-width: thick;
	border-right-color: #ff0000;
}

	.TabMainmeny
	{
		font-weight: bold;
		font-size: 10pt;
		color: #456FA0;
	}
	.DivSubmeny
	{
		BORDER-BOTTOM: gainsboro inset;
		BORDER-RIGHT: gainsboro inset; 
		Z-INDEX: 1; 
		WIDTH: 140px;  
		POSITION: absolute; 
		TOP: 30px;
	}
	.TabSubmeny
	{
		font-size: 10pt;
		width: 100%;
		background-color: #456FA0;
		border:0;
	}

	.menuover
	{
		font-weight: bold;
		cursor: hand;
		color: white;
		background-color: #456fa0;
		text-decoration: underline;
	}

	.menuout
	{
		color: white;
		font-weight: normal;
		background-color: #456FA0;
		text-decoration: "";
	}

