body, h1, h2, h3, h4, h5, h6, h7, p, ul, ol, li, cite, hr, fieldset, img, dl, dt, dd {
	margin: 0;
	padding: 0;
}
table {
	font-size: 1em;
}
ul, li {
	list-style-type: none;
	list-style: none;
}
img {
	border: none;
}
.hidden {
	position: absolute;
	display: none;
}
.forBlind {
	position: absolute;
	top: -10000px;
	left: -10000px;
}
.cleaner {
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.toLft {
	float: left;
}
.toRgt {
	float: right;
}
html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	font: 0.75em/1.33 Tahoma, Verdana, sans-serif;
	color: #252525;
}

#topMenu {
	position: relative;
	width: 100%;
	height: 45px;
	background: #222222 url("./../images/topmenu.png") repeat-x left -8px;
}
#topMenu ul {
	height: 29px;
	margin: 0 28px 0 0;
	overflow: hidden;
}
#topMenu ul li {
	float: left;
	border-right: 1px solid #101010;
}
#topMenu ul li a {
	float: left;
	padding: 0 15px;
	line-height: 30px;
	color: #d0d0d0;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #5f5f5f;
}
#topMenu ul li.first a {
	padding-left: 20px;
}
#topMenu ul li a:hover, #topMenu ul li a:active, #topMenu ul li.selected a {
	color: #ffffff;
	background: #5f5f5f url("./../images/topmenu.png") repeat-x left -53px;
}
#topMenu span {
	position: absolute;
	left: 0;
	top: 31px;
	display: block;
	width: 23px;
	height: 14px;
	background: url("./../images/topmenu.png") left bottom no-repeat;
}
