@charset "utf-8";
#topmenu {
	position: relative;
	left: 0em;
	height: 2em; width: 100%;
	border-color: #638F7B;
	background: #F3F8F6; color: #2A3D34;
    border: none;
}

#topmenu li {
	display:inline;
    margin:0;
    padding:0;
	height: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	cursor:default;
}

#topmenu img {
	vertical-align: middle;
}

#topmenu a {
	text-decoration: none;
}

#topmenu a span {
	width: 7em;
	float:left;
    display:block;
    padding-left: 5px;
    padding-right: 5px;
	color: #5F5F5F;
	font-size: 93%;
	white-space: nowrap;
	border-left-style: groove;
	border-left-width: 1px;
	border-color: #638F7B;
	text-decoration: none;
}

#topmenu a:hover span {
	background: #E3E8E6; 
	cursor: pointer;
	border-left-color: #FF6600;
}


#topmenu ul {
	margin:0;
	padding: 0;
	list-style:none;
	position: relative;
}
   

