﻿a.menu-gorizont {
	font-family: Verdana;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #B7B7B7;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-bottom: 7px;
	padding-top: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-color: #C5C5C5;
	border-right-color: #A7A7A7;
	border-right-style: solid;
	border-left-style: solid;
}

a.menu-gorizont2 {
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #0083C1;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-bottom: 7px;
	padding-top: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-color: #009EEA;
	border-right-color: #0077B0;
	border-right-style: solid;
	border-left-style: solid;
}
a:hover.menu-gorizont {
	background-color: #CCCCCC;
	color: #FFFFFF;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}
	
a.menu-gorizont-akcent {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	background-color: #FFCC00;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-bottom: 7px;
	padding-top: 7px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
	border-right-color: #FF0000;
	border-right-style: solid;
	border-left-style: solid;
}
a:hover.menu-gorizont-akcent {
	background-color: #FFFF33;
	color: #000000;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
	

	
	
a.menu-vert {
	padding: 15px;
	font-size: 9pt;
	background-color: #FFFFFF;
	text-transform: none;
	display: block;
	text-align: left;
	line-height: 135%;
	color: #696969;
	text-decoration: none;
}
a.menu-vert2 {
	text-decoration: none;
	background-color: #FBFBFB;
	color: #009FEC;
	padding: 15px;
	font-size: 10pt;
	text-transform: none;
	display: block;
	text-align: left;
	line-height: 155%;
	text-decoration: none;
}
a:hover.menu-vert {
	text-decoration: none;
	background-color: #FBFBFB;
	color: #009FEC;
}

a.menu-vert-reklama {
	margin: 15px;
	padding: 5px 0px 5px 0px;
	font-size: 11pt;
	text-transform: none;
	display: block;
	text-align: center;
	line-height: 140%;
	color: #666666;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
a:hover.menu-vert-reklama {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #0093D9;
}

a.katalog-kategorii {
	border: 1px solid #DADADA;
	font-family: Verdana;
	font-size: 11pt;
	color: #808080;
	background-color: #FCFCFC;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
}
a:hover.katalog-kategorii {
	border: 1px solid #C0C0C0;
	background-color: #F7F7F7;
	color: #000000;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#menu-gorizont-fiks  /*ФИКСАЦИЯ МЕНЮ ПРИ ПРОКРУТКЕ СТРАНИЦЫ 
(контейнер ДИВ, внуть которого помещается таблица меню) */
 {
	position: fixed;/*Позиция зафиксирована*/;
	z-index: 1000; /*ДИВ поднят выше всех слоев*/;
	height: 50px; /*Высота, нужна для создания промежутка снизу меню при прокрутке*/;
	background-color: #FFFFFF; /*Цвет промежутка всерху и снизу*/;
	margin: 0 auto;
	padding-top: 0px;
	width: 948px; /*Ширина*/
	top: 108px /*Ставь сюда высоту ШАПКИ*/
;
}

.vstavka-menu-gorizont-fiks /*ВСТАВКА МЕЖДУ СТРОКОЙ ЛОГО И БЛОКОМ ТЕКСТА ПРИ ПРОКРУТКЕ СТРАНИЦЫ 
(Ширина таблицы как у ДИВ+3пс, внуть которого помещается таблица меню) */

{
    width: 948px; /*Ширина*/
	height: 50px; /*Высота*/
}

