/*****************************/
/*** Core html setup stuff ***/
/*****************************/


.MainMenuLink {
	background: url('../../Images/Button_Purple.jpg') no-repeat;
}

.MainMenuLink-Hover {
	background: url('../../Images/Button_Green.jpg') no-repeat;
}

.MainMenuLink,
.MainMenuLink-Hover {
	width: 100px;
	height: 23px;
	text-align: center;
	padding-top: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	float: right;
}

#MainMenuWrapper {
	float: right;
}

.SecondaryMenuLink,
.SecondaryMenuLink-Hover {
	width: auto;
	height: 20px;
	text-align: center;
	padding-top: 12px;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;
	float: right;
	color: #666666;
}

.SecondaryMenuLink {
	text-decoration: none;
}
.SecondaryMenuLink-Hover {
	text-decoration: underline;
}

#SecondaryMenuWrapper {
	font-family: times new roman;
	font-size: 12px;
	float: right;
	padding-bottom: 13px;
	padding-right: 2px;
}

#DummySecondary {
	height: 30px;
	width: 100%;
	float: right;
	padding-top: 13px;
}

