html > body {
	font-size: 12px;
}

body {
	font-size: 75%;
}

div#menu span.expanded{
	background-color: #72bb62;
	background-image: url('/images/menul.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#menu span.expanded a{
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	background-image: url('/images/menur.gif');
	background-position: bottom right;
	background-repeat: no-repeat;	
}

div#menu span.high{
	background-color: #72bb62;
	background-image: url('/images/menul.gif');
	background-position: bottom left;
	background-repeat: no-repeat;	
}

div#menu span.high a{
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	background-image: url('/images/menur.gif');
	background-position: bottom right;
	background-repeat: no-repeat;	
	
}

.listicon {
	padding-left: 20px;
	background-image: url('/images/arrow2.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
