#mainmenu {
	position: absolute;
	width: 870px;
	height: 133px;
	top: 160px;
	left: 50%;
	list-style: none;
	margin-left: -429px;
	text-align: left;
	z-index: 20;
}

* html #mainmenu {
}

#mainmenu ul {
	list-style: none;
	line-height: normal;
}

#mainmenu li {
	display: block;
	float: left;
	width: 111px;
	height: 111px;
	margin-right: 12px;
	background: #313131;
	padding: 11px;
}
#mainmenu li#activ {
	display: block;
	float: left;
	width: 111px;
	height: 111px;
	margin-right: 12px;
	background: #fff;
	padding: 11px;
}
#mainmenu li#logo {
	display: block;
	float: left;
	padding: 0px;
	margin-right: 12px;
	width: 133px;
	height: 133px;
	background: #313131;
}
#mainmenu li#logo a {
	border: none;
}
#mainmenu a {
	display: block;
	float: left;
	color: #fff;
	padding-bottom: 4px;
	border-bottom: dotted;
	border-bottom-color: #fff;
	border-bottom-width: 2px;
	width: 111px;
	font-size: 12px;
}

#mainmenu a:hover {
	color: #6b6b6b;
}

#mainmenu #activ a {
	color: #6b6b6b;
	border-bottom: dotted;
	border-bottom-color: #6b6b6b;
	border-bottom-width: 2px;
}

ul#submenu {
	margin-top: 4px;
	float: left;
}
#submenu li {
	float: left;
	width: 111px;
	height: auto;
	background: none;
	margin: 0;
	padding: 0;
}
#submenu a {
	float: left;
	color: #fff;
	padding: 0;
	border: none;
	line-height: 14px;
	width: 111px;
	font-size: 11px;
}
#submenu a:hover {
	color: #fff;
	font-weight: bold;
}
#mainmenu #activ #submenu a {
	color: #6b6b6b;
	border: none;
}
#mainmenu #activ #submenu a:hover {
	color: #313131;
	border: none;
}
#mainmenu #activ #submenu2 a:hover {
	color: #6b6b6b;
	border: none;
}
#mainmenu #activ #submenu a.level2-act:hover {
	color: #313131;
	border: none;
	font-weight: bold;
}
#mainmenu #activ #submenu a.level3-act:hover {
	color: #6b6b6b;
	border: none;
	font-weight: bold;
}
#mainmenu #activ #submenu a.level2-act {
	color: #313131;
	border: none;
	font-weight: bold;
}
#mainmenu #activ #submenu a.level3-act {
	color: #6b6b6b;
	border: none;
	font-weight: bold;
}

ul#submenu2 {
	float: left;
	border-bottom: dotted;
	border-bottom-color: #6b6b6b;
	border-bottom-width: 2px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	width: 111px;
}
#submenu2 li {
	float: left;
	width: 101px;
	height: auto;
	background: none;
	margin: 0;
	padding: 0;
}