.ddsmoothmenu { float: right; position: absolute; bottom: 0; right: 30px; }
.ddsmoothmenu img { display: none; }

.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: 0 13px 8px 13px; float: left; font-family: 'colaboratelightregular'; font-size: 12px; color: #333; text-decoration: none; text-transform: uppercase; line-height: 14px; border-bottom: 5px solid #98999a; }

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li.current_page_item a,.ddsmoothmenu ul li.current-page-parent a { color: #025066; border-bottom: 5px solid #025066; }

.ddsmoothmenu ul li a:hover { color: #025066; border-bottom: 5px solid #025066; }

	
/*1st sub level menu*/
.ddsmoothmenu ul li ul { padding: 5px 0; position: absolute; left: 0; z-index: 9999; display: none; visibility: hidden; width: 430px; border-top: 5px solid #025066; -webkit-box-shadow: #B3B3B3 0 0 5px; -moz-box-shadow: #B3B3B3 0 0 5px; box-shadow: #B3B3B3 0 0 5px; background: url('../images/dropdown-bg.png') repeat; }
.ddsmoothmenu ul li.about ul { width: 215px!important; }

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li { margin: 0 5px; width: 205px; float: left; }

/*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 { padding: 5px; width: 195px; font-family: arial; font-size: 11px; color: #727272!important; text-transform: capitalize; border-bottom: 1px solid #d4d4d4!important; }
.ddsmoothmenu ul li ul li a:hover { color: #fff!important; border-bottom: 1px solid #98999a!important; background: #486878; }
.ddsmoothmenu ul li ul li.current_page_item a,.ddsmoothmenu ul li.current-page-parent ul li a { border-bottom: 1px solid #d4d4d4!important; }

/* ######### CSS classes applied to down and right arrow images  ######### */
.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; }