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

#menubutton { 
	display: block; 
	width:191px;
	height:24px;
	padding: 0 0 0 0;
	margin: 0 0 1px 0;
	background: #FFFFFF;
}

#menubutton:link {
	background: url(../images/common/button.gif) top left no-repeat;
	text-decoration: none;
	color: #003366;
}

#menubutton:visited { 
	background: url(../images/common/buttonvisited.gif) top left no-repeat;
	text-decoration: none; 	
	color: #003366;
}

#menubutton:hover { 
	background: url(../images/common/buttonover.gif) top left no-repeat;
	text-decoration: underline;
	color: #FFFFFF;	
} 

#menubutton:active { 
	background: url(../images/common/buttonover.gif) top left no-repeat;
	text-decoration: underline;
	color: #FFFFFF;	
} 

#PFmenubutton { 
	display: block; 
	width:191px;
	height:25px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #FFFFFF;
}

#PFmenubutton:link {
	background: url(../images/common/ForumButton.gif) top left no-repeat;
	text-decoration: none;
	color: #003366;
}

#PFmenubutton:visited { 
	background: url(../images/common/ForumButtonvisited.gif) top left no-repeat;
	text-decoration: none; 	
	color: #003366;
}

#PFmenubutton:hover { 
	background: url(../images/common/ForumButtonover.gif) top left no-repeat;
	text-decoration: underline;
	color: #FFFFFF;	
} 

#PFmenubutton:active { 
	background: url(../images/common/ForumButtonover.gif) top left no-repeat;
	text-decoration: underline;
	color: #FFFFFF;	
} 
