/* CSS Document */

/* Container for the Menu */
#linksmenu {
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#linksmenu ul {margin: 0px; padding: 0px;}
#linksmenu li {margin: 0px; padding: 0px; list-style-type: none;}


/* Rules to copy if you use the WriteStyles Command */
.closed ul{display:none;}
.open ul{
	display:block;
	margin-bottom: 5px;
}

/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-color: #130c38;
    width: 240px;
	border: none;
	border-color: #130c38;
	text-align: left;
	display: block;
	font-size: 10.2pt;
	padding: 2px 0px 2px 20px;
}

.closed a:active, .open a:active {
	border: none;
	border-color: #130c38;
}


/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image:  url(Assets/menplus.gif);}

/* Minus Sign for Trigger Links in Open State */
.open a {background-image:  url(Assets/menminus.gif);}

/* Menu Tools */
.menutools {
	width: 240px;
	margin: 10px;
	text-align: right;
	font-size: 8pt;
	font-weight: normal;
}

/* Link Styles for the Submenus & Menu Options */
.closed ul p, .open ul p {
	text-align: left;
	background-color: transparent;
	background-image:  url(Assets/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	border: 0;
	font-size: 9pt;
	padding: 0 0 0 12px;
	margin: 4px 0 10px 16px;
}
.open ul li p {
	padding-right: 50px;
}
.closed ul a, .open ul a {
	text-align: left;
	background-color: transparent;
	background-image:  none;
	background-repeat: no-repeat;
	border: 0;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	display: inline;
	width:auto;
}
.closed ul a.note, .open ul a.note {
	font-size: 8pt;
}
.closed ul a.note kana, .open ul a.note kana {
	font-weight: normal;
}