#sideNav ul
{
	width: 130px;
	max-width: 130px;
	min-width: 130px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
}
#sideNav a, li#current1
{
	display: block;
	width: 130px;
	max-width: 130px;
	min-width: 130px;
	text-decoration: none;
	padding: 0px;
	font-size: 10pt;
	margin-top: 3px;
	background-color: #ffc;
	color: #3300cc;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}
#sideNav a:hover, #sideNav a:active, #sideNav a:focus, li#current1
{
	background-color: #cfcfcf;
	color: #fff;
	font-size: 10pt;
}