﻿DIV.menu
{
	background-color:White;
	border-style:none;
	border-left:solid 1px #eaeaea;
	border-right:solid 1px #eaeaea;
	border-bottom:solid 1px #eaeaea;
	width:150px;
	margin: 0 0 1em 0;
	padding:0px;
}


/* musi tu byt takhle rozepsano kvuli IE6, jinak by stacilo DIV.menu DIV A */
DIV.menu DIV.heading A:link		{ color:#555; color:#eee; }
DIV.menu DIV.heading A:visited  { color:#555; color:#eee; }
DIV.menu DIV.heading A:hover	{ color:#ffb540; }
DIV.menu DIV.heading A:active	{ color:#ffb540; }
DIV.menu DIV.heading SPAN       { color:#555;  }

DIV.menu DIV.heading
{
	/*background-color:#fafafa;
	border-top:solid 1px #eaeaea;
	border-bottom:solid 1px #eaeaea;*/
	/*background-color:#999999;*/
	/* nove, 23.5.2008 */
	background-color:#999;
	color:#eee;
	
	border-top:solid 1px #eaeaea;
	border-bottom:solid 1px #eaeaea;
	margin:0;
	text-align:center;
	padding: 0.5em auto;
}

DIV.menu DIV.heading SPAN,
DIV.menu DIV.heading A
{
	font-size:115%;
	font-weight:bold;
	letter-spacing:0.2em;
	/* nove, 23.5.2008 */
	color:#eee;
}

DIV.menu DIV.subHeading
{
	font-size:110%;
	font-weight:bold;
	letter-spacing:0.1em;
	padding-left:5px;
}

/* obecne vsechny radky ve stromku */
DIV.menu DIV.item
{	
	padding-top:0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	/*padding-left:0;*/
}

DIV.menu DIV.item A:link	  { color:#555; }
DIV.menu DIV.item A:visited   { color:#555; }
DIV.menu DIV.item A:hover	  { color:#555; }
DIV.menu DIV.item A:active	  { color:#ffb540; }

DIV.menu DIV.page
{
	background-image:url(menuSeparator4.png);
	background-position:center right;
	background-repeat:no-repeat;
}

/*********** levely ***************/
DIV.menu DIV.level1, 
DIV.menu DIV.level2, 
DIV.menu DIV.level3, 
DIV.menu DIV.level4
{	
	border-style:none;
}
DIV.menu DIV.level1 *, 
DIV.menu DIV.level2 *, 
DIV.menu DIV.level3 *, 
DIV.menu DIV.level4 *
{
	font-family:Tahoma, Verdana, Arial, Courier;
	font-size:x-small;
}

DIV.menu DIV.level1
{
	padding-left:5px;
}
DIV.menu DIV.level1 *
{	
	font-size:small;
	font-weight:bold;
	letter-spacing:0.1em;
}

DIV.menu DIV.level2
{
	padding-left:8px;
}
DIV.menu DIV.level2 *
{	
	font-weight:bold;
}

DIV.menu DIV.level3
{	
	padding-left:11px;
}
DIV.menu DIV.level3 *
{	
	font-weight:normal;
}

DIV.menu DIV.level4
{	
	padding-left:14px;
}
DIV.menu DIV.level4 *
{	
	font-weight:normal;
}

/********* hover **********/
DIV.menu DIV.hover:hover
{
	background-color:#ffc871;
	/*position:relative;
	left:5px;*/
}

DIV.menu DIV.hover:hover A
{
	color:#555;
}
