#mainmenu ul li {
	margin-bottom: 3px; margin-top: 0px; padding-top: 0px;
	font-weight: bold;
}

#mainmenu ul li ul {
	padding-left: 10px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-top: 0px;
	margin-bottom: 0px;
}

#mainmenu ul li ul li {
	margin-bottom: 3px;
	font-weight: bold;
}

#mainmenu ul li.opened {
	padding-left: 10px;
	padding-bottom: 2px;
  margin-top: 10px;
	margin-bottom: 0px;
	background-image: url('/images/org/downarrow.gif');
	background-position: left 6px;
	background-repeat: no-repeat;
}

#mainmenu ul li.closed {
	padding-left: 10px;
	margin-top: 10px;
	padding-bottom: 7px;
	background-image: url('/images/org/rightarrow.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
}

#mainmenu ul li ul li {
	margin-bottom: 3px;
	background-image: url('/images/org/rightarrow.gif');
	background-position: left 4px;
	background-repeat: no-repeat;
}
#mainmenu ul li.sub {
	margin-bottom: 3px;
	padding-left: 10px;
	background-image: url('/images/org/rightarrow.gif');
	background-position: 4px;
	background-repeat: no-repeat;
}
#mainmenu ul li.sublast {
	margin-bottom: 13px;
	padding-left: 10px;
	background-image: url('/images/org/rightarrow.gif');
	background-position: 4px;
	background-repeat: no-repeat;
}
