<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 740px) {
#navre a {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 40px;
	width:163.3px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	border-left:1px #4D2E5C solid;
}

#navre a:hover {
	color: #FFFFFF;
	background-image:url("../img/menu02.jpg");
	background-repeat:repeat-x;
}
}
@media screen and (max-width: 740px) {
  #navre a {
    float: none;
	 background-color: #F7F7F6;
	 color: #4D2E5C;
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	line-height: 40px;
	margin:0 0 1px 0;
	padding:0 0 0 10%;
	background-image: url("../img/nav_icon.jpg");
	background-position:2% center;
	background-repeat:no-repeat;
  }

 #navre a:hover {
  background: #DECDE7;
   color: #4D2E5C;
	background-image: url("../img/nav_icon.jpg");
	background-position:2% center;
	background-repeat:no-repeat;
}

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