.ddsmoothmenu{
width:874px; height:44px; margin:0 auto; margin-bottom:3px; background:#313131; border-left:3px solid #EDEDED; border-right:3px solid #EDEDED;

}

.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;
 font-size:12px; font-family:Arial, Helvetica, sans-serif; padding-left:2px; background:url(../images/sep.jpg) no-repeat right 15px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
height:29px; color:#ffffff; text-decoration:none; display:inline-block; padding-left:14px; padding-right:13px; padding-top:15px; text-transform:uppercase; font-weight:bold;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.ddsmoothmenu ul li a{padding-left:10px; padding-right:12px;}
}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}



.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
text-decoration:none; background:url(../images/hover.jpg) no-repeat center bottom;
}

.ddsmoothmenu ul li.active a{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
text-decoration:none; background:url(../images/hover.jpg) no-repeat center bottom;
}

.ddsmoothmenu ul li a:hover{
text-decoration:none; background:url(../images/hover.jpg) no-repeat center bottom; color:#FFF;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
overflow:hidden;
border:1px solid #fff;
border-bottom:none;
padding:0px;
margin:0px;
background:#313131;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
padding:0px;
margin:0px;
top: 0;
background:none;
padding-left:0;
padding-right:0;
}
.ddsmoothmenu ul li ul{ position: absolute; display: none; /*collapse all sub menus to begin with*/ visibility: hidden; overflow:hidden;padding:0px;margin:0px; border:1px solid #fff; width:210px; border-top:3px solid #fff;}

.ddsmoothmenu ul li ul li a{font-size:12px; padding-left:15px; color:#FFFFFF; text-transform:none; }
.ddshadow{position: absolute;left: 0;top: 0;}


.ddsmoothmenu ul li ul li{background:url(../images/sep.gif) repeat-x 0 bottom; padding-bottom:2px;}
.ddsmoothmenu ul li ul li a{background:#333333; padding-top:5px; padding-bottom:5px; height:auto; width:200px; line-height:20px; font-size:12px; }
.ddsmoothmenu ul li ul li a:hover{background:#222222; text-decoration:none;}



