/**Top menu**/
/*item icon*/
#abitel_level2 .icon1{
	background-image: url(images/1.png);
width:130px;
}
#abitel_level2 .icon2{
	background-image: url(images/2.png);
width:160px;
}
#abitel_level2 .icon3{
	background-image: url(images/3.png);
width:160px;
}
#abitel_level2,#abitel_level2 ul
{
	margin-left: auto;
	margin-right: auto;
/*	min-height:27px;*/
	list-style:none;
	font-size:11px;
}
.abitel_level2
{
	background:url(images/menu_top.gif) no-repeat;
	width:548px;
}
#abitel_level2
{
	width:548px;
	height:84px !important;
	height:135px;
	padding:50px 0 0 20px;
	margin:0px;
}

/*Links*/
#abitel_level2 a
{
font-family:tahoma;
font-size:14px;
	color:#1668ad;
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#abitel_level2 a:hover
{
	color:#1668ad;
	text-decoration:underline;

}

#abitel_level2 li 
{
	float:left;
	padding-left:24px;
	padding-bottom:6px;
	background-repeat:no-repeat;
}

/*Root items*/
#abitel_level2 li a.root-item
{
font-family:tahoma;
font-size:14px;
	color:#1668ad;
	font-weight:bold;
	padding:7px 45px 7px 12px;
}

/*Root menu selected*/
#abitel_level2 li a.root-item-selected
{
/*	background:#fc8d3d;*/
	color:#385f80;
	font-weight:bold;
	padding:7px 12px;
}

/*Item-parents*/
#abitel_level2 a.parent
{
	background: url(images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#abitel_level2 a.denied
{
	background: url(images/lock.gif) center right no-repeat;
}

/*Child-items selected*/
#abitel_level2 li.item-selected
{
	/*background:#D6D6D6;*/
	color:#fff;
}

/*Sub-menu box*/
#abitel_level2 li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	/*background:#F5F5F5;*/
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#abitel_level2 li li 
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#abitel_level2 li ul a
{
	text-align:left;
}

div.menu-clear-left
{
/*	clear:left;*/
}