﻿.contentButtonContainer
{
	clear: both;
	height: 30px;
	margin-right:14px;
}
a.contentButton:link, a.contentButton:visited, a.contentButton:active
{
	padding: 4px 24px 5px 24px;
	background-color: #000;
	font-family:Verdana;
	color: #EFEBC6;
	border:solid 1px #9b9b9b;
	float: right;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
}

a.contentButton:hover
{
	text-decoration: underline;
	cursor:hand;
	color:#9b9b9b;
	border:solid 1px #ecde12;
}

A.menuButton, A.menuButton:Link, A.menuButton:Visited, A.menuButton A:Active, A.menuButton:Hover
{
	padding: 4px 24px 5px 24px;
	display:block;
	width: 175px;
	height:30px;
	background-image: url(/Images/Master/menuButtonBackground.png);
	background-repeat: repeat-x;
	font-family:Verdana;
	border:solid 1px black;
	text-align:center;
	vertical-align:middle;
	line-height:27px;
	margin:5px 5px 5px 5px;
	text-decoration:none;
	color: White;
}

A.menuButton A:Hover
{
	text-decoration: none;
	cursor:hand;
	color:Silver;
	border:solid 1px #ecde12;
}

a.menuButton:Active
{
	text-decoration: none;
}
