<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 170px;  Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
}
 
.ddsmoothmenu-v ul li{
position: relative;
float: none;
}

/* Top level menu links style */
.ddsmoothmenu-v ul.subNav li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom:none;
}
.ddsmoothmenu-v ul.subNav li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #2e8b5e; /*background of menu items (default state)*/
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.85;
opacity:0.95;
color: white;
}
.ddsmoothmenu-v ul.subNav li a:hover{
background: #fff; /*background of menu items during onmouseover (hover state)*/
color: #2e8b5e;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul.subNav {
position: absolute;
width: 240px; /*Sub Menu Items width */
top: 0;
 left: 240px;
font-weight: normal;
/*visibility: hidden;*/
border-bottom:none;
z-index: 200;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

@media screen and (max-width : 698px) {
	.ddsmoothmenu-v ul{
	width: auto; /* */
	}
	.ddsmoothmenu-v ul li{
	position: static; /* */
	}
	.ddsmoothmenu-v ul.subNav li {
	background: #2e8b5e; /* */
	}
	.ddsmoothmenu-v ul#mainNav ul.subNav li a{
	overflow: visible;
	padding: 10px 20px;
	}
	.ddsmoothmenu-v ul li ul.subNav {
	position: static;/* */
	width: auto; /* */
	}
}</pre></body></html>