/* SIDEBAR LINKS */
div.patent-sidenav ul {
	list-style-type: none;
	font-family: 11px Helvetica, sans-serif;
	font-weight: bold;
	white-space: nowrap; /*prevents type from dropping into second line*/
	}
	
div.patent-sidenav li {
	text-decoration: none;
	padding: 0;
	margin-top: 10px;
	background-image: none;
	font-family: 11px Helvetica, sans-serif;
	font-weight: bold;
	}
 
div.patent-sidenav li a {
	color: Black;
	padding-left: 15px; /*keeps the list item from overlapping background bullet*/
	padding-top: 2px; /* Centers the bullets vertically */
	background: url(images/bullet_off.gif) left center no-repeat; /*bullet is placed as a background image*/
	text-decoration: none;
	font-family: 11px Helvetica, sans-serif;
	font-weight: bold;
	}
	
div.patent-sidenav li a:link {
	color: Black;
	text-decoration: none;
	margin: 0;
	font-family: 11px Helvetica, sans-serif;
	font-weight: bold;
	}
	
div.patent-sidenav li a:visited {
	color: Black;
	text-decoration: none;
	font-family: 11px Helvetica, sans-serif;
	font-weight: bold;
	}
	
div.patent-sidenav li a:hover {
	background: url(images/bullet_on.gif) left center no-repeat; /*bullet is placed as a background image*/
	color: #693B96;
	padding-left: 15px; /*keeps the list item from overlapping background bullet*/
	padding-top: 2px; /* Centers the bullets vertically */
	text-decoration: none;
	font-family: 11px Helvetica, sans-serif;
	font-weight: bold;
	}

.indent {
	margin-left: 16px;
	}
/* These styles change the background bullet on hover */
div.patent-sidenavresults ul {
	list-style-type: none;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-family: 11px Helvetica, sans-serif;
	font-weight: bold;
	}
	
div.patent-sidenavresults li {
	text-decoration: none;
	}
	
div.patent-sidenavresults li a {
	color: Black;
	padding-left: 15px; /*keeps the list item from overlapping background bullet*/
	padding-top: 2px; /* Centers the bullets vertically */
	background: url(images/bullet_off.gif) left center no-repeat; /*bullet is placed as a background image*/
	text-decoration: none;
	font-family: 11px Helvetica, sans-serif;
	font-weight: bold;
	}
	
div.patent-sidenavresults li a:link {
	color: Black;
	text-decoration: none;
	font-family: 11px Helvetica, sans-serif;
	font-weight: bold;
	}
	
div.patent-sidenavresults li a:visited {
	color: Black;
	text-decoration: none;
	font-family: 11px Helvetica, sans-serif;
	font-weight: bold;
	}
	
div.patent-sidenavresults li a:hover {
	background: url(images/bullet_on.gif) left center no-repeat; /*bullet is placed as a background image*/
	color: #693B96;
	padding-left: 15px; /*keeps the list item from overlapping background bullet*/
	padding-top: 2px; /* Centers the bullets vertically */
	text-decoration: none;
	font-family: 11px Helvetica, sans-serif;
	font-weight: bold;
	}