﻿#navigation 
	{
		text-align:left;
		position: relative;
		top: 0px;
		left: 0px;
 		color: white;
		}
		
#navigation ul 
	{
		margin: 0 0 1em 0;
		padding: 0px;
		list-style: none;
	}
	
#navigation ul a 
	{
		color:#000;
		text-decoration: none;
		display: block;
		width:170px;		
		overflow:visible;		
		background: url(images/left-menu-red-bullet.gif) 2px no-repeat #d0edff;
		padding: 5px 1.7em 3px;
		margin: 0px 0px 1px;	
	}
	
#navigation a:visited 
	{
		color: #000;
	}
	
#navigation a:hover 
	{
		background: url(images/left-menu-red-bullet-white.gif) 2px no-repeat #fff;		
	}
	
.darkBlueGradientBg
	{		
		background:url(images/darkBlueGradientBg.gif) repeat-x;
		color:#fff;
		height:24px;
		font-size:14px;
		font-weight:bold;
		padding-left:5px;
		
	}

#navigationService 
	{		
		text-align:left;
		position: relative;
		top: 0;
		left: 0;
 		color: white;
	}
		
#navigationService ul 
	{
		margin: 0 0 1em 0;
		padding: 0;
		list-style: none;
	}
	
#navigationService ul a 
	{
		color: #000;
		text-decoration: none;
		display: block;
		overflow:visible;
		width:170px;		
		background: url(images/left-menu-red-bullet.gif) 2px no-repeat #d0edff;
		padding: 5px 1.7em 3px;
		margin: 0 0 1px;	
	}
	
#navigationService a:visited 
	{
		color: #000;
	}
	
#navigationService a:hover 
	{
		background: url(images/left-menu-red-bullet-white.gif) 2px no-repeat #fff;		
	}