@charset "UTF-8";

/* 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/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#sidebar-menu {
	top: 0;
	left: 0;
	position: relative;
	z-index: 5;
}

#sidebar-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	text-align: left;
}

#sidebar-menu li {
	padding: 0;
	list-style: none;
}

#sidebar-menu li {
	display: inline-block;
	display: inline;
}

#sidebar-menu ul ul {
	position: absolute;
	left: -9999px;
	width: 250px;
}

#sidebar-menu ul#toplevel {
	position: relative;
	left: 0;
	top: 0;
}

#sidebar-menu a {
	color: #fff;
	text-transform: uppercase;
	display: block;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	padding: 0 10px;
}

#sidebar-menu ul ul li a {
	margin-top: 0px;
	background: #5c96d4 !important;
	background: #5c96d4;
	border-bottom: 1px dotted #fff !important;
	border-bottom: 1px solid #fff;
}

#sidebar-menu ul li:hover > ul {
	left: 15%;
	margin-top: -24px;
	margin-left: -1px;
}

#sidebar-menu a:hover ul,
#sidebar-menu a:hover a:hover ul, 
#sidebar-menu a:hover a:hover a:hover ul {
	left: 15%;
}

#sidebar-menu a:hover ul ul, 
#sidebar-menu a:hover a:hover ul ul {
	left: -9999px;
}

#sidebar-menu li a:hover {
	background: url(_images/bg_nav-items.png) no-repeat !important;
	background: url(_images/bg_nav-items.jpg) no-repeat;
}

#sidebar-menu ul ul li a:hover {
	background: #0066cc !important;
	background: #0066cc;
}

#sidebar-menu li:hover > a {
	
}

#sidebar-menu li a.fly {
	
}

#sidebar-menu li a.fly:hover {
	
}

#sidebar-menu li:hover > a.fly {
	
}

#sidebar-menu table {
	position: absolute;
	left: 15%;
	height: 0;
	width: 0;
	border-collapse: collapse;
	margin-top: -7px;
	margin-left: -1px;
}