.ddsmoothmenu{
z-index:100;
width: 224px;
float:left;
background: #f547af;
padding:10px 0;
margin:15px 0;
}
.ddsmoothmenu ul{
z-index:100;
margin:0;
padding: 0;
width: 224px;
list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li{
z-index:100;
position: relative;
display:block;
line-height:40px;
height:40px;
width: 224px;
border-bottom:1px solid #fff;
float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
z-index:100;
display:inline-block;
color: white;
padding:0 0 0 9px;
color: #2d2b2b;
width: 215px;
background: #f547af url(../images/arro.png) 210px 14px no-repeat;
text-decoration: none;
font-size:14px;
}
* 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: white;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.active, .ddsmoothmenu ul li a.selected{
float:left;
background:#09adec;
font-size:14px;
color:#fff;
border-bottom:1px solid #FFF;
border-top:1px solid #FFF;
padding:0px 0 0 9px;
text-decoration:none;
}

.ddsmoothmenu ul li ul li a:hover{
background: #09adec; /*background of menu items during onmouseover (hover state)*/
color: white;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
z-index:100;
right: 0;
top:0px;
padding:0px 0 0px 0;
background: #09adec;
margin:-41px 0 0 225px;
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;
background: #09adec;
width: 224px; 
float: none;
height:39px;
border:none;
border-bottom:1px solid #09adec;
border-right:1px solid #fff;
}
.ddsmoothmenu ul li ul li:first-child{
border-top:1px solid #fff;
margin:0px 0 0 -1px;
width: 225px; 
}
.ddsmoothmenu ul li ul li:last-child{
border-bottom:1px solid #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{
width: 215px; /*width of sub menus*/
margin: 0;
padding:0 0 0 9px;
height:30px;
line-height:30px;
background:url(../images/arro.png) 200px 8px no-repeat;
border-bottom: 1px solid #09adec;
}
.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a.selected{
padding:0 0 0 9px;
height:30px;
width: 215px;
margin: 0;
line-height:30px;
background:none;
border-bottom: 1px solid #fff;
border-top:none;
}
/*.ddsmoothmenu ul li a:hover ddsmoothmenu, .ddsmoothmenu ul li a.active span{
float:left;
font-family:Arial, Helvetica, sans-serif;
background:url(images/hover_btn.gif) right -29px no-repeat;
font-size:14px;
display:inline-block;
color:#5dc4ff;
text-decoration:none;
padding:0px 9px 0 0px;
}
*//* 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: 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;
background: silver;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}