@charset "iso-8859-9";
/* CSS Document */
ul.top-menu{
	
	margin: 6px 0px 0px 0px;
	padding: 0;
	float: right;
	width: 100%;
}
.top-menu li{
	display: inline;
}
.top-menu li a{
	font: bold 11px tahoma;
	float: right;
	color: #fff;
	padding: 8px 20px;
	text-decoration: none;
	border-left: 1px solid white;
	background:url(../images/menus/top-back.png) repeat-x top;
}
.top-menu li a:hover, .top-menu li .current{
color: #d4e0a1;
background: url(../images/menus/top-back-hover.png) repeat-x top;
}

ul.kat-menu-ul{
	list-style-type: none;
	width:206px;
	margin:0px 0px 0px 47px;
	padding:0px;
}
	
ul.kat-menu-ul li { 
	margin: 0px; 
	border-bottom: dotted 1px #ccc;
	width:206px;
	vertical-align:middle;
}

ul.kat-menu-ul a { 
	font:bold 11px/32px tahoma;
	display: block;
	color: #333300; 
	padding-left:10px;
	width:196px;
	text-decoration: none; 
}
ul.kat-menu-ul a:hover{
	font:bold 11px/32px tahoma;
	display: block;
	color: #333300;
	background:#eee; 
	padding-left:20px;
	width:186px;
	text-decoration: none;
}
