/* POLOZKY MIMO MENU-CONTENT */
#nadpis-wrap
{
	background: #c8d8e8;
}
/* cele menu */
	#menu2-content-wrap,
	#menu-content-wrap
	{
	border-color: #C8D8E8;
    	background: #c8d8e8;
	}
/* HORNI MENU */
#menu-content-up-table	
{
	border-bottom-color: #C8D8E8;
}

/* polozky horniho menu */
#menu-content-up-table a
{
	color: white;
	background: #477c92;
}
#menu-content-up-table a:hover
{
	background: #477c92;
	color: white;
}
/* sipka u aktivni polozky */
#menu-content-up-table .menu-content-forcevisible-1
{
	/*background: #47708B;*/
}
#menu-content-up-table .menu-content-forcevisible-1:before 
{
	border-color: #47708B transparent;
}

.fixed #menu-content-up-table a
{
	background: #356f88;
}

/* odkazy v menu */
#menu2-content-down-table a,
#menu-content-down-table a
{
	border-color: #C8D8E8;
	background: #477c92;
	color: white;
}

.fixed #menu-content-down-table a
{
	background: #356f88;
}

/* zmena barvy po najeti mysi */
#menu2-content-down-table a:hover,
#menu-content-down-table a:hover
{
	background: #628fa1;
	color: white;
}
/* aktivni polozka */
#menu2-content-down-table .aktivni,
#menu-content-down-table .aktivni
{
	background: #477c92;
	color: white;
}
/* sipka u aktivni polozky PC */
#menu2-content-down-table .aktivni:before,
#menu-content-down-table .aktivni:before
{
	border-color: #477c92;
}

/* sipka u aktivni polozky Tablet */
#menu2-content-down-table .aktivni:after,
#menu-content-down-table .aktivni:after {
	border-color: #477c92;
}

.fixed #menu-content-down-table .aktivni:hover:before,
#menu-content-down-table .aktivni:hover:before
{
	border-color: #628fa1;
}

.fixed #menu-content-down-table .aktivni:before
{
	border-color: #356f88;
}

/* 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: #356F88;
	background: #efefef;
	color: #265062;

}
.fixed #menu-content-down-table a,
#menu-content-down-table a
{
	border-bottom-color: #c0c0c0 !important;
	background: white;
	color: #265062;

}

	#menu2-content-down-table a:hover,
	#menu-content-down-table a:hover
{
	background: #e7e7e7;
	color: #265062;
}

/* zruseni zvyrazneni pro aktivni polozku */
	#menu2-content-down-table .aktivni
{
	background: #efefef;
	color: #265062;
}

	#menu-content-down-table .aktivni
{
	background: white;
	color: #265062;
}

}
