@charset "UTF-8";
/* CSS Document */

#navigation
{
		margin-top: 10px;
		padding-left: 5px;
		height: 24px;
		width: 970px;
		display: block;
		background-color: #f0f8fe;
		vertical-align: middle;
		z-index: 99999999;}

#navigation ul
{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #0057A5;
		font-size: 11px;
		padding-left: 10px;
		margin-right: 15px;
		display: inline;
		z-index: 99999999;}

#navigation ul li
{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #0057A5;
		font-size: 11px;
		display: inline;
		z-index: 99999999;}

#navigation li a
{		background: url('../framework/images/mid_nav_bullet.png') no-repeat top left;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #0057A5;
		font-size: 11px;
		padding-left: 10px;
		margin-right: 15px;
		display: inline;
		z-index: 99999999;}

#navigation li a:hover
{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #00A0E1;
		font-size: 11px;
		display: inline;
		z-index: 99999999;}

#navigation li ul
{
		display:none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #0057A5;
		font-size: 11px;
		margin:0px; 
		padding:0px; 
		position:absolute; 
		left:185px; 
		top:22px;
		width: 240px;
		background-color:#f0f8fe;
		z-index: 99999999;}

#navigation li:hover ul
{
		display:list-item; 
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #00A0E1;
		font-size: 11px;
		margin:0px; 
		padding-bottom:3px; 
		position:absolute; 
		left:185px; 
		top:22px;
		width: 380px;
		background-color:#f0f8fe;
		z-index: 99999999;
		}

#navigation li li
{	
	 
	display:list-item;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0057A5;
	font-size: 11px;
	margin:0px; 
	padding:0px;
	z-index: 99999999;}

#navigation li li a
{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #0057A5;
		font-size: 11px;
		display: inline;
		z-index: 99999999;}

#navigation li li a:hover
{		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #00A0E1;
		font-size: 11px;
		display: inline;
		z-index: 99999999;
		
		}
