@charset "utf-8";
/* CSS Document */

.vmenu{
	margin: 0 0 0 0;
	width: 190px;
	list-style:none;
	float:right;
	background-color:#000000;
}

.vmenu a{
	
	float:right;
	display:block;
	width:190px;
	color:#000000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	line-height: 27px;
	text-align: center;
	cursor: pointer;	
	background: url(Graphics/vmenu_default.jpg); 
	background-repeat:no-repeat;
}

.vmenu a:hover{
	width:190px;
	
	color: #000000;
	background: url(Graphics/vmenu_hover.jpg);
	background-repeat:no-repeat;
}
.vmenu a.current{
	width:190px;
	
	color: #FFFFFF;
	background: url(Graphics/vmenu_active.jpg);
	background-repeat:no-repeat;
}

</style>

