.special  #sidenavbar {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 19px;
	padding-left: 19px;
	background-color: #006699;
	background-image: url(../images/sidenav/side_column_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 250px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.special    #sidenavbar    .follow {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.special  #sidenavbar  .icon {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.special    #specimage    a:hover {
	text-decoration: none;
}
.special    #sidenavpara    {
	font-size: 10px;
	padding: 10px;
	display: block;
	color: #353535;
	background-color: #CDCDCD;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 151px;
	background-image: url(../images/sidenav/side_para_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 0px;
}
.special        #sidenavpara        a {
	color: #353535;
	text-decoration: none;
}
.special         #sidenavpara         a:hover  {
	color: #353535;
	text-decoration: underline;
	background-color: #CDCDCD;
}


.special  #sidenav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.special  #sidenav  li  {
	display: block;
}
.special  #sidenav  a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #686868;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

.special   #sidenav   a:hover  {
	color: #353535;
	text-decoration: underline;
	background-color: #CDCDCD;
}

