#menuh {
	position: relative;
	z-index: 11;
	width: 970px;
	float: left;
	top: 0px;
	font-size: 14px !important; font-size:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(pic/menytop.jpg);
	background-position: right center;
	background-repeat: repeat-x;
}
#menuh a {
	text-align: left;
	display:block;
	border: 1px groove #555;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
}
#menuh a, #menuh a:visited {	/* meny vilande */ 
	color: #ffffff;
	text-decoration:none;
	border: solid 1px #000000;
	border-top: none;
	background-color: #252525;
}
#menuh a:hover {	/* meny hover */ 
	color: #ffffff;
	border-color: black;
	font-size:14px !important;font-size:12px;
	height: auto!important; height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
}
#menuh a.parent:hover {	/* indikerar högerflik */
	background-color: #333333;
	background-image: url(pic/meny-sub-hover.jpg);
	background-position: right center;
}

#menuh a.parent {	/* indikerar högerflik */
	background-color: #252525;
	background-image: url(pic/meny-sub.jpg);
	background-position: right center;
	background-repeat: no-repeat;

}

#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:auto !important; width:72px;
}
#menuh ul li ul li { /* Menyer */
	list-style:none;
	margin:0;
	padding:0;
	float:none;
	background-color: #f0f0f0;
	width:120px;
}
#menuh ul li.menywidth180 ul li { /* Meny Tävlingar */
	width:180px !important; width: 170px;
}
#menuh ul li.menywidth160 ul li { /* Meny Tävlingar */
	width:160px !important; width: 150px;
}
#menuh ul li.menywidth140 ul li { /* Meny Tävlingar */
	width:140px !important; width: 130px;
}
#menuh ul li.menywidth120 ul li { /* Meny Tävlingar */
	width:120px !important; width: 110px;
}
#menuh ul li.menywidth100 ul li { /* Meny Tävlingar */
	width:100px !important; width: 90px;
}
#menuh ul li.menywidth80 ul li { /* Meny Övrigt */
	width:80px !important; width: 70px;
}
#menuh ul li.tavling ul li { /* Meny Tävlingar */
	width:160px !important; width: 150px;
}
#menuh ul li ul li.junior ul li { /* Meny Junior */
	width:220px;
}
#menuh li {
	position:relative;
  min-height: 1px;
  vertical-align: bottom;
	float:left;
	min-width:inherit;
}
#menuh li .top_parent { /* Meny Rubriker */
	color: #ffffff;
	padding-left:22px !important; padding-left:22px;
	padding-right:21px !important; padding-right:21px;
	background-image: url(pic/menytop.jpg);
	text-align:center;
}
#menuh ul li .top_parent a:hover { /* Meny Rubriker */
	padding-left:22px !important; padding-left:2px;
	padding-right:21px !important; padding-right:1px;

}
#menuh li ul  {
	position:absolute;
	z-index:100;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}
#menuh ul ul ul { /* Sidjusterar submeny */
	top:0;
	left:100%;
}
div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}
div#menuh li:hover ul ul, div#menuh li li:hover ul ul, div#menuh li li li:hover ul ul, div#menuh li li li li:hover ul ul {
	display:none;
}
div#menuh li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul {
	display:block;
}