/***************************/
#navigation {
	height: 59px;
	margin-top: 2px;
}

#nav {
	position: relative;
	top: 0px;
	height: 30px;
	width: 1000px;
}

#nav li ul {
	margin: 0;
	padding: 0;
}

#nav a {
	text-decoration: none;
}

#nav li {
	margin: 0;
	float: left;
	display: block;
}

#nav li ul {
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #ffffff;
	float: left;
	height: 25px;
	width: 1000px;
}

#nav li a {
	display:block;
	height:30px;
	margin-right:2px;
	padding:0;
}

#nav li a span {
	visibility: hidden;
}

#nav li ul a {
	color:#FFFFFF;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:23px;
	line-height:20px;
	margin-top:5px;
	padding:0 5px 1px 7px;
	text-decoration:none;
	width:auto;
}

#nav li ul a:hover {
	color: #e4e4e4;
	text-decoration: underline;
}

#nav li ul {
	display: block;
}


#nav li ul {
	display: none;
	/*visibility: hidden;*/
}

#nav li:hover ul,#nav li.over ul {
	/*display: block;*/
	z-index: 6000;
	visibility: visible;
}

a#menuclanky {
	background: url(../images/frontend/menu-items.png) no-repeat 0 0;
	width: 66px; /* odebran 1px */
}

a#menudiskuze {
	background: url(../images/frontend/menu-items.png) no-repeat 0 -30px;
	width: 88px; /* odebran 1px */
}

a#menukalendar {
	background: url(../images/frontend/menu-items.png) no-repeat 0 -90px;
	width: 102px;
}

a#menuportaldrop {
	background: url(../images/frontend/menu-items.png) no-repeat -225px -30px;
	width: 27px;
}

a#menugalerie {
	background: url(../images/frontend/menu-items.png) no-repeat -160px -60px;
	width: 102px;
}

a#menuvideo {
	background: url(../images/frontend/menu-items.png) no-repeat 0 -180px;
	width: 102px;
}

a#menusouteze {
	background: url(../images/frontend/menu-items.png) no-repeat -74px -120px;
	width: 102px;
}

a#menusnih {
	background: url(../images/frontend/menu-items.png) no-repeat -67px 0;
	width: 64px; /* odebran 1px */
}

a#menupocasi {
	background: url(../images/frontend/menu-items.png) no-repeat -89px -30px;
	width: 57px; /* odebran 1px */
}

a#menustrediska {
	background: url(../images/frontend/menu-items.png) no-repeat 0px -60px;
	width: 81px; /* ma byt 85 */
}

a#menu3dmapa {
	background: url(../images/frontend/menu-items.png) no-repeat 0 -120px;
	width: 71px; /* ma byt 73 */
}

a#menureporty {
	background: url(../images/frontend/menu-items.png) no-repeat -191px -180px;
	width: 71px; /* ma byt 72 */
}

a#menustrediskadrop {
	background: url(../images/frontend/menu-items.png) no-repeat -252px -30px;
	width: 27px;
}

a#menuwebkamery {
	background: url(../images/frontend/menu-items.png) no-repeat -178px -120px;
	width: 95px;
}

a#menulyze {
	background: url(../images/frontend/menu-items.png) no-repeat -104px -90px;
	width: 60px; /* odebran 1px */
}

a#menutesty {
	background: url(../images/frontend/menu-items.png) no-repeat -132px 0;
	width: 51px; /* odebran 1px */
}

a#menubazar {
	background: url(../images/frontend/menu-items.png) no-repeat -147px -30px;
	width: 76px; /* odebran 1px */
}

a#menurecenze {
	background: url(../images/frontend/menu-items.png) no-repeat -104px -180px;
	width: 87px;
}

a#menumarketdrop {
	background: url(../images/frontend/menu-items.png) no-repeat -266px -90px;
	width: 27px;
}

a#menujakvybrat {
	background: url(../images/frontend/menu-items.png) no-repeat 0px -150px;
	width: 235px;
}

a#menuadresar {
	background: url(../images/frontend/menu-items.png) no-repeat -152px -60px;
	width: 73px;
}

a#menueshop {
	background: url(../images/frontend/menu-items.png) no-repeat -184px 0;
	width: 88px; /* odebran 1px */
}

a#menucasopisy {
	background: url(../images/frontend/menu-items.png) no-repeat -165px -90px;
	width: 100px; /* odebran 1px */
}

/***********************************************/
/*********** CHROMESTYLE ***********************/
/***********************************************/
.chromestyle{
	width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	border-bottom-width:0;
	line-height:20px;
	margin-left:-20px;
	position:absolute;
	top:0;
	visibility:hidden;
	z-index:100;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-top: 1px solid #fff; /*THEME CHANGE HERE*/
	height: 30px;
	text-decoration: none;
}

.dropmenudiv a:hover {
	text-decoration: none;
}

.dropmenudiv a span {
	display: none;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

#dropmenu1 {
	background-color: #ff7300;
}

#dropmenu2 {
	background-color: #3399ff;
}
