.ddsmoothmenu{
 /*border-bottom: 1px solid black;
padding-left: 15px;offset of tabs relative to browser left edge*/
background:url(menu-bg.png) repeat-x top left;
height:47px;
padding-bottom:4px;
float:left;
}

.ddsmoothmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background: rgb(136, 140, 34) none repeat scroll 0% 0% !important;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
background:url(bar.gif) no-repeat right 4px;
padding:20px 10px 16px 8px;

}

.change-text{ font-size:12px; color:#FFFFFF; text-transform:uppercase;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/*background: #414141; background of menu items (default state)*/
padding:0px 0px 0px 0px;
 font-size:12px; color:#FFFFFF; text-transform:uppercase;
text-decoration: none; 
}

.ddsmoothmenu ul li.none{
background:none;
padding-right:1px;
}

.ddsmoothmenu ul li.pad{
padding-left:2px;
}

* 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: white;
}

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

.ddsmoothmenu ul li a:hover{
 /*background: black;background of menu items during onmouseover (hover state)*/
 color:#FFFA70;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width:160px;
padding-bottom:5px;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background:url(dot.gif) no-repeat 7px 10px; padding:0px;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
left:0;
background-image:url(round-bg.png);
background-repeat:no-repeat;
width:160px;
padding-top:10px;
padding-bottom:14px;
}

/*.ddsmoothmenu ul li ul li ul div.last{
background-image:url(submenu-bottom3.png);
background-repeat:no-repeat;
position:left top;
}*/

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family:"Trebuchet MS"; font-size:11px; color:#FFFFFF; text-transform:uppercase; font-weight:normal;
width: 140px; /*width of sub menus*/
padding:6px 5px 5px 15px;
margin: 0;
border-top-width: 0;
/*border-bottom: 1px solid gray;
*/background:url(botm-bar.gif) no-repeat 4px bottom;
word-wrap:nowrap;
}

.ddsmoothmenu ul li ul li a.none{
background:none;
}

.ddsmoothmenu ul li ul li a:hover{ /*sub menus hover style*/
/*background: #eff9ff;
color: black;*/
background:url(hover-bg1.gif) no-repeat 3px top; color:#FFFFFF;

}

.ddsmoothmenu ul li ul li .ch a:hover{ /*sub menus hover style*/
/*background: #eff9ff;
color: black;*/
background:url(hover-bg3.gif) no-repeat 3px top; color:#FFFFFF;

}

/* 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:5px;
visibility:hidden;
}

.rightarrowclass{
position: absolute;
top: 6px;
right:5px;
visibility:hidden;
}

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

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
/*background: silver;
*/}

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

.ddsmoothmenu ul li a.home, a.home_a{
	display:block;
	float:left;
	width:65px;
	height:11px;
	background: url("about-us.gif");
	background-repeat:no-repeat;
	background-position:top left;
}
.ddsmoothmenu ul li a.home:hover, a.home.active{

	background: url("about-us.gif") 0 100%;
}
.ddsmoothmenu ul li a.home_a{

	background: url("about-us.gif") 0 0px;
}

.ddsmoothmenu ul li a.home.selected{	background: url("about-us.gif") 0 100%;
}

.ddsmoothmenu ul li a.pro, a.pro_a{
	display:block;
	float:left;
	width:68px;
	height:11px;
	background: url("products.gif");
	background-repeat:no-repeat;
	background-position:top left;
}
.ddsmoothmenu ul li a.pro:hover, a.pro.active{

	background: url("products.gif") 0 100%;
}
.ddsmoothmenu ul li a.pro_a{

	background: url("products.gif") 0 0px;
}

.ddsmoothmenu ul li a.pro.selected{	background: url("products.gif") 0 100%;
}


.ddsmoothmenu ul li a.upd, a.upd_a{
	display:block;
	float:left;
	width:116px;
	height:11px;
	background: url("mawana-upadtes.gif");
	background-repeat:no-repeat;
	background-position:top left;
}
.ddsmoothmenu ul li a.upd:hover, a.upd.active{

	background: url("mawana-upadtes.gif") 0 100%;
}
.ddsmoothmenu ul li a.upd_a{

	background: url("mawana-upadtes.gif") 0 0px;
}

.ddsmoothmenu ul li a.upd.selected{	background: url("mawana-upadtes.gif") 0 100%;
}


.ddsmoothmenu ul li a.invest, a.invest_a{
	display:block;
	float:left;
	width:67px;
	height:11px;
	background: url("investors.gif");
	background-repeat:no-repeat;
	background-position:top left;
}
.ddsmoothmenu ul li a.invest:hover, a.invest.active{

	background: url("investors.gif") 0 100%;
}
.ddsmoothmenu ul li a.invest_a{

	background: url("investors.gif") 0 0px;
}

.ddsmoothmenu ul li a.invest.selected{	background: url("investors.gif") 0 100%;
}





.ddsmoothmenu ul li a.recipes, a.recipes_a{
	display:block;
	float:left;
	width:47px;
	height:11px;
	background: url("recipes.gif");
	background-repeat:no-repeat;
	background-position:top left;
}
.ddsmoothmenu ul li a.recipes:hover, a.recipes.active{

	background: url("recipes.gif") 0 100%;
}
.ddsmoothmenu ul li a.recipes_a{

	background: url("recipes.gif") 0 0px;
}

.ddsmoothmenu ul li a.recipes.selected{	background: url("recipes.gif") 0 100%;
}





.ddsmoothmenu ul li a.sugar, a.sugar_a{
	display:block;
	float:left;
	width:91px;
	height:11px;
	background: url("sugar-world.gif");
	background-repeat:no-repeat;
	background-position:top left;
}
.ddsmoothmenu ul li a.sugar:hover, a.sugar.active{

	background: url("sugar-world.gif") 0 100%;
}
.ddsmoothmenu ul li a.sugar_a{

	background: url("sugar-world.gif") 0 0px;
}

.ddsmoothmenu ul li a.sugar.selected{	background: url("sugar-world.gif") 0 100%;
}



.ddsmoothmenu ul li a.career, a.career_a{
	display:block;
	float:left;
	width:54px;
	height:11px;
	background: url("careers.gif");
	background-repeat:no-repeat;
	background-position:top left;
}
.ddsmoothmenu ul li a.career:hover, a.career.active{

	background: url("careers.gif") 0 100%;
}
.ddsmoothmenu ul li a.career_a{

	background: url("careers.gif") 0 0px;
}

.ddsmoothmenu ul li a.career.selected{	background: url("careers.gif") 0 100%;
}


.ddsmoothmenu ul li ul .bg{ /*sub menus hover style*/
/*background: #eff9ff;
color: black;*/
background: url("round-bg3.png") no-repeat scroll left top ; padding-bottom: 17px;
}



.ddsmoothmenu ul li ul .bg1{ /*sub menus hover style*/
/*background: #eff9ff;
color: black;*/
background: url("round-bg4.png") no-repeat scroll left top ; padding-bottom: 17px;
}


	