.global_nav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 150px;
}
/* -------------------------------------------------------- */
/* BUTTON													*/
.button{
	background:#FFF no-repeat;
	color:#000;
	clear:both;
	display:block;
	float:left;
	font-weight:bold;
	height:31px;
	line-height:31px;
	width:150px;
	margin-right:0px;
	margin-bottom: 5px;
	font-size: 12px;
}
.button a:hover{
	background:#FFF no-repeat;
	color:#F00;
	clear:both;
	display:block;
	float:left;
	font-weight:bold;
	height:31px;
	line-height:31px;
	width:150px;
	margin-right:0px;
	margin-bottom: 5px;
	font-size: 12px;
}
	a.button {
	text-decoration:none;
	color: #000;
	}
	a:hover.button {
	text-decoration:none;
	color: #F00;
	}
/* -------------------------------------------------------- */
/* MENU														*/
.v-menu{
	width:150px;
	clear:both;
}
	ul.v-menu, .v-menu li{
		padding:0; 
		margin:0;
		list-style:none;
	}
	ul.v-menu{
	clear:both;
	margin-top:0px;
	padding:0px;
	}
		.v-menu li a{
	color:#555555;
	font-weight:normal;
	display:block;
	border-top:solid 1px #DEDEDE;
	padding:4px 4px 4px 0px;
	text-decoration:none;
		}
		.v-menu li a:hover{
	color:#F00;
		}

