/*Строка, на которой находится меню*/
DIV.mainstatewrapper {
	DISPLAY: block;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #ffffff !important;
	TEXT-ALIGN: left;
	text-decoration: none;
	TEXT-TRANSFORM: uppercase;
	font-family: tahoma;
	padding-left: 4px;
	background-color: #999999 !important;
}
/*Описание пунктов меню*/
.mainstate, .mainstate:visited {
	PADDING-RIGHT: 8px;
	PADDING-LEFT: 8px;
	PADDING-BOTTOM: 5px;
	COLOR: #ffffff !important;
	PADDING-TOP: 8px;
	TEXT-DECORATION: none;
	margin-left: -4px;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	line-height: 25px;
	background-color: #999999 !important;
}

/*При наведении курсора*/
.mainstate:hover {
	text-decoration: none;
	background-color: #666666 !important;
	margin-left: -4px;
	margin-right: 0px;
	COLOR: #ffffff !important;
}

/*Текущий пункт меню*/
.openmainstate, .openmainstate:hover {
	PADDING-RIGHT: 8px;
	PADDING-LEFT: 8px;
	TEXT-TRANSFORM: uppercase;
	TEXT-DECORATION: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	vertical-align: bottom;
	background-color: #000000 !important;
	COLOR: #ffffff !important;
}


