	#MenuContainer ul {
		margin:						0px;				
		padding: 					0px;		
		border-top:					1px solid white;
	}

	#MenuContainer li {
		display: 					block;
		background-color: 		#63d82d;
		color: 						#ffffff;
		text-decoration: 			none;
		width: 						180px;;	
		font-weight:				bold;	
		text-align:					right;	
		border-right:				1px solid white;	
		border-bottom:				1px solid white;	
	}
	
	#MenuContainer li a {
		font-size:					9pt;
		font-weight:				bold;
		font-family:				arial;				
		display: 					block;
		background-color: 		#63d82d;
		color: 						#ffffff;
		text-decoration: 			none;
		width: 						180px;;		
		padding-top:				5px;
		padding-bottom:			5px;
	}

	#MenuContainer li a:hover{
		display: 					block;
		background-color: 		#0400b9;
		color: 						#ffffff;
		text-decoration: 			none;
		width: 						180px;;
		padding-top:				5px;
		padding-bottom:			5px;
		font-weight:				bold;
	}		
	
	#MenuContainer li a:Active{
		display: 					block;
		background-color: 		#0400b9;
		color: 						#ffffff;
		text-decoration: 			none;
		width: 						180px;;
		padding-top:				5px;
		padding-bottom:			5px;
		font-weight:				bold;
	}		
	
	#MenuContainer li img{
		border:						0px;
		width: 						1px;
		height: 						10px;
		margin-left:				3px;
		margin-right:				13px;
		position:					fixed;
	}
	
	#MenuContainer li a img{
		border:						0px;
		width: 						1px;
		height: 						10px;
		background: 				url('/images/Bullet-Blue.png') no-repeat;
	}
	
	#MenuContainer li a:hover img{
		border:						0px;
		width: 						1px;
		height: 						10px;
		background: 				url('/images/Bullet-Blue.png') no-repeat;
	}
	
	#MenuContainer li a:active img{
		border:						0px;
		width: 						1px;
		height: 						10px;
		background: 				url('/images/Bullet-Blue.png') no-repeat;
	}

	.MenuActiveLink{
		color:						white !important;	
		background: 				url('/images/Bullet-White-Red.gif') no-repeat !important;
		background-color:			#cc0000 !important;
		background-position:		6px 10px !important;
	}

	.MenuInActiveLink{
		background: 				url('/images/Bullet-Black.gif') no-repeat;
		background-position:		6px 10px !important;
	}
	
