/* CSS Document */

#topnav {
	white-space: nowrap;
	border-bottom: solid 1px #ddd;
	height: 30px;
	margin: 0 10px 0 10px;


}
#nav{
width: 60%;
float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 5px;

}
#search{
	width: 20%;
	float: right;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;

}
#nav ul {
  display: inline;
  padding-bottom: 5px;

}

#nav ul li {
  display: inline;
  list-style:none;
  text-transform: uppercase;
  margin:0 4px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  cursor: default;
}

#nav ul li a { font-weight:normal; cursor: pointer; text-decoration:none; }
#nav .selected{ font-weight:bold }
