/* CSS-Definition für Chrome-Menu www.kmksg.ch */

.chromestyle{
	width: 950px;
	font-weight: bold;}

.chromestyle:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;}

.chromestyle ul{
	border: 0px solid #FFFFFF;
	width: 100%;
	background: url(http://www.kmksg.ch/images/chromebg.gif) center center repeat-x;
	padding: 6px 0;
	margin: 0;
	text-align: left;}

.chromestyle ul li{
	display: inline;}

.chromestyle ul li a{
	padding: 8px 7px;
	padding-left: 15px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;}

.chromestyle ul li a:hover{
	background: url(http://www.kmksg.ch/images/menupunkt2.jpg) center left no-repeat;}

/* Darstellung Dropdown-Menu */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #FFFFFF
;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #85b595;
	width: 220px;
	visibility: hidden;
	text-indent: 15px;}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 3px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 15px;}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	text-indent: 15px;}

.dropmenudiv a:hover{
	background-color: #0b6b2b;
	background-image:url(http://www.kmksg.ch/images/menupunkt3.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	text-indent: 15px;}

.a { 
	text-decoration:none;
	color:#0B6B2B;
	font-weight:bold;}

.a:hover { 
	color:#ffb547;
	text-decoration:none;}

.atop {
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;}