@charset "UTF-8";
/* DEFINUJEME MENU JAYZYKU */
		
/* LEFT MENU */
ul.leftMenu{
	list-style-type: none;	
	margin: 0px 5px 0px 0px
}
				
ul.leftMenu li a{
	display: block;
	width: 135px;
	min-height: 20px;
	_height: 20px;
	font-weight: normal;
	border-bottom: solid 1px #000;
	padding: 5px 0px 5px 20px;
	background: url("../images/bg_menu.gif") 5px  center no-repeat transparent;
	color: #c2a4b0;
}					
	
					ul.leftMenu li a:hover{
						color: #fff;
						background: url("../images/bg_menu_hov.gif") 5px  center no-repeat transparent;
					}
	
/* RIGTH MENU */
ul.rightMenu{
	list-style-type: none;	
	margin: 0px 5px 20px 0px
}
				
ul.rightMenu li a{
	display: block;
	width: 200px;
	min-height: 20px;
	_height: 20px;
	font-weight: normal;
	border-bottom: solid 1px #000;
	padding: 5px 0px 5px 20px;
	background: url("../images/bg_menu.gif") 5px  center no-repeat transparent;
	color: #c2a4b0;
}					
	
					ul.rightMenu li a:hover{
						color: #fff;
						background: url("../images/bg_menu_hov.gif") 5px  center no-repeat transparent;
					}
					/* VNORENE MENU */					
					ul.leftMenu ul {
							list-style-type: none;	
							margin: 0px 0px 0px 0px;
							padding: 0px;
					}
					
					ul.leftMenu ul li	a {
						display: block;
						width: 155px;
						min-height: 20px;
						border-bottom: solid 1px #d2d2d2;
						padding: 4px 0px 0px 5px;
						color: #777;
					}