<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu
{
	padding:20px 0 0 0;
}
#smoothmenu1 ul
{
	z-index:40;
}
.ddsmoothmenu{
	width: 100%;
}
.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ddsmoothmenu ul li
{
	z-index:40;
	position: relative;
	display: inline;
	float: left;
	color:#FFFFFF;
}
.ddsmoothmenu ul li a
{
	display: block;
	color: white;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding: 0 0 8px 5px;
	text-decoration: none;
	color:#FFFFFF;
}
* html .ddsmoothmenu ul li a
{
	display: inline-block;
	color:#FFFFFF;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited
{

}

.ddsmoothmenu ul li a.selected
{
	color:#FFFFFF;
}

.ddsmoothmenu ul li a:hover
{
	color:#FFFFFF;
}
.ddsmoothmenu ul li ul
{
	right:0;
	position: absolute;
	display: none; 
	visibility: hidden;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:2px solid #cccccc;
}
.ddsmoothmenu ul li ul li
{
	display: list-item;
	float: none;
	color:#000000;
}
.ddsmoothmenu ul li ul li ul
{
	top: 0;
}
.ddsmoothmenu ul li ul li a
{
	width:175px;
	font-size:11px;
	font-weight:normal;
	padding: 4px 0 5px 9px;
	background: #ffffff;
	color:#000000;
	border-bottom:1px solid #cccccc;
	border-right:3px solid #cccccc;
}
.ddsmoothmenu ul li ul li a:hover
{
	background-color:#333333;
	color:#FFF;
}

* html .ddsmoothmenu{
	height: 1%;
}

.downarrowclass
{
	position: absolute;
	top: 12px;
	right: 10px;
}

.rightarrowclass
{
	position: absolute;
}

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

.toplevelshadow
{
	opacity: 0.8;
}

















</pre></body></html>