/*
span.menu_img span {
	display : none;
	font-size : 9px;
	font-weight : normal;
	letter-spacing: 0.1em;
	white-space : nowrap;
}
span.menu_img {
	background-repeat : no-repeat;
	background-position : center center;
	height : 22px;
	cursor : pointer;
	display : block;
}
span.menu_uvod {
	background-image : url('../images/menu/uvod.gif');
	width : 34px;
} 
span.menu_krkonose {
	background-image : url('../images/menu/d_krkonose.gif');
	width : 56px;
} 
span.menu_kras {
	background-image : url('../images/menu/d_kras.gif');
	width : 79px;
} 
span.menu_sumava {
	background-image : url('../images/menu/d_sumava.gif');
	width : 56px;
} 
span.menu_beskydy {
	background-image : url('../images/menu/d_beskydy.gif');
	width : 56px;
} 

span.menu_regiony {
	background-image : url('../images/menu/regiony.gif');
	width : 51px;
}
span.menu_eshop {
	background-image : url('../images/menu/eshop.gif');
	width : 42px;
}
span.menu_oprojektu {
	background-image : url('../images/menu/oprojektu.gif');
	width : 71px;
}
span.menu_info {
	background-image : url('../images/menu/info.gif');
	width : 115px;
}
span.menu_kontakty {
	background-image : url('../images/menu/kontakty.gif');
	width : 61px;
}
span.menu_odkazy {
	background-image : url('../images/menu/odkazy.gif');
	width : 48px;
}
span.menu_aktuality {
	background-image : url('../images/menu/aktuality.gif');
	width : 99px;
}
*/

#menu ul, li {
	padding: 0;
	margin: 0;
}

ul.makeMenu li { 
	behavior: url("./js/nav.htc");
	display : block;
	float : left;
	list-style-type: none; 
	position: relative; 
	_possition : absolute;
	z-index : 10;
	_width : 1px;
}

ul.makeMenu li:hover>ul { 
	display: block; 
}

ul.makeMenu li>ul>li { 
	position : relative;
}

ul.makeMenu li ul li { 
	display : block;
}

ul.makeMenu li ul { 
	display: none; 
	position: absolute; 
	top: 22px;
	left: 0px;
}

#menu a.current {
	background-position : 0 -22px;
}

#menu a {
	background-image : url('../images/menu.gif');
	background-repeat : repeat-x;
	background-position : 0 0;
	font-size : 9px;
	font-weight : bold;
	height : 22px;
	line-height : 22px;
	padding-left : 1em;
	padding-right : 1em;
	margin : 0px;
	text-decoration : none;
/*	text-transform : uppercase;*/
	color : #c3bbb0;
	font-size : 9pt;
	font-family : Tahoma, Verdana, "Geneva CE", lucida, sans-serif;
	font-variant : small-caps;
	white-space : nowrap;
}
#menu ul li a {
	display : block;
	_width : 100%;
}

#menu a:hover {
	background-position : 0 -22px;
}

#menu .divider{
	border-right : solid 1px #2b1e15;
}
#menu .right {
	float : right;
	display : block;
}
#menu .left {
	float : left;
	display : block;
}
