/* -------------------------------------------------------- */
	/* BUTTON													*/
.button {
	color: #FFFFFF;
	clear: both;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	margin-right: 0px;
}

a.button {
	text-decoration: none;
}

.button span {
	background: url(/Mechsoft/thirdparty/leftmenu/img/button.png) left top no-repeat;
	display: block;
	padding-left: 10px;
	padding-right: 8px;
}

/* -------------------------------------------------------- */
	/* MENU														*/
.v-menu {
	border: solid 1px #7F9FBF;
	width: 179px;
	clear: both;
}

ul.v-menu,.v-menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.v-menu {
	clear: both;
	margin-top: 0px;
	padding: 6px 10px;
}

.v-menu li a {
	color: #144E56;
	font-weight: bold;
	display: block;
	border-top: solid 1px #DEDEDE;
	padding: 4px;
	text-decoration: none;
}

.v-menu li a:hover {
	color: #999999;
}