/* Site-Menü */
#sitemenu div div {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

#sitemenu a {
  width: 100px;
  display: block;
	border-bottom: 1px solid #000000;
	padding: 1px 1px 1px 6px;
	margin: 0;
	background-color: #2D0F05;
	text-decoration: none;
	color: #fc0;
	font-size: 12px;
}

#sitemenu a:hover {
  background-color: #804D20;
  text-decoration: none;
	color: #fc0;
  font-weight: bold;
}

.IEfix iframe
{
	display: none; /*sorry for IE5*/
	display/**/: block; /*sorry for IE5*/
	position: absolute; /*must have*/
	top: 0; /*must have*/
	left: 0; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	width: 100%; /*must have for any big value*/
	height: 100%; /*must have for any big value*/
}

.submenu {
  border-collapse: collapse;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
