p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333300;
}
b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333300;
}
.searchbox {
	float: none;
	height: 17px;
	overflow: visible;
	z-index: auto;
	visibility: inherit;
	border: none #666633;
	margin: 0px;
	padding: 2px 0px 7px;
}

.alt{
	background-color: #e5e5cb;
	
}
ul{
	 margin: 0;
	 padding: 4px 2px 4px 2px;
	 list-style-type: none;
	 float:left;
	 
}
li{
	margin: 0;
	padding: 0px;
	
}

ul ul {
    margin:0px 0px 0px 0px;
    padding:0px;
    list-style:none;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	
    }


li li  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333300;
	float:left;
	margin:4px 0px 4px 0px;
	padding:0px;
	width:70px;
	text-align:left;
    }
ul a{
	text-decoration:none;
}
a:hover{
	background-color:#ccc;
}

.name{
	width:150px;
}
.year{
	width:80px;
	font-family:Verdana, Arial, sans-serif;
}
.show{
	display:inline;
}
.hide{
	display:none;
	position:relative;
	height:0px;
}
.noBorder{
	border-top-width: 0px;
}