.ddsmoothmenu{
width: 1000px;
background:url(../images/nav_bg.jpg) 0 0 repeat-x;
margin: 0px auto 0px auto;
padding:0 0 0 0;
height:34px;
border-bottom:1px solid #fff;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0px;
padding:0 0 0 0;
list-style-type: none;
/*width:936px;*/
}

/*Top level list items*/
.ddsmoothmenu ul li{
  position: relative;
  display: inline;
  width:auto;
  float:left;
  background:url(../images/nav_divider.jpg) right top no-repeat;
  padding:0 1px 0 0;
  color:#fff;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
  padding:0 9px 0 10px;
  text-decoration: none;
  font:normal 14px/34px Arial, Helvetica, sans-serif;
  color:#fff;
  display:block;
}

* 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:#fff;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#fff;
background:url(../images/nav_bg_h.jpg) 0 0 repeat-x;
}

.ddsmoothmenu ul li a:hover{
color:#fff;
background:url(../images/nav_bg_h.jpg) 0 0 repeat-x;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
border:none;
background-image:none;
padding:0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
border:none;
background:none;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li{ padding:5px 0; background:#000; border-bottom: 1px solid #737373;}
.ddsmoothmenu ul li ul li a{
font:normal 13px/20px Arial, Helvetica, sans-serif;
color:#fff;
background:#000;
width: 185px; /*width of sub menus*/
padding:0 0 0 10px;
margin: 0;
border-top-width: 0;

}

.ddsmoothmenu ul li ul li:hover, .ddsmoothmenu ul li ul li a:hover {
background:#2a2a2a;
}

/* 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: 15px;
right: 8px;
}

.rightarrowclass{
position: absolute;
top: 9px;
right: 14px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ 
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background:none;
/*background: silver;*/
}/*shadow for NON CSS3 capable browsers*/

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
/*opacity:0;*/
}