<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.sdmenu
{
	width: 95%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(../images/.gif) no-repeat right bottom;
	color: #000000;
	margin-top: 15px;
}
div.sdmenu div {
	background:white;
	overflow: hidden;
	margin-bottom:1px;
}
div.sdmenu div:first-child {
	background:white;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 35px;
	font-weight: normal ;
	color: Black;
	background: url(../images/expanded.gif) no-repeat 10px center;
	cursor: default;
	/*border-bottom: 1px solid #ddd;*/
}
div.sdmenu div.collapsed span {
	background-image: url(../images/collapsed.gif);
}
div.sdmenu div a
{
	padding: 5px 35px;
	/*background: #f7f7f7;*/
	display: block;
	/*border-bottom: 1px dotted #dcdcdc;*/
	color: #000000;
	text-decoration: none;
}

div.sdmenu div a.current
{
	background: #FFFFFF;
	color: #000000;
}

div.sdmenu div:hover
{
	background-color: White;
	color: #000000;
}
div.sdmenu div a:hover
{
	background: White url(../images/linkarrow.gif) no-repeat right center;
	color: #000000;
	text-decoration: none;
}


.sdmenu  {
	background: url(../images/tab2.gif) repeat-x;
	overflow: hidden;
	padding-left:5px;
	font-weight: normal;
}
.sdmenu1
{
	background: url(../images/tab3.gif) repeat-x;
	overflow: hidden;
	color: #000000;
	padding-left: 5px;
	font-weight: bold;
}
.NAVbgbuttom3{  height:91PX;}

.clearfix
{
	width:100%;
	border:0;
	border-color:gray;
}</pre></body></html>