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

ul.supportMenu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 150%;
	cursor: default;
	width: 230px;
	height:75px;
}

ul.supportMenu li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight:bold;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 215px;
	height:75px;
}

ul.supportMenu a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #593891;
	text-decoration:none;
	background-image: url(../images/paperTexture_yellow.jpg);
}

ul.supportMenu a:hover, ul.supportMenu a:focus
{
	color: #FCB827;
	text-decoration:none;
	background-image: url(../images/paperTexture_purple.jpg);
}

.supportBox{
	width:215px;
	display: block;
}

.spacer{
	width:215px;
	display:block
}

.spacer p{
	margin-bottom:2px;
	margin-top:2px;
}
