.navigation-bar {
	display: block;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:119px;
	border-style: none;
	margin:0px;
	padding:0px;
	border-bottom:1px solid rgb(50,50,50);
	background-color: rgb(0,0,0);
	background-image: url('../style/navigation/navi_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: default;
	box-shadow: 0px 5px 10px rgba(0,0,0,.6);
}

.navi-bar-960 {
	position: relative;
	display: block;
	margin:0px auto;
	width:960px;
	height:119px;
}

.navi-logo {
	position: absolute;
	top:0px;
	left:0px;
	width: 118px;
	height:119px;
	background-color: transparent;
	background-image: url('../style/navigation/logo.png');
	background-position: left center;
}

.navi-home {
	position: absolute;
	top:0px;
	left:118px;
	width:67px;
	height:119px;
	background-color: transparent;
	background-image: url('../style/navigation/home.png');
	background-position: left center;
	position: relative;
	cursor: pointer;
	transition: background-image .5s;
}
.navi-home:hover {
	/*background-position: right center;*/
	background-image: url('../style/navigation/home_hover.png');
}

.navi-holder {
	position: absolute;
	top:0px;
	left:185px;
	width: 775px;
	height:119px;
}

.navi-top-row {
	background-color:transparent;
	position: absolute;
	top:0px;
	left:0px;
	width:775px;
	height:60px;
	overflow: hidden;
}
.you-can-call {
	/*font-family: "MagistralCRoman", serif;*/
	font-family: "xolonium-regular";
	font-size: 12px;
	position: absolute;
	top:25px;
	left:0px;
	padding: 0px 0px 0px 14px;
	margin: 0px;
	width:auto;
	color:rgb(180,180,180);
	transition: color .5s;
}
.you-can-call:hover {
	color:rgb(220,220,220);
}

.call-icon {
	position: absolute;
	top:0px;
	left:330px;
	width:60px;
	height:60px;
	background-image: url('../style/navigation/phone_icon.png');
	background-repeat: no-repeat;
	background-position: top left;
	transition: background-image .5s;
}
.call-icon:hover {
	/*background-position: top right;*/
	background-image: url('../style/navigation/phone_icon_hover.png');
}

.call-number {
	font-family: "xolonium-regular";
	font-size: 18px;
	position: absolute;
	font-weight: normal;
	top:21px;
	left:382px;
	padding: 0px 0px 0px 14px;
	margin: 0px;
	width:auto;
	color:rgb(150,150,150);
	transition: color .5s;
	text-decoration: inherit;
}
.call-number:hover {
	color: rgb(220,220,220);
}

.flash-icon {
	position: absolute;
	top:0px;
	left:634px;
	width:60px;
	height:60px;
	background-image: url('../style/navigation/flash_icon.png');
	background-repeat: no-repeat;
	background-position: top left;
	transition: background .5s;
}
.flash-icon:hover {
	/*background-position: top right;*/
	background-image: url('../style/navigation/flash_icon_hover.png');
	cursor: pointer;
}

.search-icon {
	position: absolute;
	top:0px;
	left:676px;
	width:60px;
	height:60px;
	background-image: url('../style/navigation/search_icon.png');
	background-repeat: no-repeat;
	background-position: top left;
	transition: background .5s;
}
.search-icon:hover {
	/*background-position: top right;*/
	background-image: url('../style/navigation/search_icon_hover.png');
}

.profile-icon {
	position: absolute;
	top:0px;
	left:716px;
	width:60px;
	height:60px;
	background-image: url('../style/navigation/profile_icon.png');
	background-repeat: no-repeat;
	background-position: top left;
	transition: background .5s;
	cursor: default;
}
.profile-icon:hover {
	/*background-position: top right;*/
	background-image: url('../style/navigation/profile_icon_hover.png');
}




.navi-middle-row {
	position: absolute;
	top:59px;
	left:0px;
	width:500%;
	height:1px;
	background-color: rgb(50,50,50);
}

.navi-bottom-row {
	background-color:transparent;
	position: absolute;
	top:60px;
	left:0px;
	width:775px;
	height:60px;
}



/*================================*/
/*NAVI BUTTNOS BLOK STARTS*/
.navi{
	position: relative;
	top:0px;
	left:0px;
	width: 775px;
	height:60px;
	border-style: none;
	margin:0px auto;
	padding:0px;
	background-color: transparent;
}

.navi *{
	display: block;
	position: relative;
	left:0px;
	top:0px;
	/*font-family: "MagistralCRoman", serif;*/
	font-family: "xolonium-regular";
	font-size: 11px;
	/*font-weight: bold;*/
	font-weight: normal;
	text-transform: uppercase;
	margin:0px;
	padding:0px;
	cursor: pointer;
	/*border-style: none;*/
	border-spacing: 0px;
	text-align: left;
}

.menu, .menu li ul{
	/*margin:0px;
	padding:0px;*/
	list-style:none;
	position: absolute;
}
.menu > li{
	float:left;
	/*background:url('../style/navigation/corner.png') right bottom no-repeat;*/
	background-color: transparent;
	text-align: center;
	/*border-right:1px solid rgb(0,0,0);*/
}
.menu > li a {
	padding:13px 14px 8px 13px;
	display: block;
	text-decoration: none;
	height:40px;
	overflow: hidden;
	color: rgb(180,180,180);
	transition: color .3s;
}


.menu > li ul{
	display:none;
	position:absolute;
	z-index:1000;
	/*mouse over selection*/
	background-color:#94d320;
	width:200px;
}
.menu > li > ul{
	/* опускает вниз меню первого уровня*/ 
	top:60px;
}
.menu > li:hover > ul{
	display:block;
}
.menu > li:hover{
	/*background: #7d7e7d;*/
	/*верхний ряд*/
	/*background-color:#90cf1e;*/
	background-image:url('../style/navigation/nav_top_row.png');
	background-position: left top;
	background-repeat: repeat-x;
}
.menu > li:hover a {
	color:black;
}

.menu > li:hover .menu-tip {
	color:#2f4900;
}


.menu > li li{
	/*border-top:1px solid rgb(100,100,100);*/
	border-bottom:1px solid rgb(30,30,30);
	border-right:1px solid rgb(0,0,0);
	transition: background-color .5s;
}
.menu > li > ul > li.dir{
	background:url('../style/navigation/arrow4.png') 95% center no-repeat;
}
.menu > li > ul > li:hover > ul{
	display:block;
}
.menu > li > ul  li:hover{
	background-color:#b8ef52;
}
.menu > li > ul > li > ul{
	width:200px;
	/* опускает вниз меню первого уровня*/ 
	left:200px;
	top:0px;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}


.menu-tip {
	font-family: Arial;
	text-transform: capitalize;
	display: block;
	margin:0px;
	padding: 0px;
	color:rgb(110,166,10);
	font-size:9px;
	line-height: 10px;
	font-weight:normal;
}

.top-row {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}