.ddsmoothmenu{
font: bold 12px Verdana;
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: none; /*background of menu items (default state)*/
padding: 0px;
color: #a47950;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #a47950;
font-weight: bold;
}

.ddsmoothmenu ul li a:hover{
background: none; /*background of menu items during onmouseover (hover state)*/
color: #525456;
font-weight: bold;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */

.sub{ background:url(../images/submenu.png) no-repeat bottom; text-transform: uppercase;}
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 270px; /*width of sub menus*/
padding: 5px;
margin: 5px;
border-top-width: 0;
border-bottom: 1px solid #ededed;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}


/* ============= Navigation Start =============== */

.navigation{
	height:46px;
	background:url(../images/home-nav-bg1.gif) no-repeat;
	margin-left:1px;
	
}

.navigation ul, li{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

.navigation li a{ display:block;}
.navigation span{ text-indent:-90000px; display: block}


.navigation li a.DISCERNMENT{
	list-style:none;
	/*background:url(../images/DISCERNMENT.jpg) no-repeat;*/
	background:url(../images/DISCERNMENT1.jpg) no-repeat;
	height:46px;
	/*width:146px;*/
	width:123px;
}

.navigation li a:hover.DISCERNMENT{
	list-style:none;
	/*background:url(../images/DISCERNMENT-hover.jpg) no-repeat;*/
	background:url(../images/DISCERNMENT1-hover.jpg) no-repeat;
	height:46px;
	/*width:146px;*/
	width:123px;
}

.navigation li a.THERELIGIOUS{
	list-style:none;
	background:url(../images/THERELIGIOUS.jpg) no-repeat;
	height:46px;
	width:140px;
}

.navigation li a:hover.THERELIGIOUS{
	list-style:none;
	background:url(../images/THERELIGIOUS-hover.jpg) no-repeat;
	height:46px;
	width:140px;
}

.navigation li a.PRIESTHOOD{
	list-style:none;
	/*background:url(../images/PRIESTHOOD.jpg) no-repeat;*/
	background:url(../images/PRIESTHOOD1.jpg) no-repeat;
	height:46px;
	/*width:140px;*/
	width:116px;
}

.navigation li a:hover.PRIESTHOOD{
	list-style:none;
	/*background:url(../images/PRIESTHOOD-hover.jpg) no-repeat;*/
	background:url(../images/PRIESTHOOD1-hover.jpg) no-repeat;
	height:46px;
	/*width:140px;*/
	width:116px;
}

.navigation li a.REQUIREMENTS{
	list-style:none;
	background:url(../images/REQUIREMENTS.jpg) no-repeat;
	height:46px;
	width:170px;
}

.navigation li a:hover.REQUIREMENTS{
	list-style:none;
	background:url(../images/REQUIREMENTS-hover.jpg) no-repeat;
	height:46px;
	width:170px;
}

.navigation li a.RESOURCES{
	list-style:none;
	/*background:url(../images/RESOURCES.jpg) no-repeat;*/
	background:url(../images/RESOURCES1.jpg) no-repeat;
	height:46px;
	/*width:140px;*/
	width:111px;
}

.navigation li a:hover.RESOURCES{
	list-style:none;
	/*background:url(../images/RESOURCES-hover.jpg) no-repeat;*/
	background:url(../images/RESOURCES1-hover.jpg) no-repeat;
	height:46px;
	/*width:140px;*/
	width:111px;
}

.navigation li a.FAQS{
	list-style:none;
	/*background:url(../images/FAQS.jpg) no-repeat;*/
	background:url(../images/FAQS1.jpg) no-repeat;
	height:46px;
	/*width:110px;*/
	width:68px;
}

.navigation li a:hover.FAQS{
	list-style:none;
	/*background:url(../images/FAQS-hover.jpg) no-repeat;*/
	background:url(../images/FAQS1-hover.jpg) no-repeat;
	height:46px;
	/*width:110px;*/
	width:68px;
}

.navigation li a.EVENTS{
	list-style:none;
	background:url(../images/EVENTS.jpg) no-repeat;
	height:46px;
	width:133px;
}

.navigation li a:hover.EVENTS{
	list-style:none;
	background:url(../images/EVENTS-hover.jpg) no-repeat;
	height:46px;
	width:133px;
}

/* New added */
.navigation li a.GALLERY{
	list-style:none;
	background:url(../images/GALLERY.jpg) no-repeat;
	height:46px;
	width:118px;
}

.navigation li a:hover.GALLERY{
	list-style:none;
	background:url(../images/GALLERY-hover.jpg) no-repeat;
	height:46px;
	width:118px;
}

/* ============= Navigation End =============== */