﻿#submenu {
	border: 1px solid #CC0000;
	margin-top: 30px;
	margin-bottom: 60px;
}
#submenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#submenu li {
	text-decoration: none;
}
#submenu a {
	font-size: large;
	display: block;
	text-indent: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
}
#submenu h4 {
	margin: 0px;
	font-size: large;
	display: block;
	text-indent: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CC0000;
}
