.ddsmoothmenu {
margin:0;padding:0;font:"Times New Roman", Times, serif; height:30px;color:#FFF;
}

.topLink {width:90px;}
.dBorder {border-bottom:#999 dotted 1px;}
.lBorder {border-right:#999 dotted 1px;}


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

.ddsmoothmenu ul.products{
z-index:100;margin:0;padding: 0;list-style-type: none;color:#FFF; border-top: 5px #FFF solid;
}

.ddsmoothmenu ul li{
position: relative; display:inline;float:right;color:#FFF;margin:0; 
}

.ddsmoothmenu ul li a{
display: block;color:#FFF;padding: 0px 5px;text-decoration: none;line-height:30px;}

* html .ddsmoothmenu ul li a{ 
display: inline-block;}

.ddsmoothmenu ul li a.selected { 
color:#FFF;}

.ddsmoothmenu ul li a:hover{
color:#ccc;}

/* sub menus1 */
.ddsmoothmenu ul li ul{
position: absolute;left: -3000px; display: none; visibility: hidden;
background:url(../img/nav/bg1.png) repeat;}

.ddsmoothmenu ul li ul a:hover{
background:#999;
color:#000;}

/*Sub level menu list items */
.ddsmoothmenu ul li ul {display: list-item;float: none;}


/* Sub level menu links style */
.ddsmoothmenu ul li ul a{
width: 260px;padding:8px;margin: 0;}


/* FAR Hack for IE7 and below*/
* html .ddsmoothmenu{height: 1%;} 


/*  CSS for shadow added to sub menus  ### */

.ddshadow{ 
position: absolute;left: 0;top: 0;width: 0;height: 0;background-color: #ccc; }

.toplevelshadow{
margin: 5px 0 0 5px; opacity: 0.8;}

.ddcss3support .ddshadow.toplevelshadow {
margin: 0; }

.ddcss3support .ddshadow {
background-color: transparent;box-shadow: 5px 5px 5px #000000;-moz-box-shadow: 5px 5px 5px #000000;-webkit-box-shadow: 5px 5px 5px #000000;}






