h1 {
	color: Silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	float: right;
	width: 90px;
	margin: 0px;
	padding: 0px 0px 1px 0px;
	border-bottom: 1px solid #000000;
	font-size: medium;
	list-style-type: none;
	background-color: #cccccc;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

#sectionLinks h3{
	padding: 0px 0px 0px 0px;
	
}

#sectionLinks a:link {
	display: block;
	border-top: 1px solid #000000;
	padding: 2px 0px 2px 0px;
	list-style-type: none;
	font-family: "MS Serif", "New York", serif;
	color: Black;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	line-height:20px;
	height:20px;
}

#sectionLinks a:hover{
	background-color: #000000;
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 0px;
	list-style-type: none;
	font-family: "MS Serif", "New York", serif;
	color: #ffffff;
	font-weight: normal;
	line-height:20px;
	height:20px;
}

#sectionLinks a:visited,#sectionLinks a:active {
	display: block;
	border-top: 1px solid #000000;
	padding: 2px 0px 2px 0px;
	list-style-type: none;
	font-family: "MS Serif", "New York", serif;
	color: Black;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	line-height:20px;
	height:20px;
}
