﻿/*buttons and links*/
.MainMenuButtonBoxes
{
	float: left; 
	height: 28px;
	width: 155px;
	text-align: center; 
	padding-top: 8px;
	border-right: 1px solid #2e4457;
	/*remove from last menuBox inline*/
} 

.MainMenuTopLink
{
	font-family: Verdana;
	padding: 4px;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

.MainMenuTopLink:hover
{
	color: #ccc;
	font-size: 16px;
	text-decoration: underline;
}

#Button_NewsletterSignup
{
	border: 2px dashed #fff; 
	padding: 5px; 
	font-weight: bold; 
	font-size: 25px; 
	color: Pink;
	text-decoration: none;
}
/*buttons and links*/











