hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}
	
#menu {
	width: 168px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #000000;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	background:  url(menu.gif);
	padding: 8px 0 0 25px;
	}
	
#menu li a:hover {
	color: #333333;
	background:  url(menu.gif) 0 -32px;
	padding: 8px 0 0 27px;
	}
#searchtop {
	background-image: url(images/topsearch.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 180px;
}
#searchbottom {
	background-image: url(images/bottomsearch.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 180px;
}
#searchmid {
	padding: 3px;
	width: 174px;
	background-color: #5A5958;
}
#searchmid a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for visited links. */
#searchmid a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
#searchmid #leftColumn1 a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}