#SiteMap {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	
}
#Button {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	list-style-type: none;
	background-color: #EEE;
	background-image: url(../images/0177_document.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	text-indent: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#SubButton {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	list-style-type: none;
	padding: 5px;
	background-color: #EEE;
	background-image: url(../images/0178_multiple_documents.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	text-indent: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
