.button{
	color:#1D467D;
	clear:both;
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:31px;
	line-height:27px;
	width:auto;
	margin-right:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: right -32px;
}
	a.button {
	text-decoration:none;
	display: block;
	}
	.button span {
	display:block;
	height:31px;
	line-height:27px;
	padding-left:10px;
	padding-right:8px;
	margin-right:20px;
	background-repeat: no-repeat;
	background-position: left top;
	}
/* -------------------------------------------------------- */
/* MENU														*/
.v-menu{
	width:188px;
	clear:both;
}
	ul.v-menu, .v-menu li{
		padding:0; 
		margin:0;
		list-style:none;
	}
	ul.v-menu{
		clear:both;
		margin-top:6px;
		padding:6px 10px;
	}
		.v-menu li a{
	color:#555555;
	font-weight:bold;
	display:block;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 40px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CAC4A0;
		}
		.v-menu li a:hover{
	color:#999999;
		}
