

/* CSS Stylesheet für die pfarreistaefa.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: auto;
}
.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 5px;
	border: 0px none #CCCCCC;
	margin: 0px 0px 0px 0px;
}

/* (MAIN) Items */
#qm0 a
{
	color: #CCCCCC;
	background-color: #171F4E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
	border-width: 0px;
	width: auto;
	/*
	background-image: url('../img/bg_menuitem.gif');
	background-position: left top;
    background-repeat: repeat-x;
    */
}

/* (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
{
	position: absolute;
	top: -111px;
	padding: 0px 7px 9px 0px;
	border-width: 0px;
	margin: 0px 0px 0px 159px;
	background-color: #171F4E;
	width: 321px;
}

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

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

/*[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); */
}

