/*Romanian menu------------------------------------------------------------------------------------------*/
	a.item1 {
		display:block;
		height:75px;
		background: url("../design/buttons101.jpg") 0 0 no-repeat;
	}
	a.item1:hover {	
		display:block;
		height:75px;
		background: url("../design/buttons01.jpg") 0 0 no-repeat;
	}
	a.item1:active {
		display:block;
		height:75px;
		background: url("../design/buttons01.jpg") 0 0 no-repeat;
	}
	
	a.item2 {
		display:block;
		height:75px;
		background: url("../design/buttons102.jpg") 0 0 no-repeat;
		background-position:0 1;		
	}
	a.item2:hover {	
		display:block;
		height:75px;
		background: url("../design/buttons02.jpg") 0 0 no-repeat;
		background-position:0 1;
	}
	a.item2:active {
		display:block;
		height:75px;
		background: url("../design/buttons02.jpg") 0 0 no-repeat;
		background-position:0 1;
	}
	
	a.item3 {
		display:block;
		height:75px;
		background: url("../design/buttons103.jpg") 0 0 no-repeat;
		background-position:0 1;		
	}
	a.item3:hover {	
		display:block;
		height:75px;
		background: url("../design/buttons03.jpg") 0 0 no-repeat;
		background-position:0 1;
	}
	a.item3:active {
		display:block;
		height:75px;
		background: url("../design/buttons03.jpg") 0 0 no-repeat;
		background-position:0 1;
	}	

	a.item4 {
		display:block;
		height:75px;
		background: url("../design/buttons104.jpg") 0 0 no-repeat;
		background-position:0 1;		
	}
	a.item4:hover {	
		display:block;
		height:75px;
		background: url("../design/buttons04.jpg") 0 0 no-repeat;
		background-position:0 1;
	}
	a.item4:active {
		display:block;
		height:75px;
		background: url("../design/buttons04.jpg") 0 0 no-repeat;
		background-position:0 1;
	}	

/*English menu------------------------------------------------------------------------------------------*/
	a.item1_en {
		display:block;
		height:75px;
		background: url("../design/buttons101_en.jpg") 0 0 no-repeat;
	}
	a.item1_en:hover {	
		display:block;
		height:75px;
		background: url("../design/buttons01_en.jpg") 0 0 no-repeat;
	}
	a.item1_en:active {
		display:block;
		height:75px;
		background: url("../design/buttons01_en.jpg") 0 0 no-repeat;
	}
	
	a.item2_en {
		display:block;
		height:75px;
		background: url("../design/buttons102_en.jpg") 0 0 no-repeat;
		background-position:0 1;		
	}
	a.item2_en:hover {	
		display:block;
		height:75px;
		background: url("../design/buttons02_en.jpg") 0 0 no-repeat;
		background-position:0 1;
	}
	a.item2_en:active {
		display:block;
		height:75px;
		background: url("../design/buttons02_en.jpg") 0 0 no-repeat;
		background-position:0 1;
	}
	
	a.item3_en {
		display:block;
		height:75px;
		background: url("../design/buttons103_en.jpg") 0 0 no-repeat;
		background-position:0 1;		
	}
	a.item3_en:hover {	
		display:block;
		height:75px;
		background: url("../design/buttons03_en.jpg") 0 0 no-repeat;
		background-position:0 1;
	}
	a.item3_en:active {
		display:block;
		height:75px;
		background: url("../design/buttons03_en.jpg") 0 0 no-repeat;
		background-position:0 1;
	}	

	a.item4_en {
		display:block;
		height:75px;
		background: url("../design/buttons104.jpg") 0 0 no-repeat;
		background-position:0 1;		
	}
	a.item4_en:hover {	
		display:block;
		height:75px;
		background: url("../design/buttons04.jpg") 0 0 no-repeat;
		background-position:0 1;
	}
	a.item4_en:active {
		display:block;
		height:75px;
		background: url("../design/buttons04.jpg") 0 0 no-repeat;
		background-position:0 1;
	}	

/*Styles-------------------------------------------------------------------------------------------------*/

td.top_title{
	font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#E2E2E2;
}

td.title{
	font-size:11px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF;
	background-color:#0053A7; height:18px;
}

td.title1{
	font-size:11px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; color:#F2F2F2;
	background-color:#F2F2F2; height:18px;
}

td.title2{
	font-size:11px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; color:#444444;
	background-color:#F2F2F2; height:18px;
}

td.title3{
	font-size:11px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; color:#444444;
	background-color:#F2F2F2; height:18px;
}

td.row{
	font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#444444;
}

td.row1{
	font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#444444;
}

td.row_end{
	font-size:5px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#F2F2F2;
	border-bottom:1px solid #F2F2F2;
}

/*FORM*/

input.form{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#444444;
}

textarea.form{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#444444;
}

input.button{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#0053A7;
	width:60px; height:20px;
}


A.ref {COLOR: #444444; TEXT-DECORATION: none;}
A.ref:link {COLOR: #444444; TEXT-DECORATION: none;}
A.ref:visited {COLOR: #444444; TEXT-DECORATION: none;}
A.ref:active {COLOR: #444444; TEXT-DECORATION: underline;}
A.ref:hover {COLOR: #444444; TEXT-DECORATION: underline;}

BODY
{
        background-properties: fixed; 
        bg-style: fixed no-repeat;  
        SCROLLBAR-FACE-COLOR: #ffffff; 
        SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
        SCROLLBAR-SHADOW-COLOR: #0C629F; 
        SCROLLBAR-3DLIGHT-COLOR: #0C629F; 
        SCROLLBAR-ARROW-COLOR: #0C629F; 
        SCROLLBAR-TRACK-COLOR: #ffffff; 
        SCROLLBAR-DARKSHADOW-COLOR: #ffffff;    
}

