@charset       "UTF-8";




/* ---  submenu --- */

#submenu
{
	margin-left: 0px;
	margin-bottom: 10px;
	width: 160px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans serif;
	font-weight: bold;
	display: block;
	
}


.s1
{
	background-color: #F0F0F0;
	margin: 0px 0px 1px 0px;
}
.s1 a
{
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 14px;
}
.s1 a:hover { color: #CC0000; }

.arrow1
{
	background-image: url(../images/sub2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.arrow1-open
{
	background-image: url(../images/sub1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}



.arrow2
{
	background-image: url(../images/sub2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.arrow2-open
{
	background-image: url(../images/sub2-open.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}


.s2-wrap
{
	background-color: #fff;
	margin: 0px 0px 4px 0px;
}

.s2
{
	background-color: #e9e9e9;
	padding: 0px;
	margin: 0px 2px 0px 20px;
	
}

.s2 a {color: #666;}
.s2 a:hover { color: #000;}