body		
{ 
		background-color:		#000000;	
		color:					#000000; 
		padding:					0px; 
		margin:					0px; 
}

#MenuFrame
{ 
		position:				absolute; 
		left:						200px;
		top:						212px; 
		height:					30px;
		width:					782px;
		background-color:		#323232; 
		z-index:					1; 
}

#Menu a 
{
		font-size:				10.0pt; 
		font-weight:			normal; 
		font-family:			Trebuchet MS, Arial, sans-serif; 
		text-decoration:		none; 
		display:					block;
		margin: 					0px 0px;
		margin-right:			2px;
		margin-left:			10px; 
		padding:					6px 0px 0px 15px;
		background: 			url("img/button.gif") 0 0 no-repeat;
		background-position: 0px 0px;
		color: 					#AAAAAA; 
		float:					left;
		font-weight:			bold; 
}

#Menu a:visited
{
		background-position: 0px 0px;
		color:					#EAEAEA;
		color: 					#AAAAAA; 
}

#Menu a:hover 
{	
		background-position: -110px 0px;
		color: 					#EAEAEA;


#Menu a:active 
{
		background-position: -220px 0px;
		color:					#FFFFFF;



