.ddsmoothmenu2{
font-family: Helvetica, Verdana, sans-serif;
font-size:14px;
font-weight:bold;
font-variant:small-caps;
letter-spacing:.2em;
background:transparent url(../images/body_menu.jpg) repeat-x scroll 0 0; 
width: 960px;
height:44px;
padding-top:9px;
overflow:visible;

}

.ddsmoothmenu2 ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu2 ul li{
position: relative;
display: inline;
float: left;
padding:0;
padding-left:5px;
}
.ddsmoothmenu2 ul li:hover{
background:transparent 0 0 url(../images/bg_menu_left.png) no-repeat; 
}

/*Top level menu link items style*/
.ddsmoothmenu2 ul li a{
display: block;
color: white;
line-height:32px;
padding:0;
padding-left:10px;
padding-right:15px;
text-decoration: none;
}

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

.ddsmoothmenu2 ul li a:link, .ddsmoothmenu2 ul li a:visited{
color: white;
}

.ddsmoothmenu2 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:transparent url(../images/bg_menu_right.png) right no-repeat; 
color: white;
}

.ddsmoothmenu2 ul li a:hover{
/*background: #77B5C0; background of menu items during onmouseover (hover state)*/
background:transparent url(../images/bg_menu_right.png) right no-repeat; 
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu2 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding:0;
padding-bottom:5px;
background: transparent url(../images/bg_submenu_bottom.png) bottom no-repeat; 
/*#86C9D3*/
margin-top:5px;
width:206px;
}

/*Sub level menu list items (style from Top level List Items)*/
.ddsmoothmenu2 ul li ul li{
display: list-item;
float: none;
background:transparent url(../images/bg_submenu_top.png) top no-repeat;
padding:0;
position:relative;
margin-top:-5px;
padding: 5px 5px;;
}
.ddsmoothmenu2 ul li ul li:hover{
background:transparent url(../images/bg_submenu_top.png) top no-repeat;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu2 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu2 ul li ul li a{
font: normal 12px Verdana;
font-variant:small-caps;
width: 186px; /*width of sub menus*/
margin:0;
padding:5px;
line-height:18px;

}
.ddsmoothmenu2 ul li ul li a:hover{
background:#77B5C0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu2{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### 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{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
