.ddsmoothmenu{

float:left; 
min-width:200px; 
position:absolute; 
height:30px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

.ddsmoothmenu ul li a{
display: block;
color: #524300;
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;
font-weight:bold;
padding: 7px 9px 7px 9px;
margin:0 1px 0 0;
text-decoration: none;
background:url(../images/menu_bg.gif) repeat-x left top;
/*text-transform:capitalize;*/
}

* html .ddsmoothmenu ul li a{ 
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #645200;
}

.ddsmoothmenu ul li a.selected{
color: #645200;
background:url(../images/menu_bg2.gif) repeat-x left top;
}

.ddsmoothmenu ul li a:hover{
background:url(../images/menu_bg2.gif) repeat-x left top;
}

.ddsmoothmenu ul li a.mnuAbout{ padding: 7px 11px 7px 12px; background:url(../images/bgmnufirst.gif) no-repeat left top; }
.ddsmoothmenu ul li a.mnuAbout:hover, .ddsmoothmenu ul li a.mnuAbout.selected{ background:url(../images/bgmnufirst2.gif) no-repeat left top; }

.ddsmoothmenu ul li a.mnuExperts{ padding: 7px 11px 7px 12px; background:url(../images/bgmnulast.gif) no-repeat right top; }
.ddsmoothmenu ul li a.mnuExperts:hover{ background:url(../images/bgmnulast2.gif) no-repeat right top; }

.ddsmoothmenu ul li a.mnuProducts{}
.ddsmoothmenu ul li a.mnuAyurveda{}
.ddsmoothmenu ul li a.mnuMedia{}
.ddsmoothmenu ul li a.mnuJoin{}
.ddsmoothmenu ul li a.mnuConsumer{}

#pgAbout .ddsmoothmenu ul li a.mnuAbout{ background:url(../images/bgmnufirst2.gif) no-repeat left top;}
#pgProducts .ddsmoothmenu ul li a.mnuProducts, 
#pgAyurveda .ddsmoothmenu ul li a.mnuAyurveda, 
#pgMedia .ddsmoothmenu ul li a.mnuMedia, 
#pgJoin .ddsmoothmenu ul li a.mnuJoin, 
#pgConsumer .ddsmoothmenu ul li a.mnuConsumer{ background:url(../images/menu_bg2.gif) repeat-x left top;}
#pgExperts .ddsmoothmenu ul li a.mnuExperts{ background:url(../images/bgmnulast2.gif) no-repeat right top; }

.ddsmoothmenu ul li ul{ position: absolute; left: 0; margin:2px 0 0 0; display: none;  visibility: hidden; background:none;}

.ddsmoothmenu ul li ul li{ display: list-item; float: none; padding:0 10px; background-color:#d78a18; }
.ddsmoothmenu ul li ul li.submnuTop{ background:url(../images/submneutop.gif) no-repeat left top; padding:0; width:174px; height:12px;}
.ddsmoothmenu ul li ul li.submnuBottom{ background:url(../images/submneubottom.gif) no-repeat left bottom; padding:0; width:174px; height:12px;}

.ddsmoothmenu ul li ul li ul{ top: 0;}

.ddsmoothmenu ul li ul li a{
background-image:none;
background-color:#d78a18;
font-family:Arial, Helvetica, sans-serif;
color:#645200;
font-size:12px;
padding: 4px 3px;
font-weight:normal;
border-bottom: 1px solid #9d6e0c;
/*text-transform:capitalize;*/
}

.ddsmoothmenu ul li ul li a.lastsubmnu{ border-bottom:none;}

.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected{
background-image:none;
background-color:#d78a18;
color:#ffdc92;

}

* html .ddsmoothmenu{height: 1%;} 

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.ddshadow{ 
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
/*background:#CCCCCC;*/
}

.toplevelshadow{ 
/*opacity: 0.2;*/
}