/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_pullup.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu_list_footer {
	float:left;
	background:url(../images/separator_footer.gif) repeat-y right;
	padding: 0 20px 0 15px;
	height:110px;

}

/* remove all the bullets, borders and padding from the default list styling */
.menu_list_footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}

.menu_list_footer ul ul {
	
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu_list_footer li {
	
}

/* style the links for the top level */
.menu_list_footer a,.menu_list_footer a:visited {
	/*display: block;*/
	font-size: 11px;
	text-decoration: none;
	color: #75151f;
	/*width: 139px;*/
	line-height: 20px;
	background:url(../images/seta_footer.gif) no-repeat center left;
	padding:0 8px 0 8px;	
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu_list_footer a,* html .menu_list_footer a:visited {
	/*width: 150px;*/
	/*w\idth: 139px;*/
}

/* style the second level background */
.menu_list_footer ul ul a.drop,.menu_list_footer ul ul a.drop:visited {
	
	/*border-top:3px solid #ccc;
	height:25px;
	line-height:25px;*/
}

/* style the second level hover */
.menu_list_footer ul ul a.drop:hover {

}

.menu_list_footer ul ul :hover>a.drop {

}

/* style the third level background */
.menu_list_footer ul ul ul a,.menu_list_footer ul ul ul a:visited {
	height:25px;
	line-height:25px;
}

/* style the third level hover */
.menu_list_footer ul ul ul a:hover {
	color:#fff;
}

.menu_list_footer ul ul ul :hover>a {
	color:#fff;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu_list_footer table {
	border-collapse: collapse;
	border: 0;
	position: absolute;
	left: 0;
	bottom: -1px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu_list_footer ul ul {
	visibility: hidden;
	position: absolute;
	z-index:9999;
	left:135px;
	top:0;
	padding:5px;
}

* html .menu_list_footer ul ul {
	bottom: 33px;
}

/* position the third level flyout menu */
.menu_list_footer ul ul ul {
	left: 150px;
	bottom: 0;
	width: 150px;
}

/* position the third level flyout menu for a left flyout */
.menu_list_footer ul ul ul.left {
	left: -150px;
}

/* style the second level links */
.menu_list_footer ul ul a,.menu_list_footer ul ul a:visited {
	color: #5a4d38;
	padding:8px;
	background-color:#cbc4b0;

}

* html .menu_list_footer ul ul a {
	width: 150px;
	w\idth: 129px;
}

/* style the top level hover */
.menu_list_footer a:hover,.menu_list_footer ul ul a:hover {
	color: #5a0d15;
	
	/*background: #949e7c;*/
}

.menu_list_footer :hover>a,.menu_list_footer ul ul :hover>a {
	color: #282828;

	/*background: #949e7c;*/
}

/* make the second level visible when hover on first level list OR link */
.menu_list_footer ul li:hover ul,.menu_list_footer ul a:hover ul {
	visibility: hidden;
	height: auto;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu_list_footer ul :hover ul ul {
	display: none;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu_list_footer ul :hover ul :hover ul ul {
	display: none;
}

/* make the third level visible when you hover over second level list OR link */
.menu_list_footer ul :hover ul :hover ul {
	display: block;
	bottom: 0;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu_list_footer ul :hover ul :hover ul :hover ul {
	display: block;
	bottom: 0;
}
