/* ================================================================ 
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/drop_examples.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.
=================================================================== */
/* commom style for all browsers */
.container {
text-align:center; background:#eee url(menu.gif); border:1px solid #8B4513; border-width:5px 1px 1px 1px; height:30px;
margin:0 0 10px 0;
}
.menu {
text-align:center; font-family: verdana, sans-serif; position:relative; font-size:0.85em; background:transparent; width:1000px; height:30px; margin:0 auto; padding-left:70px;
}
.menu ul {
padding:0; margin:0; list-style-type: none;  
}
.menu ul li {
float:left; position:relative;  
}
.menu ul li.home {background:transparent url("house.png") no-repeat 10% 50%;}
.menu ul li.sunday_classes {background:transparent url("bell.png") no-repeat 10% 50%;}
.menu ul li.activities {background:transparent url("group.png") no-repeat 10% 50%;}
.menu ul li.children {background:transparent url("user.png") no-repeat 10% 50%;}
.menu ul li.music {background:transparent url("music.png") no-repeat 10% 50%;}
.menu ul li.about_us {background:transparent url(stainglass.png) no-repeat 10% 50%;}
.menu ul li.forms {background:transparent url(page_white_horizontal.png) no-repeat 10% 50%;}
.menu ul li.links {background:transparent url(book.png) no-repeat 10% 50%;}
.menu ul li.subsub {background:#eee;}
.menu ul li.subsubr {background:#eee url(previous.gif) no-repeat 145px 0;}

.menu ul li a, .menu ul li a:visited {
display:block; text-decoration:none; width:100px; height:30px; color:#000; padding-left:30px; line-height:29px;
}
* html .menu ul li a, .menu ul li a:visited {
width:100px; width:100px;
}

.menu ul li ul {
visibility:hidden; position:absolute; top:0; left:0; height:0; overflow:hidden;
}
.menu table {
margin:-1px; border-collapse:collapse; font-size:1em;
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu ul li:hover a,
.menu ul li a:hover {
color:#c00; text-decoration:underline; border:0;
}
.menu ul li:hover ul,
.menu ul li a:hover ul {
visibility:visible; width:170px; height:auto; position:absolute; top:30px; left:-1px; background:#fff; border:1px solid #8B4513; overflow:visible;
}
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; background:transparent; text-decoration:none; color:#c00; height:auto; line-height:1.5em; padding:5px 10px 5px 35px; width:150px; width:125px;
}
.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
display:block; color:#000; height:auto; line-height:1.5em; padding:5px 10px 5px 35px; width:170px; width:125px;
}
.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:0; height:0; overflow:hidden;
}
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
color:#00f; text-decoration:underline;
}
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0; color:#000; left:170px; height:auto; border-width:5px 5px 5px 0px; border-color:#8B4513;
}
.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-166px;
}
.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {
display:block; color:#00f; height:auto; line-height:1.5em; padding:5px 0px 4px 5px; width:170px; 
}
* html .menu ul li a:hover ul li a:hover ul li a {padding:5px 0px 4px 5px;}

.menu ul li:hover ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover ul li a:hover {
color:#000; text-decoration:underline;
}
