﻿<style type="text/css">
.LoginBox
{
    Background-color: #F7F6F3;   
    border:1px #E6E2D8 solid;    
}
.LoginBoxTitle {
	Background-color: #006AB6;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 2px;
}
.LoginBoxButton {
	Background-color: #FFFBFF;
	border: 1px #CCCCCC solid;
	width: 75px;
	height: 25px;
	color: #006AB6;
	font-weight: bold;
	font-size: 10pt;
}
#mfmenu {
	float: right;
	margin-top: -20px;
	margin-right: 420px;
}
* + html #mfmenu {
	margin-top: -21px;
	margin-right: 423px;
}
* html #mfmenu {
	margin-top: -21px;
	margin-right: 211px;
}
.menu {
	z-index: 1000;
	font-size: 10px;
	left: 35px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 195px;
}
/* hack for IE5.5 */
* html .menu ul {
	margin-left: -16px;
	margin-left: 0;
}
/* position relative so that you can position the sub levels */
.menu li {
	position: relative;
	background: #fff;
	height: 165%;
	margin: 0;
}
.menu li ul {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #fff;
}
/* get rid of the table */
.menu table {
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 1em;
}
/* style the links */
.menu a:visited {
	display: block;
	text-decoration: none;
	height: 164%;
	line-height: 164%;
	width: 195px;
	color: #517495;
	text-indent: 5px;
	font-size: 12px;
	margin: 0;
}
.menu a {
	display: block;
	text-decoration: none;
	height: 164%;
	line-height: 164%;
	width: 195px;
	color: #517495;
	text-indent: 5px;
	font-size: 12px;
	margin: 0;
}
/* hack for IE5.5 */
* html .menu a:visited {
	background: #fff;
	width: 195px;
	width: 195px;
}
* html .menu a {
	background: #fff;
	width: 195px;
	width: 195px;
}
/* style the link hover */
* html .menu a:hover {
	font-size: 12px;
	color: #fff;
	background: #98989c;
	margin: 0;
}
.menu :hover > a {
	color: #fff;
	font-size: 12px;
	background: #98989c;
}
/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	bottom: -0;
	left: 195px;
	border: 1px solid #aaa;
}
* html .menu ul ul {
	bottom: -20px !important;
}
/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility: hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility: visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility: visible;
}
* + html .menu li.sub {
	margin-bottom: -2px;
}
.qnmenu {
	z-index: 1000;
	font-size: 12px;
	margin-left: 350px;
	margin-top: -20px;
}
/* remove all the bullets, borders and padding from the default list
styling */
.qnmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 150px;
}
/* hack for IE5.5 */
* html .qnmenu ul {
	margin-left: -16px;
	ma\rgin-left: 0;
}
/* position relative so that you can position the sub levels */
.qnmenu li {
	position: relative;
	background: #ffffff;
	height: 165%;
	margin: 0;
}
.qnmenu li ul {
	background: #ffffff;
}
/* get rid of the table */
.qnmenu table {
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 1em;
}
/* style the links */
.qnmenu a, .qnmenu a:visited {
	display: block;
	text-decoration: none;
	height: 164%;
	line-height: 164%;
	width: 150px;
	color: #006BB6;
	text-indent: 3px;
	font-size: 12px;
	margin: 0;
}
/* hack for IE5.5 */
* html .qnmenu a, * html .qnmenu a:visited {
	background: #ffffff;
	width: 150px;
	w\idth: 150px;
}
/* style the link hover */
* html .qnmenu a:hover {
	font-size: 12px;
	color: #006BB6;
	background: #eeeeee;
	margin: 0;
}
.qnmenu :hover > a {
	color: #006BB6;
	font-size: 12px;
	background: #eeeeee;
}
/* hide the sub levels and give them a positon absolute so that they take
up no room */
.qnmenu ul ul {
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 150px;
	border: 1px solid #999;
}
/* make the second level visible when hover on first level list OR link
*/
.qnmenu ul :hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link
*/
.qnmenu ul :hover ul ul {
	visibility: hidden;
}
/* keep the fourth level hidden when you hover on second level list OR
link */
.qnmenu ul :hover ul :hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR
link */
.qnmenu ul :hover ul :hover ul {
	visibility: visible;
}
/* make the fourth level visible when you hover over third level list OR
link */
.qnmenu ul :hover ul :hover ul :hover ul {
	visibility: visible;
}
* + html .qnmenu li.sub {
	margin-bottom: -2px;
}
</style>
