.topmenu {
	height: 26px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	width: 980px;
	z-index: 100;
}
a:focus {
	outline: none;
}
.topmenu ul   {
	display: inline;
	margin-bottom: 1px;
	list-style-type: none;
	background-image: url(../images/menu.png);
	background-position: left bottom;
	position: relative;
}

.topmenu ul li {
	float: left;
	position:relative;
	width:155px;
	height: 26px;
	line-height: 26px;
	margin-right: 5px;
}


.topmenu ul li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	background-image: url(../images/menu.png);
	background-position: right top;
	z-index: 100;
	position: relative;
	width: 155px;
	height: 26px;
}

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


.topmenu ul li ul {
	display: none;
	position:absolute;
	top: 0px;
	padding-top: 26px;
	z-index: 10;
}
.topmenu ul li ul li     {
	display:block;
	margin-bottom: 1px;
}
.topmenu ul li ul li a {
	background-image: none;
}
.topmenu ul li ul li a:hover         {
	background-image: none;
}
