.ddsmoothmenu{
float:left;
width:555px;
margin:0px 0px 0px 87px;
position:relative;
}

.ddsmoothmenu ul{
list-style:none;
margin:0px;
padding:0px;

}

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

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
cursor:pointer;
outline:none;
text-decoration:none;
height:48px;
}

.ddsmoothmenu ul li a span{
display:none;
}


.ddsmoothmenu li a.home{
background:url(../images/home_but.gif) no-repeat top left;
width:80px;
height:48px;
float:left;
margin-right:2px;

}

.ddsmoothmenu li a.mission{
background:url(../images/ourmission_but.gif) no-repeat top left;
width:116px;
height:48px;
float:left;
margin-right:2px;

}

.ddsmoothmenu li a.dj{
background:url(../images/powerdj_but.gif) no-repeat top left;
width:100px;
height:48px;
float:left;
margin-right:2px;

}

.ddsmoothmenu li a.gallery{
background:url(../images/photogallery_but.gif) no-repeat top left;
width:72px;
height:48px;
float:left;
margin-right:2px;

}

.ddsmoothmenu li a.events{
background:url(../images/events_but.gif) no-repeat top left;
width:78px;
height:48px;
float:left;
margin-right:2px;
}

.ddsmoothmenu li a.contact{
background:url(../images/contactus_but.gif) no-repeat top left;
width:87px;
height:48px;
float:left;
}


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


/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border:1px solid #c68226;
background:#f8bc4d;
width:150px;
font:12px Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
padding:4px 0px 4px 3px;
margin:0px;
display:block;
width:144px;
border-bottom:1px solid #f8a139;
opacity:.60;filter: alpha(opacity=60); -moz-opacity: 0.6;
}

/*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: normal 12px Arial, Helvetica, sans-serif;
padding: 0px 5px;
margin: 0;
border:none;
font-weight:bold;
display:block;
height:auto;
color:#0e0e11;

}

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

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

}

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