/* CSS Document */
#nav {
    display: inline;
    height: 21px;
    float: left;
    list-style: none;
    margin: 15px 0px 0px 35px;
    padding: 0px;
    width: 715px;
    z-index: 20;
}
#aboutUs {
    width: 86px;
    height: 21px;
}
#ministryPrograms {
    width: 152px;
    height: 21px;
}
#ministryServices {
    width: 146px;
    height: 21px;
}
#informationResources {
    width: 191px;
    height: 21px;
}
#eventsCalendar {
    width: 139px;
    height: 21px;
}
ul { margin:0; padding: 0;}
li {margin: 0; padding: 0;}
.topmenuul{
    list-style-type:none;
    margin:0;
    padding:0;
    z-index:20;
}
.topmenuli{
    list-style-type:none;
    float:left;
    font: 11pt arial;
    color: #653E25;
    font-weight: bold;
    text-decoration: none;
    z-index:20;
}
.topmenuli a{
    font: 11pt arial;
    color: #653E25;
    font-weight: bold;
    text-decoration: none;
}
.topmenuli a:hover{
    color: #DF6C08;
}
.topmenutitle{
    display:block;
}
.submenuul{
    list-style-type:none;
    position:absolute;
    margin-left:-13px;
    margin-top:-1px;
    margin-bottom: 30px;
    padding-bottom:0px;
    padding-top:10px;
    display:none;
    width:151px;
    z-index:20;
}
.submenuli a{
    display:block;
}
.submenuliInfo a{
    margin: 0px 0px 0px 0px;
    display:block;
    width: 141px;
    background-image: url(/css/css_images/menubg.gif);
    background-repeat: repeat-y;
    color: #DF6C08;
    padding: 4px 0px 4px 10px;
    font-family: Arial,Verdana,  Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}
.submenuliInfo a:hover {
    color: #FFFFFF;
    background-image: url(/css/css_images/home_menubgHover.gif);
    background-repeat: repeat-y;
    width:141px;    
}
.submenuliImage {
    width:151px;
    padding: 3px 0px 0px 0px;
    margin:-15px 0px -3px 0px;
    height:2px;
    float:left;
}
.submenuliBottom {
    margin-top:-1px;
}
li:hover ul , li.over ul{ /* lists nested under hovered list items */
    display: block;
}
#dmenu li>ul { 
    top: auto;
    left: auto;
}
#content {
    clear: left;
}