.ddsmoothmenu{
font:bold 12px Verdana;
width:100%;
}

.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;
text-align:left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: #000;
color: #2d2b2b;
text-decoration: none;
}

.ddsmoothmenu ul li a.what_zui{
width:121px;
height:30px;
display:block;
cursor:pointer;
background:url(../images/what_zui.jpg) no-repeat;
margin-right:9px;
}

.ddsmoothmenu ul li a.what_zui:hover{
background:url(../images/what_zui.jpg) no-repeat left -30px;
}

.ddsmoothmenu ul li a.how_do_zui{
width:150px;
height:30px;
display:block;
cursor:pointer;
background:url(../images/how_do_zui.jpg) no-repeat;
margin-right:9px;
}

.ddsmoothmenu ul li a.how_do_zui:hover{
background:url(../images/how_do_zui.jpg) no-repeat left -30px;
}

.ddsmoothmenu ul li a.who_got_zui{
width:141px;
height:30px;
display:block;
cursor:pointer;
background:url(../images/who_got_zui.jpg) no-repeat;
margin-right:9px;
}

.ddsmoothmenu ul li a.who_got_zui:hover{
background:url(../images/who_got_zui.jpg) no-repeat left -30px;
}

.ddsmoothmenu ul li a.get_zuied{
width:103px;
height:30px;
display:block;
cursor:pointer;
background:url(../images/get_zuied_btn.jpg) no-repeat;
}

.ddsmoothmenu ul li a.get_zuied:hover{
background:url(../images/get_zuied_btn.jpg) no-repeat left -30px;
}

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


.ddsmoothmenu ul li a.active{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #fff;
background-position: left -30px;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: #fff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
margin-left:-4px;
margin-top:0px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding-bottom:9px;
background:url(../images/nav_footer.png) no-repeat 0 bottom;

}

/*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;
left:0;
margin-left:-1px;

}
* html .ddsmoothmenu ul li ul li ul{
top: 0;
left:0;
margin-left:-27px;

}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
width: 133px; /*width of sub menus*/
padding:0;
padding-right:8px;
padding-left:15px;
padding-top:4px;
padding-bottom:4px;
color:#023F71;
margin: 0;
border-top-width: 0;
border:none;
background:url(../images/sub_bg.png) repeat-y 0 0;
}

/* what_zui dropdown */
.ddsmoothmenu ul li ul.what_zui, .ddsmoothmenu ul li ul.what_zui li ul {background:url(../images/what_zui_nav_footer.png) no-repeat 0 bottom;}
.ddsmoothmenu ul li ul.what_zui li.first a{background:url(../images/what_zui_firstli.png) no-repeat 0 0; }
.ddsmoothmenu ul li ul.what_zui li.first a:hover{background:url(../images/what_zui_firstli.png) no-repeat 0 -42px; }
.ddsmoothmenu ul li ul.what_zui li a{background:url(../images/what_zui_sub_bg.png) repeat-y 0 0; width:106px;}
.ddsmoothmenu ul li ul.what_zui li a:hover, .ddsmoothmenu ul li ul.what_zui li a.selected{background: url(../images/what_zui_sub_bg_hover.png) repeat-y 0 0;}
.ddsmoothmenu ul li ul.what_zui li ul{margin-left:-3px;}

/* who_got_zui dropdown */
.ddsmoothmenu ul li ul.who_got_zui, .ddsmoothmenu ul li ul.who_got_zui li ul {background:url(../images/who_got_zui_nav_footer.png) no-repeat 0 bottom;}
.ddsmoothmenu ul li ul.who_got_zui li.first a{background:url(../images/who_got_zui_firstli.png) no-repeat 0 0; }
.ddsmoothmenu ul li ul.who_got_zui li.first a:hover{background:url(../images/who_got_zui_firstli.png) no-repeat 0 -42px; }
.ddsmoothmenu ul li ul.who_got_zui li a{background:url(../images/who_got_zui_sub_bg.png) repeat-y 0 0; width:126px;}
.ddsmoothmenu ul li ul.who_got_zui li a:hover, .ddsmoothmenu ul li ul.who_got_zui li a.selected{background: url(../images/who_got_zui_sub_bg_hover.png) repeat-y 0 0;}

/* get_zuied dropdown */
.ddsmoothmenu ul li ul.get_zuied, .ddsmoothmenu ul li ul.get_zuied li ul {background:url(../images/get_zuied_nav_footer.png) no-repeat 0 bottom;}
.ddsmoothmenu ul li ul.get_zuied li.first a{background:url(../images/get_zuied_firstli.png) no-repeat 0 0; }
.ddsmoothmenu ul li ul.get_zuied li.first a:hover{background:url(../images/get_zuied_firstli.png) no-repeat 0 -42px; }
.ddsmoothmenu ul li ul.get_zuied li a{background:url(../images/get_zuied_sub_bg.png) repeat-y 0 0; width:126px;}
.ddsmoothmenu ul li ul.get_zuied li a:hover, .ddsmoothmenu ul li ul.get_zuied li a.selected{background: url(../images/get_zuied_sub_bg_hover.png) repeat-y 0 0;}


.ddsmoothmenu ul li ul li.first a{padding-top:3px; background:url(../images/firstli.png) no-repeat 0 0; padding-top:11px;}
.ddsmoothmenu ul li ul li.first a:hover{background: url(../images/firstli.png) repeat-y 0 42px;}
.ddsmoothmenu ul li ul li.first a.selected{background: url(../images/firstli.png) repeat-y 0 42px;}
.ddsmoothmenu ul li ul li.first ul li.first a{padding-top:5px; background:url(../images/firstli.png) no-repeat 0 0; padding-top:11px;}
.ddsmoothmenu ul li ul li.first ul li.first a:hover{background: url(../images/firstli.png) repeat-y 0 42px;}
.ddsmoothmenu ul li ul li.first ul li a{padding-top:5px; background:url(../images/sub_bg.png) repeat-y 0 0; padding-top:3px;}
.ddsmoothmenu ul li ul li.first ul li a:hover {background: url(../images/sub_bg_hover.png) repeat-y 0 0;}
.ddsmoothmenu ul li ul li a:hover{background: url(../images/sub_bg_hover.png) repeat-y 0 0; color: #fff;}
.ddsmoothmenu ul li ul li a.selected{background: url(../images/sub_bg_hover.png) repeat-y 0 0;color: #fff;}


/* 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: 0px;
right: 0px;
display:none;
}

.rightarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;

}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0;
}

