@charset "iso-8859-1";
/* CSS Document */

.topmenul1, .topmenul2 {
	list-style:none;
	margin:0px;
	padding:0px 0px;
}

.topmenul1 a {
	border:none;
}

.topmenul1 li {
	padding:0px;
	float:left;
	position:relative;
}

/* First level colors for link tags */
.topmenul1 a {
	padding:0px;
}

.topmenul1 a:hover {
}


/* Start second level and lower menu's */
.topmenul1 .topmenul2 {
	display:none;				
	position:absolute;
	width:170px;
	z-index:100;
	left:0px;
	top:35px;
}

.topmenul1 .topmenul2 .topmenul2, .topmenul1 .topmenul2 .topmenul2 .topmenul2 {
	left:170px;
	top:0px !important;
}

.topmenul1 .topmenul2 li {
	padding:2px 0px;
	background-color:#eaf5fb;
	background: url(img/menu_line.png) no-repeat bottom left;
	width:100%;
	padding:0px 0px 0px 0px;
	text-indent: 5px;
}

.topmenul1 .topmenul2 .topmenul2last {
	padding:2px 0px;
	background-color:#eaf5fb;
	background: url(img/menu_line_wo.png) no-repeat bottom left;
	width:100%;
	padding:0px 0px 0px 0px;
	text-indent: 5px;
}

.topmenul1 .topmenul2 a {
	border:none;
	display:block;
	padding:5px 0px 5px 0px;
	color: #818282;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width:100%;
}

.topmenul1 .topmenul2 a:hover {
	background-color: #eaf5fb;
	background: url(img/menu_line.png) no-repeat bottom left;
	color:#82c83c;
	border:none;
}
.topmenul1 .topmenul2 .topmenul2last a:hover {
	background-color: #eaf5fb;
	background: url(img/menu_line_wo.png) no-repeat bottom left;
	color:#82c83c;
	border:none;
}

/* Little arrows for the menus */
.topmenul2-ifsub {
	background-image:url(JAP/img/arrow-b-r.gif);
	background-position:right;
	background-repeat:no-repeat;
}