#topmenu {
	width: 800px;
}

#themenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	height: 29px;
	list-style-type: none;
}

#themenu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

#themenu a {
	font-size: 120%;
	float: left;
	display: block;
}

#themenu li ul li {
	width: 100%;
	display: block;
}

#active {
	background-repeat: repeat-x;
	background-image: url(../img/menu/bg_on.gif);
	height: 29px;
	padding-top: 7px !important;
}

#nonactive {
	background-repeat: repeat-x;
	background-image: url(../img/menu/bg_off.gif);
	height: 29px;
	padding-top: 7px !important;
}

#delimeter {
	width: 1px !important;
	height: 29px;
}

#menuleft-on {
	background-repeat: no-repeat;
	background-image: url(../img/menu/left_on.gif);
	width: 9px;
	height: 29px;
}

#menuright-on {
	background-repeat: no-repeat;
	background-image: url(../img/menu/right_on.gif);
	width: 9px;
	height: 29px;
}

#menuleft-off {
	background-repeat: no-repeat;
	background-image: url(../img/menu/left_off.gif);
	width: 9px;
	height: 29px;
}

#menuright-off {
	background-repeat: no-repeat;
	background-image: url(../img/menu/right_off.gif);
	width: 9px;
	height: 29px;
}
