﻿.v_menu
{
	background-image: url(../img/v_menu_top.gif);
	background-repeat: no-repeat;

	padding-top: 30px;
	padding-left: 20px;
}

.v_menu a, .v_menu_sel a
{
	display: block;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	width: 240px;
	height: 20px;
	line-height: 20px;
	padding-left: 12px;
	
	color: #007AC1;
	
	font-family: Arial Cyr, Tahoma;
	font-size: 14px;
	
	background-image: url(../img/menu_arr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	text-decoration: none;
}

.v_menu a:hover, .v_menu_sel a, .v_menu_sel a:hover
{
	background-image: url(../img/menu_arr_sel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	color: #BB2E11;
}