#theme_topmenu {
	float:right;
	background: url(/ps/defaultskins/themes/intranet1/images/topmenu.png) left top no-repeat;
	padding-top:3px;
	/* text-indent in .top ist besser als padding da cursor direkt auf der grafik */
	/*padding-left:10px;*/	
	margin: 0px;
	margin-top:20px;
	margin-right:20px;
	width:94px;
	height:24px;
	position:relative;
	z-index: 499;
}
#theme_topmenu .top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	display: block;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	width:94px;/* Maße wie topmenu.png */
	height:24px;
	cursor: pointer;
	text-indent:10px;
}
#theme_topmenu ul {
list-style: none;
margin: 0px; /* AG für IE */
margin-top: 0px;
padding: 0px;
width: auto;
float: left;
}
#theme_topmenu ul ul {
/* AG wegen dem übergordneten margin -14px */
left:-10px; 
left:-108px; 
top:22px;
text-indent:10px;
/*margin-top: -14px;*/
}
#theme_topmenu a, 
#theme_topmenu a:visited,
#theme_topmenu a:active,
#theme_topmenu a:hover {
 	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	display: block;
	margin: 0;
	padding-top: 2px; 
	padding-bottom: 3px;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
	/* AG wichtig für IE6+7 */
	width:100%;
	line-height: 16px;
	
}
#theme_topmenu a:active,
#theme_topmenu a:hover {
	color: #000000;
	background: #C0C0C0;
}

#theme_topmenu ul li a {
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
}
#theme_topmenu ul ul li a {
	border-top-width: 0;
	border-bottom-width: 1px;
	border-right-width: 0;
	border-left-width: 0;
	border-style: solid;
	border-color: #C0C0C0;
}
#theme_topmenu ul li a.lastone, #theme_topmenu ul ul li a.lastone {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#theme_topmenu li {position: relative;}

#theme_topmenu ul ul {
position: absolute;
z-index: 500;
/*width: 20em;*/
width: 200px;
border: 1px solid #666666;
/*
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
border-style: solid;
border-color: #000000;
*/
}

div#theme_topmenu ul ul,
div#theme_topmenu ul li:hover ul ul
{display: none;}

div#theme_topmenu ul li:hover ul,
div#theme_topmenu ul ul li:hover ul
{display: block;}
