<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.jquerycssmenu{
	padding-left: 14px; /*offset of tabs relative to browser left edge*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	line-height: 20px;
	background-image: url(img/gmenu_bg.gif);
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}

.jquerycssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	 border-collapse: collapse;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	;
	margin-right: 0px;
	border-bottom-width: 0;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 40px;
	padding-bottom: 7px;
	padding-left: 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-collapse: collapse;
	background-image: url(img/gmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: bold;
	
}

.jquerycssmenu ul li a:hover{
	background-image: url(tintbluedark.gif) /*tab link background during hover state*/;
	background-color: #09F;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-top: 1px solid black;
	background-color: #CCC;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	font: normal 13px Verdana;
	width: 180px;
	color: black;
	padding: 4px 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	background-color: #E8E8FF;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	color: black;
	background-color: #CCF;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
</pre></body></html>