<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.arrowsidemenu{
	width: 180px; /*width of menu*/
	/*border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;*/
}
	
.arrowsidemenu div a{ /*header bar links*/
	display: block;
	line-height:30px;
	height:30px;
	background:url(../img/menu_item_bg.jpg) no-repeat right top;
	padding-left:5px;
	cursor:pointer;
	width:173px;
	font-size:13px;
	border-bottom:1px solid #8fb811;/*ea9c1a*/
	font-weight:bold;
	overflow:hidden;
	cursor:pointer;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #353535;
}
.arrowsidemenu div a:hover{
	color: #353535;
	text-decoration:none;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background:url(../img/altkat_bg.jpg) no-repeat top;
}

.arrowsidemenu ul li{
	border-bottom: 1px dotted #6c6c6c;
	padding:5px 5px 5px 5px;
	margin-left:11px;
	width:145px;
	line-height:16px;
	cursor:pointer;
	font-weight:bold;
	font-size:10px;
}</pre></body></html>