.ddsmoothmenu{ width:706px; }

.ddsmoothmenu ul{ z-index:100; margin:0; padding:0; list-style-type:none; }

/*Top level list items*/
.ddsmoothmenu ul li { position:relative; display:inline; margin:0; padding:0; font-family:'Sansation Bold', Arial, Helvetica, sans-serif; font-size:12px; float:left; }
.ddsmoothmenu ul li a { text-transform:uppercase; color:#ffffff; padding:17px 12px 14px 12px; float:left; border-right:1px solid #4d4d4d;}

/*IE6 hack to get sub menu links to behave correctly*/
* html .ddsmoothmenu ul li a { display:inline-block;}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{color:#ffffff;}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected  { border-top:5px solid #333333; background-color:#4d4d4d; margin-top:-5px; }
.ddsmoothmenu ul li a.mnuContact { border-right:0; padding-right:20px;  }

#Home .ddsmoothmenu ul li a.mnuHome, #About .ddsmoothmenu ul li a.mnuAbt, #Cement .ddsmoothmenu ul li a.mnuCement, #Process .ddsmoothmenu ul li a.mnuProcess, #Media .ddsmoothmenu ul li a.mnuMedia, #Career .ddsmoothmenu ul li a.mnuCareer,#NAAC .ddsmoothmenu ul li a.mnuNaac, #Contact .ddsmoothmenu ul li a.mnuContact { border-top:5px solid #333333; background-color:#4d4d4d; margin-top:-5px; }
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul { position:absolute; display:none; visibility:hidden; background-color:#525252; border-top:5px solid #525252; margin:0 0 0 -1px; }

.ddsmoothmenu ul li ul li { display:list-item; float:none; color:#008846; margin:0; padding:0; }
.ddsmoothmenu ul li ul li a{ text-transform:none; width: 115px; padding:12px 20px; font-weight:normal; margin:0; border-right:0; border-bottom:1px solid #333333; }
.ddsmoothmenu ul li ul li a.last{border-bottom:0; }
.ddsmoothmenu ul li ul li a.last:hover{border-bottom:0; }
.ddsmoothmenu ul li ul li a:hover { background-color:#333333; margin-top:0; border:0; border-bottom:1px solid #333333; }

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul { top: 0; }


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{display:none;}
.rightarrowclass{display:none;}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{display:none;}
.toplevelshadow{display:none;}