.indentmenu {
	font: 12px/21px "Lucida Grande", Lucida, sans-serif;
	width: 100%;
	background-color: #676666;
	height: 21px;
}

.indentmenu ul {
	margin: 0;
	padding: 0;


/* width: 80%; width of menu*/
}

.indentmenu ul li {
	display: inline;
	float: left;
}

.indentmenu ul li a {
	color: white;
	text-decoration: none;
	width: 134px;
	display: block;
	text-indent: 8px;
}

.indentmenu ul li a:hover {
	text-decoration: underline;
}

.indentmenu ul li a.selected {
	color: black;
	background: yellow url(indentbg2.gif) repeat-x center center;
	font-weight: bold;
}

#new {
	
}

#new.selected {
	background-image: url(../img/button-new.gif);
}

#top5 {
	
}

#top5.selected {
	background-image: url(../img/button-top5.gif);
}

.display-symbols {
	/*background-color: #F0F0F0;*/
	border: 2px solid #676666;
	/*height: 294px;*/
	/*min-height: 100px;*/
	overflow: auto;
	_padding: 2px;
	padding: 2px;
}

#symbols {
	height: auto;
	margin: 0;
	padding: 0;
	font: 12px/normal Georgia, "Times New Roman", Times, serif;
}

#symbols tr#item {
	padding: 4px 0 4px 4px;
	display: block;
	background-color: #F0F0F0;
	/*margin: 2px;*/
}

#symbols tr#item:hover {
	background-color: #E0E0E0;
}

#symbols tr td#icon  {
	vertical-align: top;
	/*display: table-cell;*/
	padding-right: 4px;
}

#symbols tr td#icon img {
	width: 40px;
	height: 40px;
}

#symbols tr td#definition {
	/*display: table-cell;*/
	vertical-align: middle;
	padding-right: 4px;
	width: 280px;
}

#symbols tr td#fit {
	vertical-align: middle;
	display: table-cell;
	text-align: right;
	padding: 0 4px 0 0;
	font: 10px "Lucida Grande", Lucida, sans-serif;
}

/* --- */

#symbols tr#empty {
	height: 2px;
	display: block;
	background: transparent none repeat-x;
	line-height: 2px;
}