.start ul{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	width:110px;
	font:normal 10px/11px verdana,tahoma,sans-serif;
	background:url('../simg/tile3.gif');
	position:relative;
	z-index:999;
}

.start ul li{
	position:relative;
	width:110px;
	background:transparent;
	border-bottom:10px solid white;
}


.start ul ul,.start ul ul li{
	width:160px;
}

.start li ul{
	position:absolute;
	left:110px;
	top:-10px;
	display:none;
	border:10px solid white;
	border-bottom-width:0;
}

.start ul li a{
	/* a */
	text-decoration:none;
	display:block;
	padding:5px 0 4px 3px;
	border:1px solid #AAA;
	color:#248;
	background:url('../simg/menu.gif') no-repeat 0 0;
}

.start ul li a:hover{
	/* a hover */
	background:url('../simg/menu.gif') no-repeat 0 -44px;
	border:1px solid #591;
	color:#591
}

.start .exp a{
	/* links expandable a */
	background:url('../simg/menu.gif') no-repeat 0 -88px;
}

.start .exp a:hover{
	/* links expandable a:hover */
	background:url('../simg/menu.gif') no-repeat 0 -132px;
}

.start li:hover a{
	/* links expanded */
	color:#591;
	border:1px solid #591;
	background:url('../simg/menu.gif') no-repeat 0 -44px;
}

.start li:hover ul li a{
	/* rechts a */
	padding:5px 0 4px 3px;
	text-decoration:none;
	border:1px solid #689;
	color:#248;
	background:url('../simg/menu.gif') no-repeat 0 0;
}

.start .exp ul a:hover{
	background:url('../simg/menu.gif') no-repeat 0 -44px;
	border:1px solid #591;
}

.start ul ul{
	margin:0;
}

* html .start ul li{float:left;height:1%}
* html .start ul li a{height:1%}

.start li:hover ul{display:block}