@charset "utf-8";
/* CSS Document */

.button{
	background:url(../images/stick1.jpg) left no-repeat;
	border-bottom:1px dashed #999;
	color:#333399;
	width:170px;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:30px;
	line-height:31px;
	text-indent:20px;


}
	a.button {
		text-decoration:none;
	}
/* MENU														*/
.v-menu{
	border:solid 1px #7F9FBF;
	width:170px;
	clear:both;
}
	ul.v-menu, .v-menu li{
		padding:0; 
		margin:0;
		list-style:none;
	}
	ul.v-menu{
		clear:both;
		padding:0px;
	}
		.v-menu li a{
			color:#555555;
			font-weight:bold;
			display:block;
			border-top:solid 1px #DEDEDE;
			padding:4px;
			text-decoration:none;
		}
		.v-menu li a:hover{
			color:#999999;
		}

