.topmenu {
	font-size: 10px;
	list-style-type: none;
	display: block;
}
.topmenu li {
	display: block;
	float: left;
	background-image: url(../../images/menus/top/bg.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.topmenu li a {
	color: #333;
	text-decoration: none;
	height: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
	display: block;
}
.topmenu li a:hover {
	background-image: url(../../images/menus/top/hover.gif);
}

.clearfloat {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
