.ddsmoothmenu{
font-size:16px;
font-family:Arial, Verdana, Sans-Serif;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0px;
padding: 0px;
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;
padding: 14px 0px 0px 0px;
color: #FFFFFF;
text-decoration: none;
margin-left:2px; margin-right:2px;
}

* 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{
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #FFFFFF;
}

.ddsmoothmenu ul li a:hover{
color: #FFFFFF;
}

.ddsmoothmenu ul li ul a:hover{
color: #333333;
background-color:#a5caf4;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
color: #333333;
position: absolute;
left: 0px;
display: none; /*collapse all sub menus to begin with*/
opacity: 0.9;
padding-top:4px;
}

/*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: 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font: Normal 12px Arial, Verdana, Sans-Serif;
	width: 130px; /*width of sub menus*/
	padding-top: 4px; padding-bottom: 4px; padding-left: 5px; padding-right: 5px;
	margin-left:2px;
	margin-right:2px;
	background-color:#FFFFFF;
	margin-bottom:0px;
	color:#333333;
	text-transform: lowercase;
	border: 1px solid #333333;
}


/* ######### 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: 0px;
top: 0px;
width: 0px;
height: 0px;
background: silver;
}

/*-------------Current Page Marker------------------*/

body#new a#new,
body#next a#next,
body#purposes a#purposes,
body#beginnings a#beginnings,
body#sunday a#sunday,
body#people a#people,
body#groups a#groups,
body#kids a#kids,
body#students a#students,
body#outreach a#outreach,
body#teaching a#teaching
{
	background: #4b79ad; color:#FFFFFF;
}
