/* GENERAL STYLES */
/* Begin CSS Drop Down Menu */

#menuh-container
{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#menuh
{
	font-size: small;
	font-family: "Lucida Sans", arial, helvetica, sans-serif;
	letter-spacing: -0.3px;
	width: 100%;
	float: left;
	margin: 0;
	background-color: #222;
	background-image: url("/mika/gfx/menu_bkg.png");
	background-repeat: repeat-x;
}

#menuh a.text
{
	text-align: left;
	display: block;
/*	border: 1px solid #555; */
	border: 0px none;
	white-space: nowrap;
	margin: 0;
	padding: 0.3em;
}

#menuh a
{	
	display: block;
	margin: 0;
	padding: 0;
	
	text-align: center;
	
	font-size: 13px;
	font-weight: normal;
	white-space: nowrap;
	
}

#menuh a.top_parent
{
	height: 25px;
/*	padding-top: 7px; */
	padding: 7px 10px 0px 10px;
/*	height: 48px; *//* Höjden på bilderna. */
}

#menuh a, #menuh a:visited /* menu at rest */
{
	color: white;
/*	background-color: #333; */
	text-decoration: none;
}

#menuh a:hover /* menu at mouse-over  */
{
	color: white;
/*	background-color: #666; */
}

#menuh a.top_parent, #menuh a.top_parent:hover /* attaches down-arrow to all top-parents */
{
	/* Används inte av oss.
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	*/
}

#menuh a.parent, #menuh a.parent:hover /* attaches side-arrow to all parents */
{
	/* Används inte av oss.
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	*/
}

#menuh ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
/*	width: 110px; *//* width of all menu boxes */
}

#menuh li
{	
/*	position: relative;	*/
	min-height: 1px; /* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
}

#menuh ul ul
{
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 1em;
/*	margin: -1em 0 0 -1em; */
	margin: -13px 0 0 -13px;
	width: 130px;
}


#menuh ul ul a, #menuh ul ul a:visited /* menu at rest */
{
	background-color: #333;
}

#menuh ul ul a:hover /* menu at mouse-over  */
{
	background-color: #666;
}

#menuh ul ul ul
{
	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;
}

/*
div#menuh > ul+ul */
div#menuh .pipe
{
	background-image: url("/mika/gfx/navbar_vert_divider.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
}


/* End CSS Drop Down Menu */



/* EDITOR PROPERTIES */
