.ddsmoothmenu{
width: 960px; padding-top:5px; padding-left:10px;

height:27px;
}
.ddsmoothmenu ul{
z-index:100000;
margin: 0;
padding: 0;
list-style-type: none;
display:block;

}

/*Top level list items*/
.ddsmoothmenu ul li{position: relative;margin: 0px;padding: 0px;float: left;display:block; padding-right:25px; padding-top:10px; }

.ddsmoothmenu ul li.last{ padding-right:0px; }





/*Top level menu link items style*/
.ddsmoothmenu ul li a{ line-height: 23px;text-decoration: none; float:left; }
.ddsmoothmenu ul li a.b1{ background:url(../images/b1.jpg) no-repeat 0px 0px; width:55px; height:17px;}
.ddsmoothmenu ul li a.b2{ background:url(../images/b2.jpg) no-repeat 0px 0px; width:198px; height:17px;}
.ddsmoothmenu ul li a.b3{ background:url(../images/b3.jpg) no-repeat 0px 0px; width:136px; height:17px;}
.ddsmoothmenu ul li a.b4{ background:url(../images/b4.jpg) no-repeat 0px 0px; width:141px; height:17px;}
.ddsmoothmenu ul li a.b5{ background:url(../images/b5.jpg) no-repeat 0px 0px; width:92px; height:17px;}
.ddsmoothmenu ul li a.b6{ background:url(../images/b6.jpg) no-repeat 0px 0px; width:100px; height:17px;}
.ddsmoothmenu ul li a.b7{ background:url(../images/b7.jpg) no-repeat 0px 0px; width:86px; height:17px;}
.ddsmoothmenu ul li a:hover{background-position:0 -17px;}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block; 
}

.ddsmoothmenu ul li a:hover{

color: #666666;

}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{ 
position: absolute; width:168px;
background-color:#111111;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
overflow:hidden;
padding-top:10px;
}
.ddsmoothmenu ul li ul.big{ 
		width:200px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{

float: none;
padding:0px;
margin:0px;
top: 0;
border:none;
background:none; 

}





/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{ color:#ffffff; font-weight:bold; font-size:12px; line-height:23px; text-align:left;
 padding:0px;   text-decoration:none;  width:165px; padding:3px 0 3px 5px;
border:1px solid #242424; border-top:none; margin:0px;    

}
.ddsmoothmenu ul li ul li a:hover{ color:#FFF;  

background-color:#272929;  
}
.ddsmoothmenu ul li ul.big li a{width:200px;}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.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;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #666666;
background-position:0 -17px;
text-decoration: underline  ;
}

.ddsmoothmenu ul li.selected a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:none; 
color: #000000;
text-decoration: none;
}
.ddsmoothmenu ul li.selected a.selected:hover{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:none; 
color:  #000000;
text-decoration: none;
}

