.ddsmoothmenu{
margin: 210px 0 0 69px;
width: 100%;
font-size: 102%;
font-variant:small-caps;
}

.ddsmoothmenu ul{
padding: 0 16px 0 0;
letter-spacing: 2px;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
float: left;
padding: 0 20px 0 20px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: #8b8884;
padding: 0;
text-decoration: none;
}

* 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: #8b8884;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #8b8884;
}

.ddsmoothmenu ul li a:hover{
color: #453939;
}
	
.ddsmoothmenu p a:hover{
background-color:#e3edfb;
}	

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
margin: 4px 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*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{
font-size: 119%;
background-color: #FFFFFF;
text-align: left;
padding: 3px 2px 0px 6px;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
border: 1px solid #ffffff;
-moz-border-radius: 50px; -webkit-border-radius: 50px;
}

.frmla {width: 129px;}
.abt {width: 134px;}
.alxs {width: 116px;}

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


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