/* POLOZKY MIMO MENU-CONTENT */
#nadpis-wrap
{
	background: #e8ddc8;
}
/* cele menu */
	#menu2-content-wrap,
	#menu-content-wrap
	{
	border-color: #739d7e;
    	background: #e8ddc8;
	}
/* HORNI MENU */

/* cele menu */
	#menu2-content-wrap,
	#menu-content-wrap
	{
	border-color: #739d7e;
	}
/* HORNI MENU */
#menu-content-up-table	
{
	border-bottom-color: #739d7e;
}

/* polozky horniho menu */
#menu-content-up-table a
{
	color: white;
	background: #ae864e;
}
#menu-content-up-table a:hover
{
	background: #ae864e;
	color: white;
}
/* sipka u aktivni polozky */
#menu-content-up-table .menu-content-forcevisible-1
{
	/*background: #ad864c;*/
}
#menu-content-up-table .menu-content-forcevisible-1:before 
{
	border-color: #ad864c transparent;
}

.fixed #menu-content-up-table a
{
	background: #a87c3c;
}

/* odkazy v menu */
#menu2-content-down-table a,
#menu-content-down-table a
{
	border-color: #e8ddc8;
	background: #ae864e;
	color: white;
}

.fixed #menu-content-down-table a
{
	background: #a87c3c;
}

/* zmena barvy po najeti mysi */
#menu2-content-down-table a:hover,
#menu-content-down-table a:hover
{
	background: #b79563;
	color: white;
}
/* aktivni polozka */
#menu2-content-down-table .aktivni,
#menu-content-down-table .aktivni
{
	background: #ae864e;
	color: white;
}
/* sipka u aktivni polozky PC */
#menu2-content-down-table .aktivni:before,
#menu-content-down-table .aktivni:before
{
	border-color: #ae864e;
}

/* sipka u aktivni polozky Tablet */
#menu2-content-down-table .aktivni:after,
#menu-content-down-table .aktivni:after
{
	border-color: #ae864e;
}

.fixed #menu-content-down-table .aktivni:hover:before,
#menu-content-down-table .aktivni:hover:before
{
	border-color: #b79563;
}

.fixed #menu-content-down-table .aktivni:before
{
	border-color: #a87c3c;
}

/* STYL PRO MOBILY */
@media only screen and (max-width: 740px)
{


/* CONTENT MENU */


/* DOLNI MENU */

/* polozky dolniho menu */
#menu2-content-down-table a
{
	border-bottom-color: #6d5227;
	background: #efefef;
	color: #6d5227;

}

.fixed #menu-content-down-table a,
#menu-content-down-table a
{
	border-bottom-color: #c0c0c0 !important;
	background: white;
	color: #6d5227;

}

	#menu2-content-down-table a:hover,
	#menu-content-down-table a:hover
{
	background: #e7e7e7;
	color: #6d5227;
}

/* zruseni zvyrazneni pro aktivni polozku */
	#menu2-content-down-table .aktivni
{
	background: #efefef;
	color: #6d5227;
}

	#menu-content-down-table .aktivni
{
	background: white;
	color: #6d5227;
}


}