.ddsmoothmenu{
	float:left;
	background:url(/images/navigation-backing-pastime-tournaments-baseball-softball-showcase-teams-national-high-school-recruits-prospect-finishline.png) center center no-repeat;
	width:900px;
	margin:0 0 10px;
}

.ddsmoothmenu ul{
	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{
	margin:0;
	position:relative;
	width:110px;
	line-height:40px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	letter-spacing: -1px;
}

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

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

.ddsmoothmenu ul li a:hover{
	color: #FFF;
	background:url(/images/navigation-hover-pastime-tournaments-baseball-softball-showcase-teams-national-high-school-recruits-prospect-finishline.png) center center no-repeat;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	top:0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width:110px;
	background:none;
	border:none;
}

/*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 */
.ddsmoothmenu ul li ul li a{
	font-weight:bold;
	display:block;
	line-height:25px;
	color: #663413;
	width:110px;
	padding: 0;
	margin: 0;
	background:url(/images/navigation-sub-pastime-tournaments-baseball-softball-showcase-teams-national-high-school-recruits-prospect-finishline.png) center center no-repeat;
	float:left;
}

.ddsmoothmenu ul li ul li a:hover{
	background:#fde3c2 url(/images/navigation-hover-sub-pastime-tournaments-baseball-softball-showcase-teams-national-high-school-recruits-prospect-finishline.png) center center no-repeat;
	color:#663413;
}

#menuChildrenTop {
	background:url(/images/navigation-sub-pastime-tournaments-baseball-softball-showcase-teams-national-high-school-recruits-prospect-finishline.png) center top no-repeat;
	width:110px;
	float:left;
	height:5px;
}

#menuChildrenBottom {
	background:url(/images/navigation-sub-pastime-tournaments-baseball-softball-showcase-teams-national-high-school-recruits-prospect-finishline.png) center bottom no-repeat;
	width:110px;
	float:left;
	height:5px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


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

.downarrowclass{
}

.rightarrowclass{
}

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

.ddshadow{
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
}
