/* ================================================================ 
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.
=================================================================== */
/* common styling */
.left_menu {
	width:106px;
	height:150px;
	position:relative;
	font-size:11px;
	margin:30px 0 50px 0;
	left: 25px;
	z-index:50; /* to make the menu appear above the text in the content part of the page in IE6*/
}
/** style of the starting menu **/
.left_menu ul li a, .left_menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#fae393; 
	width:104px; 
	/*height:20px;*/ /*comment out so that items that go to two lines look ok*/
	text-align:left; 
	/*border:1px solid #fff; 
	border-width:1px 1px 0 0; 
	background:#c9c9a7; */
	line-height:19px; 
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	padding-left: 20px;
}

/** style of the fly out menu **/
.left_menu ul ul li a, .left_menu ul ul li a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:104px;
	height:auto;
	text-align:left;
	background:#5d53b7;
	font-size:10px;
	letter-spacing: 0.12em;
	line-height:1.2em; /* space around words (top and bottom) in flyout menu*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0 5px 10px;;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.left_menu ul li a.left_menu_here {
	color:#FFFFFF;
}

.left_menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.left_menu ul li {float:left; margin-right:1px; position:relative;}

.left_menu ul li ul {
	display: none; 
	z-index:100;
}

/* specific to non IE browsers */
.left_menu ul li:hover a {color:#fff;}
.left_menu ul li:hover ul {display:block; position:absolute; top:0; 
	left:120px; /* specifies how far to the right of the menu the fly out menu lies */ 
	width:90px; /* not sure what this defines */
}
.left_menu ul li:hover ul li a.hide {background:#5d53b7; color:#fff;}
.left_menu ul li:hover ul li:hover a.hide {width:90px;} /* make the same width as the flyout menu below*/
.left_menu ul li:hover ul li ul {display: none;}
.left_menu ul li:hover ul li a {display:block; background:#5d53b7; color:#fff; 
	width:90px; /* defines the width of the flyout menu; adjust width in flyout_ie.css too */
}
.left_menu ul li:hover ul li a:hover {
	color:#fff;
	background-color: #8D89B8;
}
.left_menu ul li .last_menu_item {border-bottom: 2px solid white;}

/** Third level menu options **/
.left_menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.left_menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#a6b18d; color:#000;}
.left_menu ul li:hover ul li:hover ul li a:hover {background:#5d53b7; color:#fff;}
