
#editmainmenu td {
	border-width: 0px;
	background-repeat: no-repeat;
  padding-left: 5px;
  padding-right: 5px;
}

/* erinevad ikoonid */
#editmainmenu td.closed {
  background-image: url("images/admin/closed.gif");
}

#editmainmenu td.open {
  background-image: url("images/admin/open.gif");
}


/* lingid */
#editmainmenu a {
	text-decoration: none;
  font-size: small;
  font-weight: normal;
  color: #000;
}

#editmainmenu a:hover {
  text-decoration: underline;
	/*color: #FFFFFF;*/
}

#editmainmenu a img {
  border: none;
}

/* natuke heledamad lahtrid */
#editmainmenu tr.a {
	background: #ddd;
}

/* natuke tumedamad lahtrid */
#editmainmenu tr.b {
	background: #aaa;
}


/* aktiivne */
#editmainmenu tr.active {
  background: #cc3333;
} 

/* user */
#editmainmenu tr.user a{
  font-style: italic;
}

/* investor */
#editmainmenu tr.investor a{
  font-style: italic;
  color: blue;
}

/* administrator */
#editmainmenu tr.admin a{
  font-weight: bold;
  color: blue;
}



