#divNav{position:absolute;top:85px;}
#divNav, #nav{padding:0;margin:0;}
#nav li {
  /*float the main list items*/
  margin: 0;
  padding:0;
  float: left;
  display: block;
}

#nav li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
}

#nav li a {
  /*for all links in the list*/
  display: block;
  height: 26px;
}
#nav li a.home{
	width:65px;
	height:26px;
	background-image: url(images/ro_menusor_03.jpg);
	background-repeat:no-repeat;
}
#nav li a.desprenoi{
	width:98px;
	height:26px;
	background-image: url(images/ro_menusor_04.jpg);
	background-repeat:no-repeat;
}
#nav li a.parlamentare{
	width:158px;
	height:26px;
	background-image: url(images/ro_menusor_05.jpg);
	background-repeat:no-repeat;
}
#nav li a.multimedia{
	width:99px;
	height:26px;
	background-image: url(images/ro_menusor_06.jpg);
	background-repeat:no-repeat;
}
#nav li a.prezenta{
	width:89px;
	height:26px;
	background-image: url(images/ro_menusor_07.jpg);
	background-repeat:no-repeat;
}
#nav li a.documente{
	width:103px;
	height:26px;
	background-image: url(images/ro_menusor_08.jpg);
	background-repeat:no-repeat;
}
#nav li a.linkuri{
	width:73px;
	height:26px;
	background-image: url(images/ro_menusor_09.jpg);
	background-repeat:no-repeat;
}
#nav li a.magyarul{
	width:87px;
	height:26px;
	background-image: url(images/ro_menusor_10.jpg);
	background-repeat:no-repeat;
}
#nav li a.inenglish{
	width:153px;
	height:26px;
	background-image: url(images/ro_menusor_11.jpg);
	background-repeat:no-repeat;
}

#nav li.off ul, #nav li.on ul {
  /*put the subnavs below and hide them all*/
  display: none;
  position: absolute;
  top: 26px;
  left:0;
  height: 23px;
  margin-left:28px;
  left: 0;
  padding:0;
  background-color:#006f42;
  width:954px;
  clear:both;
}


#nav li.on ul {
  /*display active subnav list*/
  display: block;
}
#nav li.on ul a, #nav li.off ul a {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: white;
  font-size:11px;
  line-height:23px;
  width: auto;
  margin-right: 15px;
  padding-left:20px;
}

#nav li.on ul {
  /*display the current topic*/
  display: block;
}

#nav li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
}
#nav li.off:hover ul, #nav li.over ul { 
  display: block;
  z-index: 6000;
}
#jobbszel{
	width:80px;
	height:26px;
	background-image: url(images/menu_10.gif);
	background-repeat: no-repeat;
}







