/*Top Menu */

.topmenu {
	border-style: solid;
	margin: 0px;
	padding: 0px;
	float: left;
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 100%;
	border-width: 1px 0px;
	background: #000 url("../images/menu-default.gif") center center repeat-x;
	border-top-color: #333;
	border-bottom-color: #333;
}
.topmenu li {
    display: inline;
}
.topmenu li a {
	float: left;
	color: #FFF;
	padding: 12px 16px;
	text-decoration: none;
	border-right: 1px outset #808080;
}
.topmenu li a:visited {
    color: #FFF;
}
.topmenu li .current{
    color: #FFF;
    background: transparent url("../images/menu-active.gif") center center repeat-x;
}

.topmenu li a:hover{
    color: #FFF;
    background: transparent url("../images/menu-active.gif") center center repeat-x;
}