.ddsmoothmenu{width:100%; float:left; padding:13px 0 9px 0; font-size:15px;}
.ddsmoothmenu ul{margin:0; padding:0; list-style-type:none; background:#f6f6f6; float:left; width:100%;}
/*Top level list items*/
.ddsmoothmenu ul li{position:relative; display:inline; float:left; padding:9px 0; margin:0 9px 0 0;}
.ddsmoothmenu ul li.first{color:#f15723; padding:11px 21px 14px 14px; margin:0;}
* html .ddsmoothmenu ul li.first{padding:11px 20px 14px 14px;}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{display:block; background:#fff; color:white; color:#2d2b2b; border:1px solid #e5e5e5; text-decoration:none; padding:0 20px 0 6px !important; width:145px; /*height:21px;*/ line-height:21px; font-size:14px;*width:171px !important;}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/display: inline-block; width:164px; height:23px;}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{}
.ddsmoothmenu ul li a.selected{}
.ddsmoothmenu ul li a:hover{}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{position:absolute; left:0; top:32px !important; display:none; visibility: hidden; border-bottom:0 none; height:auto; border-top:1px solid #e5e5e5; background:#fff;}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{display: list-item;float: none; padding:0; border:1px solid #e5e5e5; border-top:0 none; margin:0;}
/*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:152px; padding:5px !important; margin:0; border:0 none; height:auto; line-height:15px;}
* html .ddsmoothmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/width:162px; height:auto; display: inline-block;}
/* 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:14px; right:5px; margin:0;}
.rightarrowclass{position: absolute;top:6px; right:5px; margin:0;}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{ /*shadow for NON CSS3 capable browsers*/position: absolute;left: 0;top: 0;width: 0;height: 0;background: silver;}
.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/opacity: 0.8;}



.ddsmoothmenu ul li a:hover{color:#f15723;}

/*for innner page*/
#innerpage .ddsmoothmenu{width:200px; float:left; padding:13px 0 9px 0; font-size:15px;}
#innerpage .ddsmoothmenu ul{padding:0 0 3px 0; width:200px;}
#innerpage .ddsmoothmenu ul li{padding:0 0 10px 0; margin:0 0 0 11px;}
#innerpage .ddsmoothmenu ul li.first{color:#f15723; padding:11px 21px 12px 14px; margin:0;}
* html #innerpage .ddsmoothmenu ul li.first{padding:11px 20px 12px 14px;}
#innerpage .ddsmoothmenu ul li a{width:151px;}
* html #innerpage .ddsmoothmenu ul li a{width:179px;}
#innerpage .ddsmoothmenu ul li ul{top:0px !important; padding:0; width:auto;}
#innerpage .ddsmoothmenu ul li ul li{margin:0; padding:0;}
#innerpage .ddsmoothmenu ul li ul li a{width:167px;}
* html #innerpage .ddsmoothmenu ul li ul li a{width:177px;}
#innerpage .ddsmoothmenu .downarrowclass{top:6px;}
#innerpage .ddsmoothmenu .rightarrowclass{top:6px;}