.submenu{
	text-decoration: none;
	background-color: #F3F3F3;
	width: 116px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
	display: block;
}
.submenu a {
	text-decoration: none;
	background-color: #F3F3F3;
	width: 107px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
	display: block;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #696969;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-transform: uppercase;
	text-align: left;
}
.submenu a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696969;
	display: block;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	text-align: left;
}
