#midmenu .menu
{
	position: absolute;
	top: 17px;
	z-index: 1000;
	overflow: default;
}

/* remove all the bullets, borders and padding from the default list styling */
#midmenu .menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	background: #ffffff;
}

/* hack for IE5.5 */
* html #midmenu .menu ul
{
	margin-left: 0px;
	ma\rgin-left: 0;
}

/* position relative so that you can position the sub levels */
#midmenu .menu li
{
	float: left;
	margin: 0 2px 0 1px;
	width: 136px;
	height: 25px;
	text-align: center;
	line-height: 26px;
	position: relative;
}

#midmenu .menu .root { }

/* get rid of the table */
#midmenu .menu table
{
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 1em;
}

/* style the links */
#midmenu .menu a, #midmenu .menu a:visited
{
	color: #264d74;
	background-color: #ffffff;
	background-image: url(../images/mid-nav-bg.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}

#midmenu .menu a:hover { color: #000; }


/* hack for IE5.5 */
* html #midmenu .menu a, * html #midmenu .menu a:visited
{
	background-color: #ffffff;
	background-image: url(../images/mid-nav-bg.jpg);
	background-repeat: no-repeat;
	display: block;
	width: auto;
	w\idth: auto;
}

/* style the link hover */
* html #midmenu .menu a:hover
{
	color: #264d74;
	background: #ccc;
}

#midmenu .menu :hover > a
{
	color: #000;
	background: #ccc;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#midmenu .menu ul ul
{
	visibility: hidden;
	position: absolute;
	top: 24px;
	left: 0px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border-color: #78B045;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	z-index: 2000;
	background-color: #fff;
}

#midmenu .menu ul ul li
{
	float: none;
	width: 136px;
	margin: 0;
	padding: 0;
	height: auto;
	background-color: #fff; 
	background-image: url(#);
	border-color: #DBE6C6;
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
}
#midmenu .menu ul ul a,#midmenu .menu ul ul a:visited
{
	width: 136px;
	background-color: #ffffff;
	line-height: normal;
	display: block;
	padding: 5px 0px 5px 0px;
	background-image: url(#);
}
#midmenu .menu ul ul a:hover
{
	width: 136px;
	background-color: #ccc;
	line-height: normal;
	display: block;
	color: #063;
	padding: 5px 0px 5px 0px;
}

/* make the second level visible when hover on first level list OR link */
#midmenu .menu ul li:hover ul,
#midmenu .menu ul a:hover ul { visibility: visible; }

/* keep the third level hidden when you hover on first level list OR link */
#midmenu .menu ul :hover ul ul { visibility: hidden; }

/* keep the fourth level hidden when you hover on second level list OR link */
#midmenu .menu ul :hover ul :hover ul ul { visibility: hidden; }

/* make the third level visible when you hover over second level list OR link */
#midmenu .menu ul :hover ul :hover ul { visibility: visible; }

/* make the fourth level visible when you hover over third level list OR link */
#midmenu .menu ul :hover ul :hover ul :hover ul { visibility: visible; }
