BODY {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: rgb(222, 235, 233)
}

HR{
   height: 2px;
   color : #34544B;     /* IE */
   background: #34544B; /* Mozilla */
   border:none;
}

.heading{
   font: bold 24px Verdana, Arial, Helvetica, sans-serif;
}

ul li{
	list-style-image: url("_lst_square.gif");
	font : bold 14px Arial;
	margin: 5px;
}
ul li ul li {
   list-style-image: url("_lst_tri_big.gif");
	cursor: hand;
	font : normal 12px Arial;

}

ul li ul li ul {
	display: none;
   color: #000000;

}

ul li ul li ul li{
	list-style-image: url("_lst_tri_small.gif");
}

ul li ul li.sub{
	list-style-image: url("_lst_arrow.gif");
}

a:link,a:active,a:visited 
{ 
	text-decoration: none;
}
a:hover		
{ 
	text-decoration: underline; 
}

a.menu:link,a.menu:active,a.menu:visited 
{ 
	font: bold 11px Verdana;
	text-decoration: none;
}
a.menu:hover		
{ 
	text-decoration: line-through; 
   /*text-decoration: underline; */
 
IMG {
	border : 0px none;
}

/* Lentele default */
table { 
border-color: #FEBD1F;
}
td{
border-color: #FEBD1F;
}
tr{
}
  
/* button ir input*/
input { 
   font : normal 12px Verdana;
   cursor: hand;
   margin: 0 0 0 30;
}

   padding: 0 0 0 10;
}

IMG {
	border : 0px none;
}

/* Meniu lentele */
table.menu{
	font : normal 10px Verdana;
	padding: 0 0 0 0;
	border: 0px none;
	border-collapse: collapse;
	vertical-align : middle;
}

td.menu { 
	text-align : center;
	white-space: nowrap;
} 

td.menu:hover { 
   background: #DDEEFF;
   border-collapse: normal;
}