.ddsmoothmenu{
font: bold 12px Verdana;
width:779px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
clear:both;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
padding:0px; margin:0px;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: #044937;

}

* 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{
color: #044937;
}

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

.ddsmoothmenu ul li a:hover{
color:#00ac50;
cursor:pointer;
}
	
/*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 #709102;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: block;
float: none;
background:url(../images/dropdown-li-bg.jpg) no-repeat scroll center bottom #fff;
}

/*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-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
width: 160px;
padding:8px 5px 8px 15px;
margin: 0;
border-top-width: 0;
text-decoration:none;
display:block;
}

.ddsmoothmenu ul li ul li a:hover{ background:url(../images/dropdown-li--hover-bg.jpg) no-repeat scroll center bottom #fff;}


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


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


/* ######### 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;
}



/*Navigation----------------------------------------------------------------------------Start*/
.ddsmoothmenu li.home, .ddsmoothmenu li a.home{
	width:76px;
	height:52px;
	background:url(../images/navigation.jpg) no-repeat left top;
	text-indent:-90000px;
}
.ddsmoothmenu li a.home:hover{
	background:url(../images/navigation.jpg) no-repeat left bottom;
}
.ddsmoothmenu li.home-visible, .ddsmoothmenu li a.home-visible{
	width:76px;
	height:52px;
	background:url(../images/navigation.jpg) no-repeat left bottom;
}
.ddsmoothmenu li.about{
	background:url(../images/navigation.jpg) no-repeat -75px top;
	width:110px;
}
 .ddsmoothmenu li a.about{height:52px;	text-indent:-90000px;
}

.ddsmoothmenu li a.about:hover{
	background:url(../images/navigation.jpg) no-repeat -75px -52px;
}
.ddsmoothmenu li.product, .ddsmoothmenu li a.product{
	width:98px;
	height:52px;
	background:url(../images/navigation.jpg) no-repeat -185px top;
	text-indent:-90000px;
}
.ddsmoothmenu li a.product:hover{
	background:url(../images/navigation.jpg) no-repeat -185px -52px;
}
.ddsmoothmenu li.product, .ddsmoothmenu li a.product-visible{
	width:98px;
	height:52px;
	background:url(../images/navigation.jpg) no-repeat -185px -52px;
}
.ddsmoothmenu li.buyonline, .ddsmoothmenu li.buyonline a{
	width:114px;
	height:52px;
	background:url(../images/navigation.jpg) no-repeat -283px top;
	text-indent:-90000px;
}
.ddsmoothmenu li.buyonline a:hover{
	background:url(../images/navigation.jpg) no-repeat -283px -52px;
}
.ddsmoothmenu li.global{
	width:147px;
	background:url(../images/navigation.jpg) no-repeat -397px top;
}
 .ddsmoothmenu a.global{height:52px;text-indent:-90000px;}
 
.ddsmoothmenu a:hover.global{
	background:url(../images/navigation.jpg) no-repeat -397px -52px;
}
.ddsmoothmenu li.media{
	width:78px;
	background:url(../images/navigation.jpg) no-repeat -544px top;
}
 .ddsmoothmenu li a.media{	text-indent:-90000px;	height:52px;}
.ddsmoothmenu li a:hover.media{
	background:url(../images/navigation.jpg) no-repeat -544px -52px;
}
.ddsmoothmenu li.yoga, .ddsmoothmenu li.yoga a{
	width:156px;
	height:52px;
	background:url(../images/navigation.jpg) no-repeat -622px top;
	text-indent:-90000px;
}
.ddsmoothmenu li.yoga a:hover{
	background:url(../images/navigation.jpg) no-repeat -622px -52px;
}

/*Navigation----------------------------------------------------------------------------End*/



