a.type4:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #333;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;

}
a.type4:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #333;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;

}
a.type4:hover {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #E74B39;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #999;

}
a.type4:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #333;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}
.type5:link {
	font-family: "Segoe UI", Tahoma, Arial;
	font-size: 16px;
	color: #333;
	background-color: #CCC;
	padding: 20px;
	text-align: left;
}

#navigation {
	width: 80%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	color: #fff;
	border: 1px solid #333;
	margin-bottom: 2px;
	background-color: #eeeeee;
}
#navigation li a {
	display: block;
	color: #333;
	font: 1em "Trebuchet MS",Arial,sans-serif;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	padding: 4px 0;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
    text-decoration: none;
    color: #FFF;
    background-color: #E74B39;
}
