ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
ul a {
	text-decoration: none;
	color: ffffcc;
	width: 150px;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	display: block;
	padding-bottom: 5px;
	padding-left: 10px;
	
}
ul a:hover {
	color: #ffd729;
}
ul a:active {
	color: #b57918;
}
a.sidebarHeading    {
	color: #ffffcc;
	text-decoration: none;
	background-color: #013334;
	display: block;
	height: 20px;
	width: 162px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
	margin: 0px;
}
a.sidebarHeading:hover {
	color: #ffd729;
}
a.sidebarHeading:active {
	color: #b57918;
}
