.forumtools_contentBox
{
    border-right:  1px solid #A3A3A3; /* will move */
    display: none;
    position: absolute;
    left:   22px;
    overflow: hidden;
    width:   141px;
	 margin-top: -2.2px;
}

.forumtools_content {
    position: relative;
    width: 100%;
    text-align: left;

}

#subBox1 ul {
    margin:  0;
    padding: 0;
    list-style: none;
}

#subBox1 ul li {
    margin:  0;
    padding: 3px 0 3px 6px;
    list-style: none;
    border-bottom: 1px solid #A3A3A3;
	 border-left: 1px solid #A3A3A3;
	 border-right: 1px solid #A3A3A3;
	 background: none;
	 background-color: #EDEDED;
}
#subBox1 ul li:hover {
	background-color: #FFFFFF;
	color: #000000;
}
#subBox1 ul li a:hover {
	color: #000000;
}

#subBox1 ul li a {
    color: #666666;
    text-decoration: none;
    font-weight:     normal;
    list-style:      none;
	 border: 0;
}
#subBox1 ul li img {
	border: 0;
	padding-right: 9px;
}




#flag {	
	width: 175px;
	position: relative;
	/*padding-top: 12px;
	padding-left: 15px;
	padding-bottom: 15px;*/
	height: 27px;
	z-index: 10;
}
#flag .now {
	height: 25px;
	background-image: url(../images/flag/fleche.png);
	background-repeat: no-repeat;	
	cursor: pointer;
	text-align: left;
}
#flag .now img {
	margin: 6px 5px 0 15px;
	border: 0;
}
#flag a {
	text-decoration: none;
	color: #666666;
	width: 175px;
	display: inline-block;
}
