.ddsmoothmenu{width: 100%;margin:16px 0 0;}
/** html .ddsmoothmenu{margin:16px 0 230px;}*/
.ddsmoothmenu ul{z-index:100;list-style-type: none;}

/*Top level list items*/
.ddsmoothmenu ul li{position: relative;display: inline;float: left;}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{display: block;padding: 1px 1px 16px; font-size:14px;text-decoration: none;font-weight:bold;color:#FFF;}
.ddsmoothmenu ul li.menu-out a{ padding:1px 2px 16px 5px;}
.ddsmoothmenu ul.submenu li a{display: block;background: #021927;padding: 5px 6px;text-decoration: none;font-weight:normal;color:#FFF;}

* html .ddsmoothmenu ul li a{display: inline-block;}
.ddsmoothmenu ul li a.selected{background-position:0 -115px; 	color: #a7481b;}
.ddsmoothmenu ul.submenu li a:hover{background:#072c43;color: #FFF;}
.ddsmoothmenu ul li a:hover{background-position:0 -38px;color: #FFF;}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{position: absolute;left: 0;display: none;visibility: hidden;}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{display: list-item;float: none;}

/*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: 188px; padding: 8px;margin: 0;}
.downarrowclass{position: absolute;top: 12px;right: 7px;}
.rightarrowclass{position: absolute;top: 6px;right: 5px;}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{position: absolute;left: 0;top: 0;width: 0;height: 0;background: silver;}
.toplevelshadow{opacity: 0.8;}
