.ddsmoothmenu{
font: bold 12px Arial;
position:relative;
float:left;
width:540px;
}

.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;
width:180px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li {
color: white;
text-decoration: none;
line-height:20px;
text-align:center;
position:relative;
float:left;
outline:none;
}

.ddsmoothmenu ul li a:hover{
background-color:#380023;
text-decoration:none;
padding-left: 20px;
padding-right:20px;
color: white;
display:block;
}

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

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image:url(../images/topmain_nav_bg.gif);
background-repeat:repeat-x; 
color: white;
border-left: 1px #72315a solid;
	border-right: 1px #72315a solid;
	border-top: 1px #6d0146 solid;
	outline:none;
}


/*1st sub level menu*/
.ddsmoothmenu ul li ul{
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
text-align:center;
position:absolute;
float:left;
margin-top:auto;

}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li {
background-color:#380023;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif; 
font-size:10px;
border: 1px #680142 solid;
text-align:center;
outline:none;
display:block;

}

.ddsmoothmenu ul li ul li a:hover{
background-color:#380023;
color:#f7941d;
font-family:Arial, Helvetica, sans-serif; 
font-size:10px;
border: 1px #680142 solid;
text-align:center;
outline:none;
background-image:url(../images/topmain_nav_orangearrow.gif);
background-repeat:no-repeat;
background-position:top center;
text-align:center;
}

.ddsmoothmenu ul li ul li a:active{
background-color:#380023;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif; 
font-size:10px;
border: 1px #680142 solid;
text-align:center;
outline:none;
background-image:url(../images/topmain_nav_pinkarrow.gif);
background-repeat:no-repeat;
background-position:top center;
text-align:center;
}



/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} 


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

.downarrowclass{

}

.rightarrowclass{

}

/* ######### 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*/
opacity: 0;
}