.ddsmoothmenu{
float:right;
height:28px;
font-size: 12px;
line-height:normal;

margin-top:1px;



}

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

padding:0;
 /*Left offset of entire tab menu relative to page*/

}

.ddsmoothmenu li{
display:inline;
margin:0;
padding:0;

}

.ddsmoothmenu a{
float:left;
background:url(media/glowtab-left.png) no-repeat;
margin:0;
margin-right:2px; /*spacing between each tab*/
padding:0;
padding-left:8px;
text-decoration:none;
letter-spacing:1px;
}

.ddsmoothmenu a span{
float:left;
display:block;
background:url(media/glowtab.png) no-repeat right top;
padding: 10px 6px 4px 0px;
 

color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.ddsmoothmenu a span {float:none;}
/* End IE5-Mac hack */

.ddsmoothmenu a:hover span {
color: #fff;
}

#HomePage #Home .ddsmoothmenu li.selected a{ /*Selected Tab style
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
float:left;
background:url(media/Left-GlowTab-over.png) no-repeat;
margin:0;
margin-right: 2px; /*spacing between each tab*/
padding:0;
padding-left:8px;
text-decoration:none;

}

.ddsmoothmenu li.selected a span{ /*Selected Tab style*/
float:left;
display:block;
background:url(media/GlowTab-over.png) no-repeat right top;
padding: 10px 6px 4px 0px;

color:#fff;
}

.ddsmoothmenu a:hover, .ddsmoothmenu li.selected a:hover{ /*onMouseover style
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
float:left;
background:url(media/Left-GlowTab-over.png) no-repeat;
margin:0;
margin-right: 2px; /*spacing between each tab*/
padding:0;
padding-left:8px;
text-decoration:none;
}

.ddsmoothmenu a:hover span, .ddsmoothmenu li.selected a:hover span{ /*onMouseover style
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
float:left;
display:block;
background:url(media/GlowTab-over.png) no-repeat right top;
padding: 10px 6px 4px 0px;

color: #fff ;
}

#HomePage #Home a,
#AboutPage #About a,
#ServicesPage #Services a,
#SpecialsPage #Specials a,
#BlogPage #Blog a,
#ContactPage #Contact a
{ /*onMouseover style
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
float:left;
background:url(media/Left-GlowTab-over.png) no-repeat;
margin:0;
margin-right: 2px; /*spacing between each tab*/
padding:0;
padding-left:8px;
text-decoration:none;
}
#HomePage #Home a span,
#AboutPage #About a span,
#ServicesPage #Services a span,
#SpecialsPage #Specials a span,
#BlogPage #Blog a span,
#ContactPage #Contact a span
{ /*onMouseover style
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
float:left;
display:block;
background:url(media/GlowTab-over.png) no-repeat right top;
padding: 10px 6px 4px 0px;

color: #fff ;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px solid #97C821; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter:alpha(opacity=92);   
	-moz-opacity: .92;    
   	opacity: .92; 
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #97C821; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
font-weight:bold;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #E5ECC3;
color:#97C821;
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;
color:#004333;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
height:27px;
color:#004333;


}

/*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-size:11px;
height:21px;
background: #FFFFFF url(images/trs.png) repeat;
color:#004333;
filter:alpha(opacity=70);   
	-moz-opacity: 0.7;    
   	opacity: 0.7;
 
width:98px; /*width of sub menus*/

margin: 0;
border-top-width: 0;
border-right: 1px solid #FFFFFF ;
}
.ddsmoothmenu ul li ul li  a span:hover {background: #FFFFFF url(images/trs.png) repeat;

filter:alpha(opacity=70);   
	-moz-opacity: 0.7;    
   	opacity: 0.7; color:#004333;
	
}
/* ######### 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;
}


<!-- end top navigation rules -->