/* CSS Document */
/* ======================================================
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/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu {
	margin: 2px 0px 5px;
	font-size: 12px;
	font-family: verdana;
	text-align: left;
	clear: both;
	font-weight: bold;
			}
.menu ul { 
			margin: 0pt; 
			padding: 0pt; 
			position: relative; 
			z-index: 500; 
			list-style-type: none; 
			width: 160px; 
			}
.menu li {
	background-color: #085;
	float: left;
}
.menu li.sub {
	background-color: #085;
			}
.menu table { 
			position: absolute; 
			border-collapse: collapse; 
			top: 0pt; 
			left: 0pt; 
			z-index: 100; 
			font-size: 12px; 
			margin-top: -1px; 
			}
.menu a.last, .menu a:visited.last {
			border-width:1px;
			}
.menu a, .menu a:visited {
	display: block;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	width: 160px;
	color: #F7eff7;
	padding-left: 5px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	border-top: 1px solid #030;
	border-right: 1px solid #030;
	border-bottom: 0 solid #030;
	border-left: 1px solid #030;
			}
.menu b { 	
			float: right; 
			margin-right: 5px; 
			}
* html .menu a, * html .menu a:visited {
	width: 165px;
	color: #FFFFFF;
			}
* html .menu a:hover { 
			color: #F7efF7; 
			background-color: #096; 
			position: relative; 
			font-weight: bold; 
			font-style: normal; 
			font-variant: normal; 
			text-decoration: none; 
			text-transform: none; 
			}
.menu li:hover { 
			position: relative; 
			}
.menu a:active, .menu a:focus { 
			color: #F7F7ef; 
			background-color: #096; 
			font-weight: bold; 
			font-style: normal; 
			font-variant: normal; 
			text-decoration: none; 
			text-transform: none; 
			}
.menu li:hover > a { 
			color: #F7F7ef; 
			background-color: #096; 
			font-weight: bold; 
			font-style: normal; 
			font-variant: normal; 
			text-decoration: none; 
			text-transform: none; 
			}
.menu li ul { 
			padding: 25px; 
			visibility: hidden; 
			position: absolute; 
			top: -30px; 
			left: 100px; 
			background-color: transparent; 
			}
.menu li:hover > ul { 
			visibility: visible; 
			}
.menu ul a:hover ul ul { 
			visibility: hidden; 
			}
.menu ul a:hover ul a:hover ul ul { 
			visibility: hidden; 
			}
.menu ul a:hover ul a:hover ul a:hover ul ul { 
			visibility: hidden; 
			}
.menu ul a:hover ul { 
			visibility: visible; 
			}
.menu ul a:hover ul a:hover ul { 
			visibility: visible; 
			}
.menu ul a:hover ul a:hover ul a:hover ul { 
			visibility: visible; 
			}
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
			visibility: visible; 
			}
#topbar img {
	display: inline;
}
