@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 {
    margin-right: 5px;
	float: left;
	width: 160px;
	height: 100%;
	padding: 5px 0px 0 10px;
	
}

/* #sidebar ul {
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
	
}

#sidebar li {
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	font-size:14px;
	font-weight:300;
	color: #000033;
	  
}

#sidebar li.more {
	margin:0;
	line-height: 15px;
	font-size:14px;
	font-weight:300;
	color: #000033
	 
}

#sidebar li.title {
	margin:0;
	line-height: 20px;
	font-size:14px;
	font-weight:bold;
	color: #000033
	 
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 15px;
	font-size: 16px;
	font-weight:bold;
	margin: 0 0 0 0;
}


#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 15px;
	font-weight:bold;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #444444;
}

#sidebar p {
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: justify;
}

#sidebar a {
	color: #1C067D;
	border: none;
	letter-spacing: -.5px;
	text-decoration: none;
	font-size: 15px;

}

#sidebar a:hover {
	text-decoration: underline;
	color: #660099;
	letter-spacing: -.5px;
	
} */ 

#menu {width:150px; position:relative; }
 
#menu ul {margin:0; padding:0; list-style:none; 
white-space:nowrap; text-align:right; padding:1px 1px 0 1px; background: #FFF; }
 
#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline;}
#menu ul ul {position:absolute; left:-7777px;  border-top: 1px solid #BEC9EF; border-bottom: 1px solid #BEC9EF; border-right: 1px solid #BEC9EF; border-left: 1px dotted #BEC9EF; text-align:left;}
#menu ul#toplevel {
	position:absolute;
	left:1px;
	top:0px;
}
 
#menu a {display:block; font:normal 14px Georgia, "Times New Roman", Times, serif; color:#003399; line-height:22px; letter-spacing:1px; text-decoration:none; padding: 3px 3px 3px 3px} 
#menu li a.fly { color:#003399;}

 
#menu li a:hover {background-color: #FFF; color:#660066;  letter-spacing:1px; padding: 3px 3px 3px 3px} 

 
#menu ul li:hover   ul {left:100%; margin-top:-29px; margin-left:-1px; margin-right: 5px; background-color:#ebf7f7; }
 
#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%; background-color:#FFF; color:#FF6600; }
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
 
#menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-

left:-1px;}
 
