.ddsmoothmenu{
	width: 100%;
	background: #fff url(/images/stadiumastro/MenuBg.jpg) repeat-x;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height: 30px;
}

.ddsmoothmenu ul{
/*z-index:100;*/
margin: 0;
padding: 0px;
list-style-type: none;
text-align: left;
list-style: none;
width: 100%;
height: 30px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-image:url(/images/stadiumastro/MenuBg.jpg);
	list-style: none;
	height: 30px;
	width: auto;
}

*html body .ddsmoothmenu ul li{
	left: -20px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background-image:url(/images/stadiumastro/MenuBg.jpg);
color: white;
padding: 7px 35px;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}

*html body .ddsmoothmenu ul li a {
	font-size: 12px !important;
	font-weight: bold !important;
}

* 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{
text-decoration: none;
color:#FFF;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
text-decoration: none;
color:#FFF;
}

.ddsmoothmenu ul li a:hover{
background-image:url(/images/stadiumastro/MenuBgRed.jpg); /*background of menu items during onmouseover (hover state)*/
}

.ddsmoothmenu ul li a.selectedx{
background-image:url(/images/stadiumastro/MenuBgRed.jpg); /*background of menu items during onmouseover (hover state)*/
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
width: 200px;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
height:17px;
margin-left: 42px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
width: 200px;
display: list-item;
float: none;
height:17px;
}

*html body .ddsmoothmenu ul li ul li{
	margin: 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	width: 200px;
	top: 0;
	height:17px;
	margin-left: 30px;
}

*html body .ddsmoothmenu ul li ul li ul {
	margin: 0px 0px 0px 20px;
	padding: 0;
}

*html body .ddsmoothmenu ul li ul li ul li {
	visibility: hidden;
	z-index: -10;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 200px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 10px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 7px;
right:-5px;
}

*html body .rightarrowclass{
	position: static;
	float: right;
	margin: -10px 0px 0px 0px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}
.ddsmoothmenuHighlight{
background-image:url(/images/stadiumastro/MenuBgRed.jpg); /*background of menu items during onmouseover (hover state)*/
}

/*Other Nav*/

