#topnav {
	height:78px;
	width: 100%;
	background-image:url(/images/nav/header.gif);
	background-repeat: no-repeat;
}

#topnav table {
	float: right;
	margin-right:15px;
	margin-top: 27px;
}

#topnav td{
	padding-right:3px;
}

#topnav td a:link, #topnav td a:visited, #topnav td a:active, #topnav td a:hover
{
  text-decoration: none; 
}

#subnav {
	clear: both;
	font: normal 10px Verdana, Arial, Heletica, sans-serif;
	font-style: italic;
	text-align:center;
	width: 100%;
}

#subnav ul {
	list-style: none;
	color: #95b5ca;
	float: none;
	margin: 0;
}

/* all list items */
#subnav li 
{
  float: left;
  padding-left: 2px;
  padding-right: 2px;
}

#subnav li a 
{
  display: block;
  text-decoration: none; 
  color: #95b5ca;
  padding-left: 10px;
}

#subnav li:hover, #subnav li.active, #subnav li a#active 
{
  text-decoration: none;
  background-repeat: no-repeat;
}

#subnav li:hover a, #subnav li a:hover
{
	text-decoration: none;
	color: black;
}

.search_input {
	float:right; 
	padding-right: 20px; 
	padding-top:5px;
}