/* the menu */

#nav {
    font-family: Times, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #C06E25 url("/Images/bgNav.jpg") no-repeat center top;
    padding-bottom: 10px;
    height: 30px;
} 

#nav ul, li, a {
    margin:0;
    padding:0;
    border:0;
}

#nav ul {
    list-style:none;
}

#nav li {
    position: relative;
    float: left;
    margin-right: 1px;
}

#nav ul li {
    background-image: url("/Images/bgNavOut.jpg") ; 
}

#nav ul li a {
	display: block;
	position: relative;
    margin: 0;
    padding: 10px 11px 0px 11px;
    color: white;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
}

#nav ul li.last {
width:auto;
float:none;
overflow:hidden;
zoom:1;
}

li>a { 
    width:auto; 
} /* others */


/* regular hovers */

#nav ul ul li a:hover {
    background-color: #602900;
    border-right: 1px solid #602900; /* IE */
} 
	
/* hovers with specificity */
	
#nav li.folder:hover { 
    z-index: 10;
}		


#nav ul ul li {
    width: 100%;
    background-image: none;
    background-color: #C16E26;
} 

#nav ul ul li a {
    padding: 0.1em;
    font-size: 14px;
    color: whide;
    text-align: left;
} 


#nav li.folder ul {
    position:absolute;
}

#nav ul ul {
    position: absolute;
    z-index: 10;
    border: 1px solid #602900;
    width: 200px;
    background: #C06E25;    
}
#nav ul ul ul {
    top: 0.1em;
    left: 100%;
    margin-left: 0px;
    z-index: 11;
} 


#nav .submenu  {
    padding-left: 20px;
    width: auto;
}

ul ul, li:hover ul ul {
    display:none;
}

li:hover ul, li:hover li:hover ul {
    display:block;
}

#nav-cine-suntem  {
     background-position: -62px 0px;
}

#nav-activitatea  {
     background-position: -163px 0px;
}

#nav-produse  {
     background-position: -256px 0px;
}

#nav-servicii  {
     background-position: -330px 0px;
}

#nav-proiecte  {
     background-position: -400px 0px;
}

#nav-lucreaza-cu-noi  {
     background-position: -474px 0px;
}

#nav-contact  {
     background-position: -592px 0px;
}

#nav-stiri  {
     background-position: -668px 0px;
}

#nav-legaturi-utile  {
     background-position: -725px 0px;
}

#nav-imagini  {
     background-position: -806px 0px;
} 

