/* menu left */
a.dropdown, a.dropdown:visited, div.dropdown
{
	  display: block;
	  width: 100px;
	  padding: 5px 2px;
	/*  background-image:url(/img/menubg.gif); */
	  background-color: #fbfbfb;
	  text-decoration: none;
	  font-size: 11px;
	  font-weight: bold;
	  color: #5e5e5e;
	  z-index: 1000; 
}

a.dropdown:hover {
	  /* background-image:url(/img/menubg1.gif); */
	  background-color: #e4e4e4;
	  color: #226F6F;
	  font-weight: bold;
}

a.dropdown_sel {
	  display: block;
	  text-decoration: none;
	  font-family: tahoma;
	  font-size: 11px;
	  color: #5e5e5e;
	  font-weight: bold;
}



a.dropdown_sel:hover {
  display: block;
	  text-decoration: none;
	  font-family: tahoma;
	  font-size: 11px;
	  color: #278585;
	  font-weight: bold;
}


div.dropdownd { 
	border: 1px solid #e4e4e4; 
	z-index: 1000; 
	margin-left: 100px;
}

div.dropdown_main { 
	padding-top: 3px; height: 14px;
	text-decoration: none;
	background-image:url(/image/strzalka1.gif);  background-repeat: no-repeat;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #5e5e5e;
}

/* menu top */


td.menu_top {
	background-image: url('./../image/separator.jpg'); background-repeat: no-repeat;
}

