body {
	
	margin: 0px;
	padding: 0px;
	
}

#quicknav_header {

	position: relative;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	width: 201px;
	left: 0px;
	padding-left: 15px;
	padding-top: 12px;
    padding-bottom: 12px;
	height: 16px;

	font-family: Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 0.80em;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFED83;
	
 }

#quicknav_content {

	position: relative;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	width: 201px;
	left: 0px;
	padding-left: 15px;
	padding-top:5px;
	padding-bottom: 5px;
	height: auto;
	
	font-family: Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.80em;
	background-color: #D9D9D9;
 
}


#quicknav_link {

	position: relative;
	left: 0px;

	margin-bottom: 7px;
	height: 1.0em;
	width: 180px;
	
}

a:link,a:active,a:visited {

  color: #000000;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  
}

a:hover {

  color: #C000000;
  font-weight: bold;

}