<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* html #mega li:hover .s4 {
	background: none;
}

* html #wrap {
	height: 100%;
}

div.menu {
	position: absolute;
	top: 83px;
	left: 110px;
	width: 520px;
	z-index: 2002;
	text-align:center;
}

/* ---------- Mega Drop Down --------- */
#mega {
	font-weight: bold;
	height: 2em;
	list-style: none;
	margin: 0px -1px 0 0;
}

/* ----------- Hide/Show Div ---------- */
#mega div.dropdown {
	background-color: #3e3e41;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	left: -999em;
	margin-top: 5px;
	padding: 0 10px 10px;
	position: absolute;
	text-align: left;
	width: 350px;
	z-index: 2002;
}

#mega div.dropdown .s1 {
	background: url(/yoshiart/20151218210612oe_/http://www.ocremix.org/images/template/menu_rightcorner.png) 100% 0 no-repeat;
	right: -8px;
	top: 1px;
}

/* ---------- Drop Shadow ---------- */
#mega div.dropdown .s1, #mega div.dropdown .s2, #mega div.dropdown .s3 {
	height: 100%;
	position: absolute;
	width: 100%;
}

#mega div.dropdown .s2 {
	background: url(/yoshiart/20151218210612oe_/http://www.ocremix.org/images/template/menu_leftcorner.png) 0 100% no-repeat;
	bottom: -8px;
	left: 0px;
}

#mega div.dropdown .s3 {
	background: url(/yoshiart/20151218210612oe_/http://www.ocremix.org/images/template/menu_shadow.png) 100% 100%;
	right: -8px;
	top: 8px;
}

#mega div.dropdown a:hover, #mega div.dropdown a:focus, #mega div.dropdown a:active {
	text-decoration: underline;
}

#mega div.dropdown a.img:hover, #mega div.dropdown a.img:focus, #mega div.dropdown a.img:active {
    text-decoration: none;
}

/* --------- Within Div Styles --------- */
#mega div.dropdown h2 {
	background: #ABAAB0;
	clear: both;
	font-size: 1em;
	margin: 10px 0 5px 0;
	padding: 0 10px;
	position: relative; /* makes above drop shadow */
	width: 330px;
}

#mega div.dropdown p {
	margin-bottom: 0;
	padding-left: 10px;
	position: relative; /* makes above drop shadow */
}

#mega div.dropdown p a {
	padding: 2px;
	vertical-align: middle;
}

#mega div.menu-inner {
	margin-bottom: 0;
	margin-left: 10px;
	position: relative; /* makes above drop shadow */
}

#mega li {
	float: left;
	font-size: 16px;
	line-height: normal;
	margin-left: -1px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 8px;
	position: relative;
	text-align: center;
}

#mega li a {
	color: #ffffff;
	outline: 0;
	text-decoration: none;
}

#mega li a:hover {
    color: #fd9353;
}

#mega li.dif:hover div.dropdown {
	left: -221px;
}

#mega li:hover {
    background-color: #3e3e41;
	border-bottom: 0; /* border-bottom:0; and padding-bottom:1px; keeps &lt;li&gt; and &lt;div&gt; connected */
	z-index: 1; /* shadow above adjacent li */
}

#mega li:hover .dif-s4 {
	padding-bottom: 9px;
}

#mega li:hover .s4 {
	background: url(/yoshiart/20151218210612oe_/http://www.ocremix.org/images/template/menu_shadow.png) 100% 0 repeat-y;
	height: 100%;
	padding: 0 8px 0 0;
	position: absolute;
	right: -8px;
	top: 0;
}

#mega li:hover div.dropdown {
	left: -20px;
	top: auto;
}

@media (max-width: 979px) {

	div.menu {
		left: 0;
	}
}</pre></body></html>