/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.preload1 {
	/*background: url(three_1.png);*/
}

.preload2 {
	/*background: url(three_1a.png);*/
}

*:first-child+html .pro_dropdown_2{
	margin-top: 0px;
}

.pro_dropdown_2 {
	/*padding: 0;*/
	margin-top: 0px;
	list-style: none;
	height: 103px;
	float:left;
	/*margin-right:40px;*/
	/*background-color:red;*/
	/*background: #fff url(three_0.gif) repeat-x;*/
	position: relative;
	z-index: 500;
	font-family: Arial, verdana, sans-serif;
	padding-left:0px;
}

.pro_dropdown_2 li.top { 
	display: block;
	float: left;
	/*padding-top:20px;*/
	/*height: 45px;*/
}

.pro_dropdown_2 li a.top_link {
	display: block;
	float: left;
	height: 103px;
	/*background-color:#b3d450;*/
	/*line-height: 36px;*/  /*CENTRA O TEXTO*/
	color: #a1a1a1;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	/*padding: 0 0 0 8px;*/
	/*margin-left:7px;*/
	cursor: pointer;

}



.pro_dropdown_2 li a.top_link span {
	float: left;
	display: block;
	padding: 35px 5px 8px 5px;
	/*padding: 0 10px 0 10px;*/
	/*height: 45px;*/
	text-transform:uppercase;
	/*background: url(three_0.gif) right top no-repeat;*/
}

.pro_dropdown_2 li a.top_link span.down {
	float: left;
	display: block;
	/*padding: 0 24px 0 12px;*/
	padding: 35px 5px 8px 5px;
	/*height: 45px;*/
	text-transform:uppercase;

}

.pro_dropdown_2 li:hover a.top_link {
	/*background: url(three_1.png) no-repeat;*/
	text-transform:uppercase;
	color:#4497b1;
	text-transform:uppercase;
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;*/
	/*background-color:#fff;*/
	background-image:url(/media/images/bg_menu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.pro_dropdown_2 li:hover a.top_link span {
	/*background: url(three_1.png) no-repeat;*/
	color:#4497b1;
	text-transform:uppercase;
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;*/
	/*background-color:#fff;*/
	
	/*background-image:url(/media/images/bg_menu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;*/
}

.pro_dropdown_2 li:hover a.top_link span.down {
	/*background: url(three_1a.png) no-repeat right top;*/
}

/* Default list styling */
.pro_dropdown_2 li:hover {
	position: relative;
	z-index: 200;

}

.pro_dropdown_2 li:hover ul.sub {
	left: 0px;
	top: 90px;
	background-color:#fff;
	background: url(bg_submenu.png) no-repeat left top;
	padding: 16px 1px 3px 3px;
	/*border: 1px solid #5e6f77;*/
	white-space: nowrap;
	width: 220px;
	height: auto;
	z-index: 300;
}

.pro_dropdown_2 li:hover ul.sub li {
	display: block;
	height: 25px;
	position: relative;
	float: 220px;
	font-weight: normal;

}


/*formata filhos*/

.pro_dropdown_2 li:hover ul.sub li a.selected{  /* FORMATA SELECTED FILHO */
	color:#4497b1;
	/*background-color:e7f2f6;*/
	text-transform:uppercase;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	background:none;
	
	/*-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.05);
    -moz-transition: -opacity 0.0s ease-out;*/
	/*background: url(three_1.png) no-repeat right top;*/
}


.pro_dropdown_2 li:hover ul.sub li a {
	display: block;
	font-size: 10px;
	height: 25px;
	width: 218px;
	line-height: 24px;
	text-indent: 5px;
	color: #a1a1a1;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	/*background-color:#fff;*/  /* fundo de cada link */
	/*border: 1px solid #bbd37e;*/
}

.pro_dropdown_2 li:hover { /*formata o 2º nivel sem filhos // COM ROLLOVER */
	color:#4497b1;
	text-transform:uppercase;
	background-color:#e7f2f6;
}

.pro_dropdown_2 li ul.sub li a:hover {
	color:#4497b1;
	text-transform:uppercase;
	background-color:#e7f2f6;
	width: 180px;
}

.pro_dropdown_2 li ul.sub li a.fly {/*formata o 2º nivel com filhos */
	background-color: #fff;
}

.pro_dropdown_2 li:hover ul.sub li a.fly:hover {
	background: #e7f2f6;
	color: #4497b1;
	
}

.pro_dropdown_2 li:hover li:hover ul,
.pro_dropdown_2 li:hover li:hover li:hover ul,
.pro_dropdown_2 li:hover li:hover li:hover li:hover ul,
.pro_dropdown_2 li:hover li:hover li:hover li:hover li:hover ul
	{
	/* posição do menu neto */
	left: 221px;
	top: -3px;
	background-color: #fff;
	/*border: 1px solid #5e6f77;*/
	white-space: nowrap;
	z-index: 400;
	background: url(bg_submenu.png) no-repeat left top;
	background-position:0px -13px;
	padding: 3px 1px 3px 3px;
	/*border: 1px solid #5e6f77;*/
	white-space: nowrap;
	width: 190px;
	height: auto;
}

.pro_dropdown_2 ul,
.pro_dropdown_2 li:hover ul ul,
.pro_dropdown_2 li:hover li:hover ul ul,
.pro_dropdown_2 li:hover li:hover li:hover ul ul,
.pro_dropdown_2 li:hover li:hover li:hover li:hover ul ul
	{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pro_dropdown_2 li:hover li:hover a.fly,
.pro_dropdown_2 li:hover li:hover li:hover a.fly,
.pro_dropdown_2 li:hover li:hover li:hover li:hover a.fly,
.pro_dropdown_2 li:hover li:hover li:hover li:hover li:hover a.fly
	{
	/*background: #cdd9e1 url(arrow_over.gif) 160px 6px no-repeat;*/
	color:#4497b1;
	/*border-color: #fff;*/
}

.pro_dropdown_2 li:hover li:hover li a.fly,
.pro_dropdown_2 li:hover li:hover li:hover li a.fly,
.pro_dropdown_2 li:hover li:hover li:hover li:hover li a.fly
	{
	/*background: #86939a url(arrow.gif) 160px 6px no-repeat;*/
	color: #fff;
	border-color: #86939a;
	text-transform:uppercase;
}

.pro_dropdown_2 li li a.selected, /*selected do 1º nivel*/
.pro_dropdown_2 li a.selected,
.pro_dropdown_2 li li:hover ul.sub li a.selected{
	color:#4497b1;
	text-transform:uppercase;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/*-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;*/
	/*-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	background-color:#fff;
	
	-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.05);
    -moz-transition: -opacity 0.0s ease-out;*/
	/*background: url(three_1.png) no-repeat right top;*/

	background-image:url(/media/images/bg_menu.jpg);
	background-repeat:repeat-x;
	background-position:bottom;

}

