.ddsmoothmenu{
float:left;
width:970px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
padding-bottom:1px;
z-index:10;
}

.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{
position:relative;
display: block;
height:28px;
overflow: hidden; /*force hasLayout in IE7 */
padding: 1px 1px 0 1px;
text-indent:-9999px;
background-image:url(../img/nav/nav-sprites.png);
background-repeat:no-repeat;
outline:none;
text-decoration:none;
}

.ddsmoothmenu ul li a#nav-home      {width:78px; background-position:0 0}
.ddsmoothmenu ul li a#nav-products  {width:103px; background-position:-79px 0}
.ddsmoothmenu ul li a#nav-services  {width:91px; background-position:-288px 0}
.ddsmoothmenu ul li a#nav-customers {width:144px; background-position:-450px 0}
.ddsmoothmenu ul li a#nav-advantage {width:152px; background-position:-597px 0}
.ddsmoothmenu ul li a#nav-about     {width:107px; background-position:-736px 0}
.ddsmoothmenu ul li a#nav-contact   {width:119px; background-position:-862px 0}
.ddsmoothmenu ul li a#nav-support   {width:89px; background-position:-1000px 0}

/*CSS class that's dynamically added to the currently active menu items' LI A element*/
.ddsmoothmenu ul li a.selected{padding:0; background-color:#fff; border:1px solid #63849C; /*border-right:2px solid #999;*/ border-bottom:none; z-index:120;}

.ddsmoothmenu ul li a#nav-home:hover         {background-position:   0   -32px}
.ddsmoothmenu ul li a#nav-products.selected  {background-position: -80px -33px}
.ddsmoothmenu ul li a#nav-services.selected  {background-position:-289px -33px}
.ddsmoothmenu ul li a#nav-customers.selected {background-position:-451px -33px}
.ddsmoothmenu ul li a#nav-advantage:hover	 {background-position:-597px -32px}
.ddsmoothmenu ul li a#nav-about.selected     {background-position:-737px -33px}
.ddsmoothmenu ul li a#nav-contact:hover      {background-position:-862px -32px}
.ddsmoothmenu ul li a#nav-support:hover      {background-position:-1000px -32px}

.ddsmoothmenu ul li.hidden{background:none}
.ddsmoothmenu ul li.hidden a, .ddsmoothmenu ul li.hidden a:link, .ddsmoothmenu ul li.hidden a:visited {background:none}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
margin-top:-1px;
padding:0;
width: 220px; /*Sub Menu Items width */
top:0;
left:0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#fafafa;
border:1px solid #63849C;
/*border-width:1px 2px 2px 1px;*/
z-index:110;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
float: none;
display: list-item;
margin:0;
padding:0;
background:#fff;
}

/*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{
height:auto;
margin:0;
padding: 7px 16px;
background:#fff;
color:#c00;
margin: 0;
text-indent:0;
text-transform:none;
white-space:nowrap;
border:none;
border-top:1px solid #fff;
border-bottom:1px solid #f6f6f6;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
color: #006;
}
.ddsmoothmenu ul li ul li a:hover{
background:#3B73B9; /*background of menu items during onmouseover (hover state)*/
border-top-color:#A6C1E3;
border-bottom-color:#29507E;
color:#fff;
}
.ddsmoothmenu ul li ul li a.highlite:hover{
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height:1%} /*Holly Hack for IE7 and below*/
* html .ddsmoothmenu ul li ul li a {height:1%}
* html .ddsmoothmenu ul li ul {overflow:hidden}
/* End */


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 8px;
}
.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;
}
