#nav1 { height: 50px; margin: 0;  }

.ddsmoothmenu{
color: rgb(130,130,130);
margin: 15px 0 0 15px;
width: 100%;
}


.ddsmoothmenu ul li.current a{ background: url(../../mmm/_design/nav_arrow2.png) no-repeat 6px 21px; color: #CC9999; }
.ddsmoothmenu ul li.current ul li a{ }
.ddsmoothmenu ul li.current ul li a:hover{ }

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


/*Top level list items*/
.ddsmoothmenu ul li{
font-variant: small-caps; font-weight: bold; letter-spacing: 1px; font-size: 1.1em; line-height: 50px;
position: relative;
display: inline;
float: left;
padding-right: 62px;
margin:  0;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{

display: block;
/*background: url('../../images/_design/trans.gif'); background of menu items (default state)*/
/*color: white;*/
color: #FFFFFF; text-decoration: none;  
margin:  0;
padding: 0 80px 0 20px;
/*color: #2d2b2b;*/

}

.ddsmoothmenu ul li a:hover{
background: url(../../mmm/_design/nav_arrow.png) no-repeat 6px 21px; 
}

* 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{
padding-right: 2px;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: black; 
color: white;*/
}



/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
top:  0;
padding: 0 0 0 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width:  245px;
background:  #FFF;
opacity: 0.9;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
line-height: 25px
}

/*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, .ddsmoothmenu ul li.current ul li a{
/*font: normal 13px Verdana;*/
font-size: .8em; font-weight: bold;
color: #000;
background: url('../../mmm/_design/nav_arrow4.png')no-repeat 3px 10px;
opacity: 0.8;
width: 223px; /*width of sub menus*/
padding: 0 0 0 20px;
margin: 0;
border-top-width: 0;
border-bottom: 1px dotted gray;
}
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li.current ul li a:hover{
color: #CC9999;
background: url('../../mmm/_design/nav_arrow2.png')no-repeat 3px 8px;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{

}

.rightarrowclass{

}

/* ######### 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;
}