.ddsmoothmenu{
background:url(../images/nav_bg.gif) top no-repeat; width:953px; height:62px;
float:left;
}

.ddsmoothmenu ul{
z-index:1000;
margin: 0;
list-style-type: none;
padding:0 0 0 11px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: block;
float: left;
text-align:center;
padding:0 10px 0 0px;
background:url(../images/nav_sep.gif) left 2px no-repeat;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{text-transform: uppercase;
display: block;
text-decoration: none;
font-family:"Myriad Pro",Arial, Helvetica, sans-serif; font-size:16px; color:#000; line-height:60px; font-weight:bold;
padding:0 2px;

}


.ddsmoothmenu ul li a.active	{ color:#990000;}


*+html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#990000;
}

.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li.current-menu-item a, .ddsmoothmenu ul li.current-menu-parent a {
	color:#990000;
}

.ddsmoothmenu ul li a.menu_active{
	color:#990000;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left:0px !important;
display: block; /*collapse all sub menus to begin with*/
visibility: hidden;
display:none;
background:url(../images/subnav_bg.jpg) no-repeat center top #f4f3f3;
width:179px;
padding:0 0 0 5px;
border:1px solid #c8c7c7;
z-index:999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float:left;
background:url(../images/subnav_divider.gif) top no-repeat;
width:174px;
text-align:left;
padding:0px;

}



.ddsmoothmenu ul li.nobg		{ background:none;}



/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
color:#333333;
padding: 0 0 0 5px!important;
border-top-width: 0;
font:14px/28px Arial, Helvetica, sans-serif;
}

.ddsmoothmenu ul li ul li a:hover{
color:#800000;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* 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;
}

.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;
}

