div#subsite_menu {
	padding-bottom: 20px;
	border-bottom: 1px solid #C93D8D;
	float:right;
	width:170px;
	margin: 0px 0px 20px 20px;
	text-align: center;
}

#subsite_menu h1 {
	font-size: 140%;
	margin: 10px 0px 10px 0px;
}

#subsite_menu h1 a:hover {
	text-decoration: underline;
}

#subsite_menu ul {
	border:0px dashed gray;
	list-style-type: none;
}

#subsite_menu ul li {
	border:0px dashed fuchsia;
	text-align:left;
	margin-left: 15px;
	margin-bottom: 5px;
}

#subsite_menu ul li#active {
	list-style-image: url(../gfx/arrow.gif);	
}

#subsite_menu ul li a:hover {
	text-decoration: underline;
}
