<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cssmenu1,
#cssmenu1 ul,
#cssmenu1 li {

  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  position: relative;
    padding:0;
  margin:0;
}
#cssmenu1 span {
  line-height: 1.3;
}

#cssmenu1 ul li span {
	font-size: 14px !important;
}

#cssmenu1 {
  width: 300px;
  border-radius:10px;
}
#cssmenu1 &gt; ul &gt; li {
  font-size: 25px;
  font-weight: bold;
  display: block;
  color: #6a00a5;
  text-transform: none;
  position: relative;
}
/* #cssmenu1 &gt; ul &gt; li &gt; span {
  padding: 10px;
  display: block;
  font-size: 13px;
  font-weight: 300;
  height: 20px;
  color: #6a00a5;
    background-color: #32a0c9;
} */
/* #div
{
	float: left;
	height: 45px;
	width: 100px;
	text-align: center;
	line-height: 45px;
  color: #6a00a5;
}
#div_bdr
{
	border-bottom: 1px solid #6a00a5;
	float: left;
	height: 45px;
	width: 100px;
	text-align: center;
	line-height: 45px;
	color: #6a00a5;
	font-weight: bold;
/* }*/
/* #td
{
	 border-bottom: 2.5px solid #620070;
	 padding: 10px 5px;
} */ */
/* #enroll
{
	padding: 10px 60px;
} */
/* #divImg
{
	margin: -2.5px 0 0 -20px; 
	float: left; 
	width: 30px; 
	height: 24px; 
	background: url('../images/plus-button.png');
} */
/* #cssmenu &gt; ul &gt; li :hover {
  text-decoration: none;
}
#cssmenu &gt; ul &gt; li.active {
  border-bottom: none;
}
#cssmenu &gt; ul &gt; li.active #divImg
{
	background: url('../images/minus-button.png');
} */
/* #cssmenu &gt; ul &gt; li.active &gt; span {
  background-color: #32a0c9;
} */
#cssmenu1 span.cnt {
  position: absolute;
  top: 8px;
  right: 15px;
 
  margin: 0;
  background: none;
}

#cssmenu1 ul ul {
  display: none;
  padding:0;
  margin:0;
}
#cssmenu1 ul ul li {
  border-top: 0;
}
#cssmenu1 ul ul span{
  padding: -1px;
  display: block;
  font-size: 15px;
}
/*#cssmenu ul ul a:hover {
  color: #bd0e36;
}
#cssmenu ul ul li.odd {
  background: #f4f4f4;
}
#cssmenu ul ul li.even {
  background: #fff;
}*/</pre></body></html>