@charset "utf-8";
/* CSS Document */


#menug {
	font-size:0.7em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin-left: 4px;
	}

#menug ul {
	margin-left:1em;
	padding-left: 0;
	list-style-position:outside;
	line-height:1.6em;
	
	}

.closed {
	color:#00000;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-position: outside;
	list-style-image: url(../images/point-side.gif);
	cursor: crosshair;

}
.open {
	color:#000000;
	font-weight: bolder;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-position: outside;
	list-style-image: url(../images/point-down.gif);
	cursor: crosshair;

}
