@charset "utf-8";
/* CSS Document */
/* meniu drop down */


#drop_down {
	float:left;
	height:27px;
}

#drop_down ul {
	float:left;
	list-style:none;
	margin:0;
	text-align:center;
}


/*#drop_down img {
	behavior: url("/js/pngfix.htc");
}*/

#drop_down ul:hover{	
}

#drop_down .desp {
	border-left:#678fc2 1px solid;
	width:1px;
	float:left;
	height:27px;
}

#drop_down ul li {
	float:left;
	display:block;
}

#drop_down ul distantier {
	width:115px;
	height:18px;
	display:block;
}

#drop_down h2 {
	margin:0px;
	padding:5px 0px 0 0px;
	font-weight:normal;
	color:#FFFFFF;
	font-size:12px;
	color:#ededed;
	display:block;
	height:22px;
}
#drop_down h2 a {
	color:#ededed;
	font-size:12px;
}

#drop_down li {
	position: relative;
}

#drop_down ul ul {
float:left;
position: absolute;
left:0px;
top:27px;
}

#drop_down ul ul ul {
position: absolute;
top: 5px;
left: 120px;
}
/* ********************************* */

div#drop_down ul ul,
div#drop_down ul li:hover ul ul,
div#drop_down ul ul li:hover ul ul
{display: none;}

div#drop_down ul li:hover ul,
div#drop_down ul ul li:hover ul,
div#drop_down ul ul ul li:hover ul
{display: block;}


#drop_down ul li:hover ul ul a
{
      width:auto;
      height:auto;
}

#drop_down ul ul li:hover ul a
{
      width:110px;
      height:25px;
}

/*#drop_down .item_list{
	padding:0 0 0 0;
	width:126px;
	height:28px;
}
*/


#drop_down .item_list .nivel1, #drop_down .item_list .nivel1_simplu {
	padding:5px 0 0 16px;
	width:110px;
	height:23px;
	display:block;
	font-size:12px;
	color:#034c91;
	/*behavior: url("/js/pngfix.htc");*/
	text-align:left;
}

#drop_down .item_list .nivel1 {
	background:  url(/images/mnu/bg_level1.png) top left no-repeat;
}
#drop_down .item_list .nivel1:hover {
	background:url(/images/mnu/bg_level1_hover.png) top left no-repeat;
}
#drop_down .item_list .nivel1_simplu {
	background:  url(/images/mnu/bg_level1_simplu.png) top left no-repeat;
}
#drop_down .item_list .nivel1_simplu:hover {
	background:url(/images/mnu/bg_level1_simplu_hover.png) top left no-repeat;
}


#drop_down ul ul ul a:hover {
	background:url(/images/mnu/bg_level2_hover.png) top left no-repeat;
}

#drop_down ul ul ul a{
	padding:5px 0 0 16px;
	background:url(/images/mnu/bg_level2.png) top left no-repeat;
	/*behavior: url("/js/pngfix.htc");*/
	font-size:12px;
	color:#034c91;
	text-align:left;
	display:block;
}

#drop_down ul ul ul .bottom {
	background:url(/images/mnu/bg_level2_end.png) top left no-repeat;
}

#drop_down ul ul ul .bottom:hover {
	background:url(/images/mnu/bg_level2_end_hover.png) top left no-repeat;
}


#drop_down .end_list{
	width:126px;
	height:2px;
	background:url(/images/mnu/end_list.png) top left no-repeat;
	font-size:1px;
	/*behavior: url("/js/pngfix.htc");*/
}

#drop_down .desp_list{
	width:126px;
	height:2px;
	background:url(/images/mnu/desp.png) top left no-repeat;
	font-size:1px;
	/*behavior: url("/js/pngfix.htc");*/
}

