#slidemenu{
	width:814px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #bcbec0;
	margin-bottom: 5px;
}
#sm {
	list-style:none;
	display:block;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 120px;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	background-color: #F2F2F2;
	direction: ltr;
}
#sm.hovered, #sm:hover{
	background-color: #FDFDFD;
}
#sm li {
	float:left;
	display:inline;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 120px;
}
#sm div {
	width: 500px;
	display: block;
}
#sm div h3 {
	margin: 0px;
	padding: 0px;
}
#sm div a {
	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	padding-top: 8px;
	padding-bottom: 3px;
}
#sm div a:hover {
	color: #0099FF;
}
#sm img {
	border: 0px;
	float: left;
	padding-right: 8px;
	height: 120px;
	width: 198px;
}
dl#specs {
	margin: 0px;
	padding: 0px;
	width: auto;
	text-align: left;
	direction: ltr;
	font-family: tahoma;
	font-size: 8pt;
	line-height: normal;
	color: #333;
}
#specs dt {
	float: left;
	margin: 0px 4px 0px 0px;
}
#specs dd {
	_text-indent: -3px !important;
	margin: 0px;
}
#specs dt, #specs dd {
	line-height: 18px;
}
