.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
.taxi-blackmenu ul{
	font: bold 12px Verdana;
	list-style-type: none;
	overflow: hidden;
	height: 42px;
	padding: 0;
	margin: 0;
	background-image: url(../images/oldal/menu.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.taxi-blackmenu {
	width: 770px;
	margin-left: 175px;
}


.taxi-blackmenu li{
	display: inline;
	margin: 0;
	height: 39px;
	padding-top: 3px;
	width: 128px;
	text-align: center;
}
.taxi-blackmenu img{
	display: inline;
	margin: 0;
	height: 25px;
	padding-top: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.taxi-blackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: white;
	height: 32px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 108px;
}
.taxi-blackmenu li a:hover{
	background-image: url(../images/oldal/menualt.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 42px;
	display: block;
}
.taxi-blackmenu li a:visited{
	color: #FFFFFF;
}
.taxi-blackmenu a.selected{
	height: 32px;
	background-image: url(../images/oldal/menualt.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	padding-top: 10px;
}

* html .taxi-submenustyle li{ /*IE6 CSS hack*/
	display: block;
	width: 128px; /*width of menu (include side paddings of LI A*/
	height: 25px;
	margin: 0px;
	padding: 0px;
}

.taxi-submenustyle li a{
	display: block;
	width: 101px; /*width of menu (not including side paddings)*/
	color: black;
	text-decoration: none;
	padding-left: 25px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/oldal/submenuback.png);
	background-repeat: repeat-y;
	background-position: center center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0px;
	font-size: 12px;
}
.taxi-submenustyle li a:hover{
	color: #2F2F2F;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-color: #FFFFFF;
}
.taxi-submenustyle, .taxi-submenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0px;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/oldal/submenuback.png);
	background-repeat: repeat-y;
	background-position: center center;
}
