#masthead{
	font-family: Arial,sans-serif;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 2%;
	width:100%;
	height:170px;	
}

#globalNav{
float:left;
position: relative;
width: 100%;
min-width: 640px;
height: 30px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../obrazky/glbnav_background.gif);
top:2px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: relative;
	top: 4px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	z-index: 100;	
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(../obrazky/glblnav_selected.gif);
	color:#000000;
	
}

.subglobalNav{
	position: absolute;
	top: 175px;
	left:10%;
	text-align:center;
	width: 80%;
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #000000;
	font: 14px bolder;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font: 15px;
	font-weight:bolder;
	color: #000000;
}

.subglobalNav a:hover{
	color: #OOO;
	font-size:150%;
}