#topnav {
	background-image: url(images/redgradient.gif);
	background-repeat: repeat-x;
	background-color: #BA0202;
	font-size: 12px;
	height: 35px;
	padding: 0px;
	width: 780px;
	position: relative;
}


#topnav a {
	color: #e4e1b4;
	font-weight: bold;
	text-decoration: none;
}

#topnav a:hover {
	color: #e4e1b4;
	font-weight: bold;
	text-decoration: underline;
}

#topnav .current a {
	color:#FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#topnav .current a:hover {
	color: #FFFFFF; 
	text-decoration:none;
}

#topnav ul {
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	height: 23px;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
}

li.inline {
	display: inline;
	padding-right: 8px;
	padding-left: 7px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
  }
  
li.last {
  display: inline;
  color: #333333;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 0px;
  } 
  
  #search {
	width: 185px;
	float: right;
	font-weight: bold;
	padding: 0px;
	height: 35px;
	background-color: #BB0202;
	background-image: url(images/redgradient.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#search #searchform {
	padding-top: 1px;
	padding-left: 0px;
	margin-top: 3px;
	vertical-align: baseline;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #D7E1B4;
}

#search #searchform #searchlabel {
	position: absolute;
	top: 10px;
}
#search #searchform #sp-q {
	position: relative;
	left: 50px;
}
#search #searchform #searchbutton {
	position: relative;
	left: 50px;
}
