

/* CSS Stylesheet für die kirchengesangbuch.ch-Navigation */

.qmclear {
    font-size: 1px; height: 0px; width: 0px; clear: left; line-height: 0px; display: block;
}
.qmmc {
    position: relative;
}
.qmmc a {
    float: left; display: block; white-space: nowrap;
    height: 16px;
}
.qmmc div a {
    float: none;
}
.qmmc div {
    visibility: hidden; position: absolute;
}


/* Menu Styles */


/* Remove the comments below for vertical mains and change the false value to
true in the qm_create function after the menus structure. */
/*.qmmc a {float:none}*/

/* (MAIN) Container */
#qm0
{ 
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
}

/* (MAIN) Items */
#qm0 a
{
	color: #000000;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 11px 0px 11px;
	border-right: 2px solid #0099CC;
	width: auto;
	/*
	background-image: url('../img/bg_menuitem.gif');
	background-position: right top;
    background-repeat: no-repeat;
    */
}

/* (MAIN) Hover State */
#qm0 a:hover
{ 
	text-decoration: underline;
}

/* (MAIN) Active State */	
body #qm0 .qmactive, body #qm0 .qmactive:hover
{ 
	text-decoration: underline;
}

/* (MAIN) Parent Items */
#qm0 .qmparent
{
	/* background-image: url(images/bullet_white_down.gif);
	background-repeat: no-repeat;
	background-position: 92%; */
}

/* [SUB] Containers */
#qm0 div
{
	padding: 0px 0px 7px 0px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	width: auto;
	height: auto;
}

/* [SUB] Items */
#qm0 div a
{		
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	color: #000000;
	border-width: 0px;
	border-style: none none none none;
	border-color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px 11px 0px 11px;
	width: auto;
	height: auto;
}
	
/* [SUB] Hover State */
#qm0 div a:hover
{
	text-decoration: underline;
}

#qm0 div div
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#qm0 div div a
{	
	font-size: 11px;
}

/*[SUB] Active State */
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	text-decoration: underline;
}

/* [SUB] Parent Items */
#qm0 div .qmparent 
{
	/* background-image: url(../images/template2_black_arrow_right.gif); */
}


