/* CSS Document */

/* CSS Hauptmenu Oben */

/* Gospel-Menu */

.gospelmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.gospelmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.gospelmenu a:link{
	color: #FFFFFF;
}
.gospelmenu a:hover{
	color: #E2E2E2;
}
.gospelmenu a:active{
	color: #FFFFFF;
}
.gospelmenu a:focus{
	color: #FFFFFF;
}
.gospelmenu a:visited{
	color: #FFFFFF;
}
.gospelmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.gospelmenu ul li{
position: relative;
display: inline;
float: left;
background-color: #DF090E; /*overall menu background color*/
background: url(img/topmenu_no.jpg);
background-position:0px 0px;
}

/*Top level menu link items style*/
.gospelmenu ul li a{
display: block;
width: 123px;  /*Width of top level menu link items*/
height: 20px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
font-weight: bold;
vertical-align: middle;
}
	
/*1st sub level menu*/
.gospelmenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.gospelmenu ul li ul li{
background: url(img/topmenu_2l_no.jpg);
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.gospelmenu ul li ul li ul{ 
left: 200px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.gospelmenu ul li ul li a{
display: block;
width: 200px; /*width of sub menu levels*/
height: 20px;
text-decoration: none;
font-weight: bold;
border: 0px solid black;
text-align: left;
padding-left: 5px;
}

.gospelmenu ul li a:hover{
background: url(img/topmenu_ro.jpg) no-repeat center right;
background-position:0px 0px;
}

/*Background image for top level menu list links #F3F3F3*/
.gospelmenu .mainfoldericon{
background: url(img/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links #F3F3F3*/
.gospelmenu .subfoldericon{
background: url(img/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .gospelmenu ul li { float: left; height: 100%; }
* html .gospelmenu ul li a { height: 100%; }
/* End */

ul.submenu {
padding-left: 15px;
padding-right: 10px;
margin:0;
list-style-image:url(img/submenu_icon.gif);
}

li.submenu a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
line-height:15px;
}
li.submenu a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #999999;
line-height:15px;
}

ul.submenuact {
padding-left: 15px;
padding-right: 10px;
margin:0;
list-style-image:url(img/submenu_icon_act.gif);
}

li.submenuact a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
line-height:15px;
}
li.submenuact a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #999999;
line-height:15px;
}


ul.submenu2 {
padding-left: 15px;
padding-right: 10px;
margin:0;
list-style-image:url(img/submenu_icon_2l.gif);
}

li.submenu2 a {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000000;
line-height:11px;
}
li.submenu2 a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #999999;
line-height:11px;
}

ul.submenuact2 {
padding-left: 15px;
padding-right: 10px;
margin:0;
list-style-image:url(img/submenu_icon_2l_act.gif);
}

li.submenuact2 a {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000000;
line-height:11px;
}
li.submenuact2 a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #999999;
line-height:11px;
}