.ddsmoothmenu { /*background of menu bar (default state)*/background:#cbdbe8 url(../images/menu-bg.gif) 0 0 repeat-x; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; margin-bottom:20px; padding:0 5px; font:16px "Calibri", Arial, Helvetica, sans-serif; text-transform:uppercase; }
.ddsmoothmenu ul { z-index:100; margin:0; padding:0; list-style-type:none; }
/*Top level list items*/
.ddsmoothmenu ul li { position:relative; display:inline; float:left; list-style:none; display:inline; background:url(../images/menu-line.gif) 100% 0 no-repeat; padding-right:2px; }
.ddsmoothmenu ul li:last-child { background:none; }
/*Top level menu link items style*/
.ddsmoothmenu ul li a { display:block; color:#333; display:block; float:left; display:block; padding:4px 7px; margin:7px 3px; border:1px solid transparent; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/ display:inline-block; }
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited { color:#33; }
.ddsmoothmenu ul li a.selected { background:#055797; border:1px solid #033459; color:#fff; /*CSS class that's dynamically added to the currently active menu items' LI A element*/  }
.ddsmoothmenu ul li a:hover { background:#055797; border:1px solid #033459; color:#fff; /* ABH : background of menu items during onmouseover (hover state)*/ }
/*1st sub level menu*/
.ddsmoothmenu ul li ul { position:absolute; left:0; margin:-6px 0 0 0; display:none; /*collapse all sub menus to begin with*/ visibility:hidden; background:url(../images/dropdown_b_bg.gif) 0 0 no-repeat; padding:10px 0 5px 0; }
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li { display:list-item; float:none; margin:0; background:none; padding:0; }
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul { top:0; margin:0 0 0 0; }
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a { width:173px; /*width of sub menus*/ padding:7px 20px; background:url(../images/arrow-01.gif) 8px 12px no-repeat; margin:0; color:#fff; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited { color:#fff; }
.ddsmoothmenu ul li ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/ background:#033459 url(../images/arrow-01.gif) 8px 12px no-repeat; color:#fff; }
.ddsmoothmenu ul li ul li a:hover { background:#033459 url(../images/arrow-01.gif) 8px 12px no-repeat; /* ABH : background of menu items during onmouseover (hover state)*/ color:#fff; }
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass { position:absolute; top:15px; right:15px; }
.rightarrowclass { position:absolute; top:12px; right:10px; }
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow { position:absolute; left:0; top:0; width:0; height:0; background:silver; }
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/ opacity: 0.8; }

@media (max-width: 801px) {
	a.nav-btn { display:block; position:absolute; top:10px; left:0; text-indent:-9999px; background:#0065a4 url(../images/menu-icon.png) center center no-repeat; color:#fff; width:38px; height:38px; margin-bottom:20px; }
	a.nav-btn:hover { background:#3394d0 url(../images/menu-icon.png) center center no-repeat; }
	
	.ddsmoothmenu { display:none; left:0; position:absolute; padding:0; top:50px; z-index:1; width:100%; font-size:14px; background:#0065a4; -webkit-border-radius:0; -o-border-radius:0; -moz-border-radius:0; border-radius:0;}
	.ddsmoothmenu ul li { display:block; background:none; width:100%; padding:0; border-bottom:1px solid #0075be; }
	.ddsmoothmenu ul li a { float:none; margin:0; border:none; padding:10px; color:#fff; -webkit-border-radius:0; -o-border-radius:0; -moz-border-radius:0; border-radius:0; border:0; margin:0; }
	.ddsmoothmenu ul li a:hover { border:none; -webkit-border-radius:0; -o-border-radius:0; -moz-border-radius:0; border-radius:0; border:0; margin:0; }
	.ddsmoothmenu ul li a.selected { border:none; }
	.ddsmoothmenu ul li ul { position:relative; width:100% !important; background:#055797; margin:0; padding:0; }
	.ddsmoothmenu ul li ul li { margin:0; border-bottom:1px solid #055797; }
	.ddsmoothmenu ul li ul li a { width:100%; /*width of sub menus*/ padding:8px 20px; }
	.ddsmoothmenu li a:hover, .ddsmoothmenu li.active a { background:#369428; border:none; }
	
}