
div#smoothmenu1 { width:820px; height:32px; background:url(../images/bg-nav.jpg) top left no-repeat; padding-left:20px; margin-left:46px; float:left; _float:right; display:inline; clear:both;}

.ddsmoothmenu{
font: bold 12px Verdana;
background: #414141; /*background of menu bar (default state)*/
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;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background:url(../images/bg-nav-border-right.jpg) top right no-repeat;
color: white;
padding: 8px 13px;
height:16px;
color: #2d2b2b;
text-decoration: none;
text-transform:uppercase;
font-weight:500;
letter-spacing:-0.01em;
font-size:13px;
}

* 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: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element on MAIN NAV*/
background:url(../images/bg-nav-hover.jpg) top right no-repeat; 
color:#fed701;
padding: 8px 13px 4px 13px;
height:20px;
}

.ddsmoothmenu ul li a.selected span{
background:url(../images/bg-nav-cap.jpg) top left  no-repeat; /*adds bkg cap when hovering over sub nav*/
padding: 8px 0px 4px 13px;
height:20px;
margin-left:-13px;
}

.ddsmoothmenu ul li a:hover{
background:url(../images/bg-nav-hover.jpg) top right no-repeat; /*background of menu items during onmouseover (hover state) on MAIN NAV*/
color:#fed701;
padding: 8px 13px 4px 13px;
height:20px;
}

.ddsmoothmenu ul li a:hover span{
background:url(../images/bg-nav-cap.jpg) top left  no-repeat; /*adds bkg cap when hovering over MAIN NAV*/
padding: 8px 0px 4px 13px;
height:20px;
margin-left:-13px;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
margin-left:1px;
}

/*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{
font: normal 10px Verdana;
width: 315px; /*width of sub menus*/
padding: 5px 0px 6px 15px;
height:11px;
margin: 0px 0px 0px 0px;
border-top-width: 0;
background:url(../images/bg-sub-nav-bullet.gif) 5px 50% no-repeat;
text-transform:none;
}



.ddsmoothmenu ul li ul li a:hover{
background:url(../images/bg-sub-nav-bullet.gif) 3px 50% no-repeat #052747; /*background of menu items during onmouseover (hover state) on SUB NAV*/
color: white;
padding: 5px 0px 6px 15px;
height:11px;
margin:0px;
width:315px;
}

/* 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: 12px;
right: 7px;
visibility:hidden;
}

.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: #0e4a8a;
}

.toplevelshadow{ /*shadow opacity. -ms filert two line makes this work for IE */
opacity: 0.8;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);					
}