/* 	FlyoutMenu.css - Version 15-1-07	*/
/* ================================================================ 
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/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.leftmenu {
	float: left; 
	width:200px; 
	margin:10px; 
	font-size:12px; 
	}
.leftmenu ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
	}
.leftmenu ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
	}
.leftmenu ul li a {
	display:block; 
	text-decoration:none; 
	color:white; 
	width:154px; 
	height:20px; 
	text-align:center; 
	border:1px solid #FF9900; 
	border-width:1px; 
	background:firebrick; 
	line-height:18px; 
	font-size:12px;}
.leftmenu ul li a:visited {
	color:silver; 
	}

.leftmenu ul li ul {
	display: none;
	}

/* IE7 and non-IE browsers */
.leftmenu ul li:hover a {
	color:firebrick; 
	background:yellow;
	}
.leftmenu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:154px; 
	width:105px;
	}
.leftmenu ul li:hover ul li a.hide {
	background:firebrick; 
	color:white;
	}
.leftmenu ul li:hover ul li:hover a.hide {
	width:150px;
	}
.leftmenu ul li:hover ul li ul {
	display: none;
	}
.leftmenu ul li:hover ul li a {
	display:block; 
	background:firebrick; 
	color:white; 
	width:150px;
	}
.leftmenu ul li:hover ul li a:hover {
	background:yellow; 
	color:firebrick;
	}
.leftmenu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:151px; 
	top:0; 
	color:firebrick;}
.leftmenu ul li:hover ul li:hover ul li a {
	display:block; 
	width:200px; 
	background:firebrick; color:#white;}
.leftmenu ul li:hover ul li:hover ul li a:hover {
	background:yellow; color:firebrick;}