BODY {
 scrollbar-face-color: #ffffff;
 scrollbar-highlight-color: #CCCCCC;
 scrollbar-3dlight-color: #101010;
 scrollbar-darkshadow-color: #101010;
 scrollbar-shadow-color: #808080;
 scrollbar-arrow-color: #CCCCCC;
 scrollbar-track-color: #111111;
 background-color: rgb(8,25,45); 
 background-image: url(imagini/background.jpg); 
 background-position: center;
 background-position: top;
 background-repeat: no-repeat;
 margin-top: 12px;
 margin-bottom: 0px;
 font-family: Arial;
 font-size: 10px;
 color: #3A3A3A;
 text-align: left ;
  }
  
  a:link{
 	color: #FF6347;
	font-family:  "arial" ;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
 }
 
  a:hover{
 	color: #FF6347;
	font-family:  "arial" ;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	 }
 
  a:visited{
  	color: #FF6347;
	font-family:  "arial" ;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
 }
 
  
  
  
  
    ##leftMenu{
        width:200px;
        /*padding-left:10px;
        padding-right:10px;*/
        float:left;
        
    }

    #dhtmlgoodies_slidedown_menu li{
        list-style-type:none;
        position:relative;
    }
    #dhtmlgoodies_slidedown_menu ul{
        margin:0px;
        padding:0px;
        position:relative;

    }

    #dhtmlgoodies_slidedown_menu div{
        margin:0px;
        padding:0px;
    }
    /*     Layout CSS */
    #dhtmlgoodies_slidedown_menu{        
        width:205px;    
    }

    /* All A tags - i.e menu items. */
    #dhtmlgoodies_slidedown_menu a{
        color: Black;
        text-decoration:none;    
        display:block;
        clear:both;
        width:170px;    
       /* padding-left:2px;  am scos padingu sa vad daca le aliniaza la stanga  */

    }
    
    /*
    A tags 
    */
    #dhtmlgoodies_slidedown_menu .slMenuItem_depth1{    /* Main menu items */
        margin-top:1px;
		  margin-left: 6px;
		  width: 170px;
		  height: 25px;
		  
		  font-size: 10pt;
		  color: White;
        font-weight: bold;
		  background-image: url(imagini/buton1.jpg);
		  background-repeat: no-repeat;
        
       
		  padding-left: 10px;
		  padding-top: 5px;
		  padding-bottom: 3px;
    }    
	 
    #dhtmlgoodies_slidedown_menu .slMenuItem_depth2{    /* Sub menu items */
	background-image:  url(imagini/meniusub2.jpg);
	background-repeat: no-repeat;
   font-family: Arial;
	width: 170px;
   font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
   color: Black;
	margin-top:1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	
	
	
	
    }
	     
    #dhtmlgoodies_slidedown_menu .slMenuItem_depth3{    /* Sub menu items submeniul care a fost albastru */
	background-image:  url(imagini/meniusub3.jpg);
	background-repeat: no-repeat;
   font-family: Arial;
	width: 130px;
   font-size: 12px;
	font-weight: normal;
	/*margin-left: 6px;*/
   color: Black;
	margin-top:1px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	/*border-bottom: 1px solid #FF4500;*/
	
    }    
    #dhtmlgoodies_slidedown_menu .slMenuItem_depth4{    /* Sub menu items */.
	
	background-image: url(imagini/meniusub4.jpg);
	background-repeat: no-repeat;
   font-family: Arial;
	width: 110px;
   font-size: 11px;
	font-weight: bold;
	color: #DD3D00;
	margin-top:1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	/*border: 1px solid #E4E4E4;*/
	
    }    
    #dhtmlgoodies_slidedown_menu .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. 
    
    #dhtmlgoodies_slidedown_menu .slideMenuDiv1
    
    instead of 
    
    #dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
    */
    
    #dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
        padding:1px;
    }
    #dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
        margin-left:0px; /* era 5 */
        padding:1px;
		  
    }
    #dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
        margin-left:5px; /* era 10 */
        padding:1px;
    }
    #dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
        margin-left:0px; /* era 15 */
        padding:1px;
    }

