.topnavigation {

float:left; width:100%; font-family: arial, sans-serif; font-size:12px; font-weight:bold;

background:url(../images/topnav_bg.gif) repeat-x;

height:28px;

margin:0 0 0px 0; /* for this demo only */ 

}
.topnavigation .ddsmoothmenu{
font-family: arial, sans-serif; font-size:12px;
width: 100%;
}

.topnavigation .ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
float:right;
}

/*Top level list items*/
.topnavigation .ddsmoothmenu ul li{
display: inline;
float:left;
line-height:28px;
position:relative;
background:url(../images/nav_divider.gif) no-repeat right;
}

.topnavigation .ddsmoothmenu ul li.nb{
background:none;
}

/*Top level menu link items style*/
.topnavigation .ddsmoothmenu ul li a{
color:#FFF;
padding:0px;
line-height:28px;
height:28px;
width:230px;
float:left;
display:block;
text-decoration:none;
text-align:center;
}

* html .topnavigation .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.topnavigation .ddsmoothmenu ul li a:hover{
text-decoration:none;
color:#D28DD0;
}

/*1st sub level menu*/
.topnavigation .ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#481549;
border:1px solid #555555;
border-bottom:none;
width:200px;
height:auto;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.topnavigation .ddsmoothmenu ul li ul li{
display: list-item;
float: none;
padding:0px;
margin:0px;
font-family: arial, sans-serif; font-size:12px;
text-align:left;
z-index:100;
line-height:26px;
height:26px;
padding:0px;
margin:0px;
background-image:none;
}



/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.topnavigation .ddsmoothmenu ul li ul li ul{
top: 0;
margin-left:2px;
}

/* Sub level menu links style */
.topnavigation .ddsmoothmenu ul li ul li a{
font-family: arial, sans-serif; font-size:12px;
font-weight:normal;
width: 195px; /*width of sub menus*/
padding: 0px 0px 0px 5px;
margin: 0px;
text-align:left;
border-top-width: 0;
border-bottom:1px solid #555555;
text-transform:none;
display:block;
line-height:auto;
color:#fff;
background:none;

}

.topnavigation .ddsmoothmenu ul li ul li a:hover{
color:#ffffff;
background:#d28dd0;
}
/* Holly Hack for IE \*/
* html .topnavigation .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.topnavigation .downarrowclass{
position: absolute;
top: 1px;
right:1px;
display:none;
}

.topnavigation .rightarrowclass{
position: absolute;
top: 1px;
right:1px;
}

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

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}