<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ddsmoothmenu
{

}

.ddsmoothmenu ul{
    z-index:100;
    list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
    position: relative;
    display: inline;
    float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{

}
.ddsmoothmenu ul li span{
	float:right;
}
* 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{

}

.menu .ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

}

.ddsmoothmenu ul li a:hover{	
	
}

/*1st sub level menu*/
.menu .ddsmoothmenu ul li ul
{
	margin-top: 0px;
    position: absolute;
    left: 0px !important;
    display: none;
    visibility: hidden;
    width: 250px;
    top: 40px;
    padding: 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu .ddsmoothmenu ul li ul li{
    display: list-item;
    float: none;
    background: rgba(0,174,239,0.7);
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/*.menu .ddsmoothmenu ul li ul li:last-child{
	border-bottom: 0px;
}*/

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

.menu .ddsmoothmenu ul li ul li ul
{
	margin-left: 251px;
	margin-top:0px;
}

/* Sub level menu links style */
.menu .ddsmoothmenu ul li ul li a
{
    margin: 0;
    text-transform: none;
    padding: 10px;
    text-transform: none;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-family: tahoma;
    color: white;
    text-align: left;
    line-height: normal;
    background: none;
}
.menu .ddsmoothmenu ul li ul li:hover{}
.menu .ddsmoothmenu ul li ul a.selected,.menu .ddsmoothmenu ul li ul li a:hover{	
	color: white;
    background: none rgba(0,174,239,0.7) !important;
}

/* 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;
    display:none;
}

.rightarrowclass{
    position: absolute;
    top: 10px;
    right: 5px;
}

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

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}</pre></body></html>