.ddsmoothmenu{ /*background of menu bar (default state)*/
width:650px;
margin:0px 0px 0px 0px; float:left;
z-index:100%;
}

.ddsmoothmenu ul{
z-index:100;
padding:0px; margin:0px; float:left;
}

/*Top level list items*/
.ddsmoothmenu ul li{
padding:0px 9px 0px 9px; 
float:left;
position: relative;
list-style:none;
display: inline;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
margin:0px; padding:0px 0px; font-size:14px; color:#ffffff; text-decoration:none; text-transform:uppercase; font-family:'Bell Gothic Std Black'; z-index:100px; display:block; margin-bottom:5px;
}



.ddsmoothmenu ul li a.home{display:block; width:39px; height:12px; background:url(../images/home_btn.png) no-repeat; text-indent:-99999px;}
.ddsmoothmenu ul li a.home:hover{background:url(../images/home_btn_hover.png) no-repeat;}
.ddsmoothmenu ul li a.homeactive{display:block; width:39px; height:12px; background:url(../images/home_btn_hover.png) no-repeat; text-indent:-99999px;}

.ddsmoothmenu ul li a.about{display:block; width:46px; height:12px; background:url(../images/about_btn.png) no-repeat; text-indent:-99999px;}
.ddsmoothmenu ul li a.about:hover{background:url(../images/about_btn_hover.png) no-repeat;}
.ddsmoothmenu ul li a.aboutactive{display:block; width:46px; height:12px; background:url(../images/about_btn_hover.png) no-repeat; text-indent:-99999px;}


.ddsmoothmenu ul li a.services{display:block; width:67px; height:12px; background:url(../images/services_btn.png) no-repeat; text-indent:-99999px;}
.ddsmoothmenu ul li a.services:hover{background:url(../images/services_btn_hover.png) no-repeat;}
.ddsmoothmenu ul li a.servicesactive{display:block; width:67px; height:12px; background:url(../images/services_btn_hover.png) no-repeat; text-indent:-99999px;}


.ddsmoothmenu ul li a.team{display:block; width:38px; height:12px; background:url(../images/team_btn.png) no-repeat; text-indent:-99999px;}
.ddsmoothmenu ul li a.team:hover{background:url(../images/team_btn_hover.png) no-repeat;}
.ddsmoothmenu ul li a.teamactive{display:block; width:38px; height:12px; background:url(../images/team_btn_hover.png) no-repeat; text-indent:-99999px;}


.ddsmoothmenu ul li a.news{display:block; width:110px; height:12px; background:url(../images/news_btn.png) no-repeat; text-indent:-99999px;}
.ddsmoothmenu ul li a.news:hover{background:url(../images/news_btn_hover.png) no-repeat;}
.ddsmoothmenu ul li a.newsactive{display:block; width:110px; height:12px; background:url(../images/news_btn_hover.png) no-repeat; text-indent:-99999px;}


.ddsmoothmenu ul li a.contact{display:block; width:63px; height:12px; background:url(../images/contact_btn.png) no-repeat; text-indent:-99999px;}
.ddsmoothmenu ul li a.contact:hover{background:url(../images/contact_btn_hover.png) no-repeat;}
.ddsmoothmenu ul li a.contactactive{display:block; width:63px; height:12px; background:url(../images/contact_btn_hover.png) no-repeat; text-indent:-99999px;}


.ddsmoothmenu ul li a.grameen-impact-india{display:block; width:157px; height:12px; background:url(../images/grameen-Impact-india_btn.png) no-repeat; text-indent:-99999px;}
.ddsmoothmenu ul li a.grameen-impact-india:hover{background:url(../images/grameen-Impact-india_btn_hover.png) no-repeat;}
.ddsmoothmenu ul li a.grameen-impact-india-active{display:block; width:157px; height:12px; background:url(../images/grameen-Impact-india_btn_hover.png) no-repeat; text-indent:-99999px;}





.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
text-decoration:none; color:#ffffff;
}

.ddsmoothmenu ul li a:hover{ 
text-decoration:none; color:#93cd0c;
}
.ddsmoothmenu ul li a.active{ 
font-size:14px; color:#93cd0c; text-decoration:none; text-transform:uppercase;  font-family:'Bell Gothic Std Black';
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
float:left;
display:block;
width:160px;
z-index:auto;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
}

/*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{
width: 148px; /*width of sub menus*/
padding:5px 5px;
margin:0px; margin-top:1px;
font-size:13px;
color:#232323;
font-weight:bold; 
text-decoration:none; 
font-family:Arial, Helvetica, sans-serif; 
text-transform:uppercase;
background:#000000;
border-bottom: 1px solid #000;
display:block;
}

.ddsmoothmenu ul li ul li a:hover{
color:#93cd0c; 
text-decoration:none; 
background:#000000;
border-bottom: 1px solid #000;
}

/* 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: 0px;
right:0px;
}

.rightarrowclass{
position: absolute;
top: 0px;
right:0px;
}

/* ######### 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;
}