.active
{
	background-image: url(../images/menuactive.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#submenu
{
	1float: left;
	margin-left: 18px;
	margin-bottom: 10px;
	width: 190px;
	
}


.s1
{
	background-color: #CCC;
	margin: 0px 0px 1px 0px;
}
.s1 a
{
	color: #666;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;
}
.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;}