		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
		
		.horizontal ul li{
			float: left;
			position: relative;
		}
		.horizontal ul li a{
			font-family: Tahoma;
			font-size: 9pt;
			display: block;
			width: 178px;
			height: 41px;
			font-weight: bold;
			color: #7b7c7b;
			text-decoration: none;
			overflow: hidden;
			background-color: #171e20;
			/*border-bottom: 1px solid #6E6F6F;*/
			/*background-image: url(restorans4.jpg);*/
		}
		
		.horizontal li li{
			float: none;
			border-bottom: 0px solid transparent;
			margin-bottom: -1px;
		}
		.horizontal li li.last{
			border-bottom: none;
		}
		.horizontal ul li ul{
			position: absolute;

			margin-top: -1px;
		}
		.horizontal ul ul ul{
			width: 130px;
			top: -1px;
			left: 128px;
			margin-top: 0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -128px;
		}
		.horizontal ul li li a{
			border: 0px solid;
			border-top: none;
		}
		.horizontal ul li:first-child>a{
			border-left: 0px solid;
		}
		.horizontal ul li a.first{
			border-left: 0px solid;
		}
		.horizontal ul li li a.first{
			border-top: 0px solid;
		}
		.horizontal ul li li:first-child>a{
			border-top: 0px solid;
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 128px;
		}
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: #d2d2c5;
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite li:first-child>a:hover{
			background-color: #d2d2c5;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: #d2d2c5;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite li:first-child>a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}
		.aplis{
		font-weight: lighter;
		}
		
		.cell{
		padding-left: 10px;
		padding-right: 10px;
		}
		
		DIV#navi{
		/*padding-left: 33px;*/
		}
		
		/*.stripa{
		padding-top: 4px;
		padding-bottom: 4px;
		border-bottom: 1px solid #b0b0a5;
		border-top: 1px solid #b0b0a5;
		}*/
		
		DIV#poga_tekts{
		padding-top: 13px;
		}
		
		
		DIV#poga_tekts2{
		text-align: center;
		padding-top: 13px;
		text-decoration: underline;
		}
		
		td.izm{
		width: 100%;
		background-color: #171e20;
		border-bottom: 1px solid #6E6F6F;
		}
		
		a#menu{
		font-family: Tahoma;
			font-size: 9pt;
			font-weight: bold;
			color: #7b7c7b;
		}
		
		a#menu:hover{
		font-family: Tahoma;
			font-size: 9pt;
			font-weight: bold;
			color: #ffffff;
		}