/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/artists_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
/* set up the overall width of the menu div, the font and the margins */

/* with text */

a#item0t {background-position:top; z-index:50; color:#ffffff; font-size:18px; padding:22px 0 0 5px; width:190px; }
a#item1t {background-position:top; z-index:50; color:#009966; font-size:18px; padding:22px 0 0 5px; width:190px;}
a#item2t {background-position:top; z-index:50; color:#8FFC91; font-size:18px; padding:22px 0 0 5px; width:190px;}
a#item3t {background-position:top; z-index:50; color:#FF3399; font-size:18px; padding:22px 0 0 5px; width:190px;}
a#item4t {background-position:top; z-index:50; color:#CCCC00; font-size:18px; padding:22px 0 0 5px; width:190px;}
a#item5t {background-position:top; z-index:50; color:#009933; font-size:18px; padding:22px 0 0 5px; width:190px;}
a#item6t {background-position:top; z-index:50; color:#99FFFF; font-size:18px; padding:22px 0 0 5px; width:190px;}
a#item7t {background-position:top; z-index:50; color:#C38E0C; font-size:18px; padding:22px 0 0 5px; width:190px;}

a#item0t:hover {background-position:top right; z-index:50; color:#ffffff; font-size:18px;}
a#item1t:hover {background-position:top right; z-index:50; color:#009966; font-size:18px;}
a#item2t:hover {background-position:top right; z-index:50; color:#8FFC91; font-size:18px;}
a#item3t:hover {background-position:top right; z-index:50; color:#FF3399; font-size:18px;}
a#item4t:hover {background-position:top right; z-index:50; color:#CCCC00; font-size:18px;}
a#item5t:hover {background-position:top right; z-index:50; color:#009933; font-size:18px;}
a#item6t:hover {background-position:top right; z-index:50; color:#99FFFF; font-size:18px;}
a#item7t:hover {background-position:top right; z-index:50; color:#C38E0C; font-size:18px;}

.menu {
font-family:"Times New Roman", Times, serif;
width:850px; 
margin:0; 
position:relative;
z-index:100;
background:#fff url(../images/bg1.jpg) repeat-x;
height:50px;
}

.menu ul li a.3{color:#FF0000; font-size:36px}


/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;

}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 150px wide by 30px high. Set the color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:120px; 
height:25px; 
color:#FFF; 
line-height:20px; 
font-size:12px;
}
/* set up the background images relative to this css file */


/* make the dropdown ul invisible */
.menu ul li ul {
visibility:hidden;
position:absolute;
margin-top:3px;
font-family:Arial, Helvetica, sans-serif;
margin-left:40px;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color: #FFFF00; 
}
.menu ul li:hover a span {
display:none;
}

/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
visibility:visible; 
top:53px; 
left:0; 
width:120px;
}

.menu ul li:hover ul.worship_pad {
visibility:visible; 
top:43px;  
width:100px;
}

.menu ul li:hover ul.worship {
visibility:visible; 
top:43px; 
left:-25px; 
width:100px;
}

.menu ul li:hover ul.about {
visibility:visible; 
top:43px; 
left:-40px; 
width:100px;
}
.menu ul li:hover ul.publications {
visibility:visible; 
top:43px; 
left:-25px; 
width:100px;
}
.menu ul li:hover ul.activities1 {
visibility:visible; 
top:43px; 
left:3px; 
width:100px;
}


/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block;
background:url(../images/nav_pad.png) repeat-y;
font-weight:bold;
color:#FFFFFF; 

}

.menu ul li:hover ul li a:hover {
background:#000;
font-weight:bold;
color:#FFFF00;
}


/* style the hidden span text */
.menu ul li:hover ul li a span {
display:none;
position:absolute;
left:150px; top:0;
background:#ccc;
border-bottom:1px solid #000;
width:130px;
}
/* style the first letter of the span text */
.menu ul li:hover ul li a span:first-letter {
font-weight:bold;
font-size:1.2em;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li:hover {
background:#666666; 
color:#fff;
position:relative;

}
/* make the span text visible */
.menu ul li:hover ul li:hover span {
display:block;
text-align:left;
line-height:1.5em;
}
/* position the span text on the left of the last menu item */
.menu ul li:hover ul.left li:hover span {
left:-150px;
}