#info {height:400px;}
/* ================================================================ 
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 {
	height:30px;
	margin:9px 0 0px 0px;
	border-right:solid 0px blue;
	width:900px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:097px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	_width:090px;
	position:relative;
	text-align:center;
	background-color:#7E1719;
	/*MSIE*/
	_border-top:solid 3px transparent;
	/*MOZ*/
	margin:0px 11px 0px 0;
	padding:0;
}

.menu ul ul li {
	width:150px;
	/*MSIE*/
	background-color:transparent;
	border-bottom:solid 2px transparent;
	/*MOZ*/
	margin:0 0 0px 0;
}

.menu span.nohref {
	cursor:default;
}
/* style the links for the top level */
.menu span.nohref,
.menu a,
.menu a:visited {
	display:block;
	font-size:.7em;
	letter-spacing:.25em;
	text-decoration:none; 
	color:#fff; 
	width:85px; 
	border:1px solid #AFB1B1;
	padding:0 0 0 0; 
	height:20px; 
	line-height:20px;
}
.menu :hover > a,
.menu :hover > a.hi {
}

.menu ul li.last_left span,
.menu ul li.last_left a {
	
}


/* a hack so that IE5.5 faulty box model is corrected */
.menu span.nohref,
* html .menu a,
* html .menu a:visited {
	width:097px;
	w\idth:085px;
}
	
/* style the second level background */
.menu ul ul a.drop,
.menu ul ul a.drop:visited {
	background:yellow;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:brown;
}
.menu ul ul :hover > a.drop {
	background:brown;
}
/* style the third level background */
.menu ul ul ul a,
.menu ul ul ul a:visited {
	background:red;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:blue;
}
.menu ul ul ul :hover > a {
	background:blue;
}
	
/* style the table so that it takes no part in the layout - required for IE to work */
.menu 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 ul ul {
	visibility:hidden;
	position:absolute;
	/*MOZ+MSIE*/
	bottom:21px;
	left:0; 
	padding:0 0 0px  0;
	border-bottom:solid 8px transparent;
	width:170px;
	z-index:990;
}
* html .menu ul ul {
	bottom:29px;
}
* html .menu ul ul.left,
.menu ul ul.left {
	left:-095px; 
	width:169px;
}
.menu ul ul li a {
	text-align:left;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:097px; 
	bottom:0;
	width:097px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-097px;
}
	


/* style the second level links */
.menu ul ul a,
.menu ul ul a:visited {
	color:#9C7C54;
	background:#FEFBEF; 
	border:solid 1px #B0A082;
	height:auto; 
	line-height:1em; 
	padding:5px 0px 5px 10px; 
	width:170px;
}
/*
	color:#9C7C54;
	background:#FEFBEF; 
	border:solid 1px #B0A082;
	height:auto; 
	line-height:1em; 
	padding:5px 0px 5px 10px; 
	width:150px;
*/






/* yet another hack for IE5.5 */
* html .menu ul ul a {
	width:097px;
	w\idth:085px;
}
	
	
/* style the top level hover */
.menu ul ul a.hi {
	color:white; 
	background:#9F4F5D;
}
.menu a:hover,
.menu ul ul a:hover {
	color:white; 
}
.menu ul ul :hover > a {
	color:white; 
	background:#9F4F5D;
}
	
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	height:auto;
}







/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	display:block;
	bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	display:block;
	bottom:0;
}
	
