/*body {
	background: url(/images/wallpaper.jpg) no-repeat;
}
*/
.flyout ul {
	width: 200px;
	text-align: left;
}

.flyout a {
	text-decoration: none;
	text-indent: 5px;
	line-height: 30px;
	display: block;
	width: 200px;
	height:31px;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
}

.flyout li a {
	color: white;
}

.flyout li:hover a {
	color: black;
}

.flyout li li a {
	color: black;
	text-indent: 5px;
	width: 195px;
	height: 20px;
	line-height: 20px;
}

.flyout ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.flyout li {
	position: relative; 
}

.flyout ul li {
	background: url(/images/menubar.png) 0 0;
	width: 200px;
	height: 31px;
}

.flyout ul li:hover {
	color: black;
	background-position: -200px 0px;
}

.flyout ul li ul {
	position: absolute;
	z-index: 100;
	left: 200px;
	top: 3px;
	display: none;
	background: url(/images/submenuback.png);
	padding-top: 2px;
	width: 200px;
}

.flyout .lastChild {
	border-bottom: 1px solid #04426c;
	height: 25px;
}

.flyout li:hover ul {
	display: block;
}

.flyout ul li ul li {
	background: url(/images/menulight.png) 0 0 no-repeat;
	left: 3px;
	height: 23px;
	width: 197px;
}

.flyout ul li ul li:hover {
	background-position: -197px 0px;
}

.flyout .submenu {
	background: url(/images/menubarsub.png) 0 0 no-repeat;
}

.flyout .submenu:hover {
	background-position: -200px 0px;
}