
/*****************************************************************************/
/*  TOP MENU                             		                                */
/*****************************************************************************/

/*div#topBlockGoIn {
	overflow: hidden;
}*/


/*****************************************************************************/
/*  DOCUMENTS                                               	              */
/*****************************************************************************/

div.gallery-path {
	padding-bottom: 1em;
	padding-left: 10px;
	margin-left: 0px;
}

div.gallery-path h2.mf {
	margin-left: -10px;
}

.magiced h4.folders {
	padding-left: 10px;
	padding-bottom: 3px;
	margin-bottom: 0px;
}
.magiced ul.folders {
	padding-left: 20px;
}
ul.folders li a {
	/*font-size: 100%;*/
}

.file-description {
	padding-left: 10px;
}

/*****************************************************************************/
/*  TEXT UNDER LOGO                                                           */
/*****************************************************************************/

div#btlLogo a {
	/*position: relative;*/
	color: #fff;
	text-decoration: none;
}

div#btlLogo a:hover {
	color: #fff;
	text-decoration: none;
}

	/*#btlLogo a {
		display: block;
		width: 165px;
		height: 60px;
		background: none;
		cursor: pointer;
	}*/

	#btlLogo a span.no-homepage {
	/*	display: block;
		width: 165px;
		height: 60px;
		background: url('../img/tm-btl.png') center center no-repeat;*/
		position: relative;
		top: 20px;
	}

/*#page {
	position: relative;
}*/

/*#btlLogo a span {
		display: block;
		width: 165px;
		height: 60px;
		background: url('../img/tm-btl.png') center center no-repeat;
}
*/
#btlLogo a strong {	
	display: block;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 60px;
}

#btlLogo a strong em {	
	font-style: normal;
	position: relative;
	top: -5px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
}


/*****************************************************************************/
/*  MAIN LEFT MENU                                                           */
/*****************************************************************************/

ul.leftMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #9FA1A0;
}

ul.leftMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}


ul.leftMenu li {
	display: block;
/*	width: 165px;*/
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #fff;
}



.leftMenu li a {
	display: block;
	/*width: 135px;
	_width: 165px;*/
	/*padding: 2px 4px 2px 4px;*/
	
	/*position: relative;*/

	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #00578D;
	
	background-image: url('../../img/sipka-dolu-bila.gif');
	background-position: 150px 5px;
	background-repeat: no-repeat;
	
}
.leftMenu a:hover {
	color: #fff;
	background-color: #438AA6;
}
			
.leftMenu li a span {
	/*display: block;*/
	display: none;
}

.leftMenu li ul {
	margin: 0;
	padding: 0;
	background-color: white;
}
			
.leftMenu li ul li {
	border: none;
	width: auto;
	padding-top: 0;
	padding-bottom: 0px;
	border-top: 3px solid #fff;
}

.leftMenu li ul li.last {
	border: none;
}

.leftMenu ul li a {
	font-weight: normal;
	width: auto;
}

.leftMenu li ul li a,
.leftMenu li.active ul li a {
	font-weight: bold;
	background-color: #93D2CB;
	color: #000;
	background-image: url('../../img/shockwave/mmc-small-blue.png');
	background-position: 8px 3px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 8px;
}

.leftMenu li ul li a span {
	display: block;
	padding-left: 19px;
}

.leftMenu li ul li a:hover {
	background-color: #C6E8E4;
	color: #000;
}



/* 3. uroven */

.leftMenu li ul li ul li a,
.leftMenu li.active ul li ul li a,
.leftMenu li ul li.active ul li a {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #fff;
	color: #000;
	background-image: none;
}

.leftMenu li ul li ul li a:hover {
	background-color: #fff;
	color: #000;
}


/* zvyrazneni aktivnich */

.leftMenu li ul li.active a {
	background-color: #C6E8E4;
	color: #004C88;
}

/*.leftMenu li ul li.active,
.leftMenu li ul li.active a {
	color: #9FA1A0;
}*/
	
.leftMenu li ul li ul li.active,
.leftMenu li ul li ul li.active a {
	color: #9FA1A0;
}

#menuAndCont div#menu { border-top: 0; }
			
/*****************************************************************************/
/*  END: MAIN LEFT MENU                                                      */
/*****************************************************************************/

