/* CSS SemWeb internet services document, 2008 */
.reproplusmenu { 
	overflow: hidden; 
	width: auto;
	margin-left:21px;
	margin-top:4px;
	padding: 4px 0;
	border-width: 1px 0;
}
* html .reproplusmenu { 
	width: 100%;
}
.reproplusmenu a.ki { 
	background: transparent url(../webimages/menu-links.gif) no-repeat top left;
	display: block;
	float: left;
	font: bold 10px Verdana; /* Change 13px as desired */
	line-height: 20px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 28px; /* Height of button background height */
	padding-left: 12px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 2px; /*spacing between buttons*/
	opacity: 0.9;
	-moz-opacity: 0.9;
}
.reproplusmenu a.ki:link, .reproplusmenu a.ki:visited, .reproplusmenu a:active{
	color: white;
}
.reproplusmenu a.ki span{
	background: transparent url(../webimages/menu-rechts.gif) no-repeat top right;
	display: block;
	padding: 4px 12px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}
.reproplusmenu a.ki:hover{ 
	background: transparent url(../webimages/menu-links-hover.gif) no-repeat top left;
	opacity: 1;
	-moz-opacity: 0.99;
}
.reproplusmenu a.ki:hover span{ 
	background: transparent url(../webimages/menu-rechts-hover.gif) no-repeat top right;
	color: #197c1e;
}
