
.nov {

	text-align: left;
	font-family: verdana, tahoma;
	font-size: 9pt;
	color:  #000000;
}


/* ----------------------------------------------------------- */


a:link, a:visited {
	text-decoration: none;
	color: #AF1110;
}
a:hover {
	text-decoration: underline;
	color: #FF8A00;
}

/* ----------------------------------------------------------- */

.refLink {
	text-decoration: none;
	color: #111111;
	cursor: pointer;
}
.refHover {
	text-decoration: underline;
	color: Red;
	cursor: pointer;
}

/* ----------------------------------------------------------- */


.navOsnButtons {
	color: Silver;
	cursor: default;
	
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
}

.navOsnButtons .frameZero {
	position: relative;
}
.navOsnButtons .frameFirst {
	height: 26px;
	margin-bottom: 1px;              (расстояние между ссылками)
	padding-right: 1px;
	padding-left: 1px;
}
.navOsnButtons .frameSecond {
	background-repeat: no-repeat;
	background-position: left center;
}
.navOsnButtons .frameThird {
	background-repeat: no-repeat;
	background-position: right center;
}

.navOsnButtons .frameFourth, .navOsnButtons .frameFourthCur {
	background-repeat: repeat-x;
	background-position: center;
	margin-left: 7px;
	margin-right: 7px;
}
.navOsnButtons a:link .frameFourth, a:visited .frameFourth {
	background-color: #AF1110;                                               (цвет ячеек)
}
.navOsnButtons a:hover .frameFourth {
	background-color: #7E0005;                                              (цвет наведения)
}


.navOsnButtons .frameFifth {
	background-repeat: no-repeat;
}
.navOsnButtons .frameSixth {
	height: 26px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: White;
	margin-left: 7px;
	margin-right: 15px;
}
.navOsnButtons .vm {
	position: absolute;
	top: -3px;
	/*width: 254px;*/
	display: none;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.navOsnButtons a:link, .navOsnButtons a:visited {
	text-decoration: none;
	color: #02369A;
}
.navOsnButtons a:hover {
	text-decoration: none;
	color: Red;
}

.firstNavOsnButtons, .secondNavOsnButtons {
	position: absolute;
	top: 7px;
	left: 14px;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 2px;
}

.firstNavOsnButtons {
	top: 7px;
	left: 14px;
}

.secondNavOsnButtons {
	top: 75px;
	left: 14px;
}

.firstNavOsnButtons .navOsnButtons .vm {
	top: -3px;
}

.secondNavOsnButtons .navOsnButtons .vm {
	top: -2px;
}

/* ----------------------------------------------------------- */