/* SWIM2.0 :: Simple website menu
****************************************************************
* DOM scripting by brothercake -- http://www.brothercake.com/
* Licensed under GPL -- http://www.gnu.org/copyleft/gpl.html
****************************************************************
* For professional menu solutions visit -- http://www.udm4.com/ 
****************************************************************
*/


ul.vertical, ul.vertical li {
	margin:0;
	padding:0;
	list-style-type:none;	
	}

ul.vertical {
	position:relative;
	z-index:1000;
	cursor:default;
	width:200px;	
	}

ul.vertical li {
	position:relative;
	text-align:left;
	cursor:pointer;
	cursor:hand;
	width:200px;	
	margin:-1px 0 0 0;
	
	}

ul.vertical ul {
	z-index:1020;
	cursor:default;
	position:absolute;
	width:200px;
	margin:38px 0 0 0;
	top:-100em;
	left:-1px;
	padding:1px 0 0 0;
	}
	
ul.vertical ul li {
	width:200px;
    
	}

ul.vertical ul ul {
	margin:-0.5em 0 0 7.7em;
	}

@media Screen, Projection { 
	ul.vertical li:hover > ul { top:0; }
	}

ul.vertical a, ul.vertical a:visited{
	display:block;
	cursor:pointer;
	cursor:hand;
	background:#ffc url('../img/hlavni.gif') no-repeat top left;
	font:normal normal bold 0.7em tahoma, verdana, sans-serif;
	color:#ff9;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:1px;
	padding:6px 0 4px 0;
	_padding:7px 0 3px 0;
	height:30px;
	text-align:center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;	
	}

ul.vertical ul a, ul.vertical ul a:visited{
	background:#ffc url('../img/sub.gif') no-repeat top left;
	color:#900;
	padding:3px 0 7px 45px;
	_padding:5px 0 5px 45px;
	text-align:left;
	height:20px;
	font-size:13px;
    } 
		
ul.vertical a:hover, ul.vertical a:focus, ul.vertical a.rollover, ul.vertical a.rollover:visited {
	color:white;
	}



@media screen, projection {
	* html ul.vertical li {
		display:inline; 
		f\loat:left; 
		background:#ffffff; 
		}
	}
* html ul.vertical li { position:static; }
* html ul.vertical a { position:relative; }
ul[class^="vertical"] ul { display:none; }
ul[class^="vertical"] ul { displa\y:block; }

