.menu a {
	color: #E12929;
	text-decoration: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
.menu a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
}
.submenu a {
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding: 0px;
}
.submenu a:hover {
	background-color: #FFFFFF;
	color: #C60000;
	text-decoration: none;
	display: block;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding: 0px;
}
.backcontainer {

	width: 100px;
}
.back a {

	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	display: block;
	font: 12px Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	width: 100%;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
}
.back a:hover {


	background-color: #FFFFFF;
	color: #0066CC;
	text-decoration: none;
	padding: 2px;
	width: 100%;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
}

