﻿/* ================================================================ 
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 */
.menu
{
	font-family: arial, sans-serif;
	width: 245px;
	height: 84px;
	position: relative;
	margin: 0;
	font-size: 11px; /*margin: 50px 0;*/
}
.menu ul li
{
	background-color: #717171;
	background-image: url(images/leftoptions.png) ;
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #3B3B3B;
}
.menu ul li a:hover , .menu ul li a:active
{
	color:Gray;
}
.menu ul li a, .menu ul li a:visited
{
	display: block;
	text-decoration: none;
	color: #000;
	width: 225px;
	height: 27px;
	text-align: left;
	line-height: 27px;
	font-size: 11px;
	
	color: White;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-left: 20px;
	text-transform: uppercase;
	background-image:url(images/leftOptionscollapsed.png);
	background-position:220px top;
	background-repeat:no-repeat;
}
.menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul li ul
{
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a
{
	/*color: #fff; 	background: #b3ab79;*/
	background-position:230px top;
}
.menu ul li:hover ul
{
	display: block;
	position: absolute;
	top: 0;
	left: 245px;
	width: 245px;
	background-color: #3B3B3B;
	border:solid 1px #3B3B3B;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}
.menu ul li:hover ul li a.hide
{
	background: #dfc184;
/*	color: #000;*/
	
}
.menu ul li:hover ul li:hover a.hide
{
	/*width: 150px;*/
}
.menu ul li:hover ul li ul
{
	display: none;
	
}
.menu ul li:hover ul li img
{
	float:left;
	width:19px;
	/*margin-top:2px;
	margin-bottom:2px;*/
}
.menu ul li:hover ul li
{
	clear:both;
	background:none;
	border:none;
/*	padding-top:1px;*/
}
.menu ul li:hover ul li a
{
	display:inline !important;
	
	color:White;
	cursor: default;
	
	
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding: 2px 3px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	background-color:White;
	background:none;
	border:1px solid #3B3B3B;
	
}

.menu ul li:hover ul li a:hover
{
	border: 1px solid #CDCED0;
	color: #CDCED0;
}

.menu ul li:hover ul li:hover ul
{
	display: block;
	position: absolute;
	left: 151px;
	top: 0;
	color: #000;
}
.menu ul li:hover ul li:hover ul li a
{
	display: block;
	width: 200px;
	background: #dfc184;
	color: #000;
}
.menu ul li:hover ul li:hover ul li a:hover
{
	background: #bd8d5e;
	color: #fff;
}
