#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/drop_line.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.
=================================================================== */
.testmenu {
	position:relative;
	width:750px;
	height:25px;
	background:#b7c6ac;
	border-top:10px solid #06519B;
	padding-bottom:1px;
	background:#b7c6ac url(drop/line.gif) bottom left repeat-x;
	margin-top:550px;
}

* html .testmenu {padding-bottom:0;}

.testmenu ul{
	list-style-type:none;
	padding:0;
	margin:0 0 0 20px;
	width:730px;
	height:100%;
}

.testmenu li{
	float:left;
}

.testmenu table{
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
}

.testmenu a, .menu :visited {
	color:#fff;
	text-decoration:none;
}
.testmenu a em.lft, .menu :visited em.lft {
	display:block;
	float:left;
	width:5px;
	height:2em;
	background: transparent url(drop/lefta.gif);
	border-bottom:1px solid #777;
}
.testmenu a b, .menu :visited b {
	display:block;
	font-weight:normal;
	float:left;
	padding:0 10px;
	height:2em;line-height:1.9em;
	background: transparent url(drop/mida.gif);
	cursor:pointer;
	border-bottom:1px solid #777;
}
.testmenu a em.rgt, .testmenu :visited em.rgt {
	display:block;
	float:left;
	width:5px;
	height:2em;
	background: transparent url(drop/righta.gif);
	border-bottom:1px solid #777;
}

.testmenu ul ul {
	visibility:hidden;
	position:absolute;
	height:2em;
	top:2em;
	left:-20px;
	width:749px;
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	background:#ccc;
}

.testmenu :hover {
white-space:normal;
}

.testmenu a:hover b {
color:#000;
background: transparent url(drop/midb.gif);
border-bottom-color:#ccc;
}
.testmenu a:hover em.lft {
background: transparent url(drop/leftb.gif);
border-bottom-color:#ccc;
}
.testmenu a:hover em.rgt {
background: transparent url(drop/rightb.gif);
border-bottom-color:#ccc;
}

.testmenu li:hover > a b
{
color:#000;
background: transparent url(drop/midb.gif);
border-bottom-color:#ccc;
}
.testmenu li:hover > a em.lft {
background: transparent url(drop/leftb.gif);
border-bottom-color:#ccc;
}
.testmenu li:hover > a em.rgt {
background: transparent url(drop/rightb.gif);
border-bottom-color:#ccc;
}
.testmenu ul li:hover ul,
.testmenu ul a:hover ul{
display:block;
visibility:visible;
top:2em;
margin-top:1px;
}

.testmenu ul :hover ul li {
display:block; 
border-left:1px solid #777; 
background:#ccc; 
height:2em;
}
.testmenu ul :hover ul li a {
display:block; 
font-size:0.8em; 
height:2em; 
line-height:2.5em; 
width:auto; 
float:left; 
color:#444; 
padding:0 10px;}
.testmenu ul :hover ul li a:hover {
color:#c00;
}

