.menuContainer	{
	font-family:Arial, Helvetica, sans-serif;
	width:240px;
	border:1px solid #606163;
	text-align:center;
	margin: 0px;
	float: left;
	position: relative;
	padding: 0px;
}
.menu		{
	position:relative;
	overflow:hidden;
	margin-left:20px;
	margin-right:20px;
	font-size: 14px;
}

.menu a {
	text-decoration: none;
}

.menu a:link, .menu a:visited {
	color: #FFFFFF;
}

.menu a:hover {
	color: #FF0000;
}

.button 	{
	position:relative;
	background-color:#606163;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px;
	margin: 0px;
}
.pressedButton	{
	position:relative;
	background-color:#F89284;
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
	padding: 10px 0px;
	margin: 0px;
}

.pressedButton a {
	text-decoration: none;
}

.pressedButton a:link, .pressedButton a:visited {
	color:#FF0000;
	text-decoration:none;
}

.pressedButton a:hover {
	color:#FF0000;
	text-decoration:none;
}

.button border 	{
	border:2px outset;
	color: #D4D0C8;
}

.button a {
	color:#FFFFFF;
	text-decoration: none;
}

.button a:link, .button a:visited {
	color: #FFFFFF;
}

.button a:hover {
	color:#FF0000;
}

.pressedButton	.border {
	border:2px inset;
	text-decoration:none;
}

