body {
	background-image: url(backdrop.jpg);
	background-color: #C4C4C4;
	margin-left: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
.formular {font-family: Arial, Helvetica, sans-serif;color: #000066;border: 1px solid #5E5E77;}
.titlu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ECA019;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.titlu_smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E88B00;
	font-weight: bold;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	font-weight: bold;
	list-style-image: url(fisiere/ul.gif);
}

li {
	margin-bottom: 5px;
	/*line-height: 18px;*/
}

.li2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	list-style-image: url(fisiere/bullet.gif);
	list-style-position: inside;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #414342;
	/*color: #545655;*/}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
.blue_backup_color {
	color: #2C689A;
}
.blue_tip {
	color: #2C689A;
}
.orange_tip {
	color: #E14017;
}
a:link {
	color: #2C689A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2C689A;
}
a:hover {
	text-decoration: underline;
	color: #1F4A6D;
}
a:active {
	text-decoration: none;
	color: #2C689A;
}

/* meniu slide down */

	.clear{
		clear:both;
	}
	
	
	#topBar{
		width:760px;
		height:100px;
	}
	#leftMenu{
		width:200px;
		padding-left:10px;
		padding-right:0px; /* aci aveam padding 10 pt margine dreapta */
		float:left;
	}

	#SlideMeniu li{
		list-style-type:none;
		position:relative;
	}
	#SlideMeniu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#SlideMeniu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#SlideMeniu{
	width:205px;
	}

	/* All A tags - i.e menu items. */
	#SlideMeniu a{
		color: #000000;
		text-decoration:none;	
		display:block;
		clear:both;
		width:170px;	
		padding-left:2px;	

	}
	
	/*
	A tags 
	*/
	#SlideMeniu .slMenuItem_depth1{	/* Main menu items */
	margin-top:1px;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CDCDCD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	text-align: left;
	padding: 5px; /* era 3 initial */
	color: #2C689A;
	
	}
	
	#SlideMeniu .slMenuItem_depth1:hover {  /* pentru hover meniu principal - hover main menu items */
	color: #FFFFFF;
	background-color: #1FBCDF;
	border-color: #1FBCDF;
	}
		
	#SlideMeniu .slMenuItem_depth2{	/* Sub menu items */
	margin-top:3px;
	margin-bottom:3px;
	padding-bottom: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #CDCDCD;
	background-color: #EEEEEE;
	}
	
	#SlideMeniu .slMenuItem_depth2:hover { /* pentru hover submeniu - hover sub menu items */
	color: #FFFFFF;
	background-color: #1FBCDF;
	border-color: #1FBCDF;
	}
		
	#SlideMeniu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:blue;
	}	
	#SlideMeniu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#SlideMeniu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}
	

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#SlideMeniu .slideMenuDiv1
	
	instead of 
	
	#SlideMeniu .slideMenuDiv1 ul
	*/
	
	#SlideMeniu .slideMenuDiv1 ul{
		padding:1px; /*padding era 1 */
	}
	#SlideMeniu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#SlideMeniu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#SlideMeniu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
	
/* end meniu slide down */

/*hover class pt titlu etc */
.titlu_smaller_a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ECA019;
	font-weight: bold;
	}
.titlu_smaller_a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9B690D;
	font-weight: bold;
	text-decoration: none;
	}
.titlu_smaller_a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ECA019;
	font-weight: bold;
	}
.titlu_smaller_a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ECA019;
	font-weight: bold;
	text-decoration:none;
	}

