.menu { 
    border: solid;
	border-width:thin;
	border-color:#99CCCC;
    float: left; 
    margin-right: 2px;
	width:140px;
	background-color: #ffffff; 
	display:inline-block;
	font-family:Tahoma;
	font-size:12px;
	color: #990000;
} 

.menu a { 
    display: inline-block; 
    text-decoration: none; 
    color: #000000; 
    margin-right: 10px; 
	width:140px;
} 

.menu a:hover { 
    color: #FFFFFF; 
	background-color:#99CCCC;
	width:140px;
	}
	
.top {
	position:relative;
	width: 100%;
	margin: 0px;
	height: 50px;
	background-color: #666666;
	background-image:url(img/tlo_grad2.png);
	background-repeat:repeat-x;
	}
.menu1 {	
	position:absolute;
	width: 500px;
	height:auto;
	right: 10px;
	left:auto;
	}
.navi {
	position:relative;
	top:0px;
	width: 100%;
	height:400px;
	background-color:#999999;
	background-image:url(img/tlo_grad.png);
	background-repeat:repeat-x;
	}
.navi1 {
	position:relative;
	top:0px;
	width: 800px;
	height:400px;
	background-color:#999999;
	margin-left:auto;
	margin-right:auto;
	}
.container {
	position: relative;
	top:5px;
	width: 800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	}
.navi2 {
	position: relative;
	top: 0px;
	width: 180px;
	left: 0px;
	height: auto;
	background-color:#ffffff;
	}
.glowna {
	position: relative;
	top: 0px;
	width: 615px;
	height:auto;
	right: 0px;
	margin-left:185px;
	}

ul, ul li {
	display: block;
	list-style: none;
	margin:0;
	padding: 0;
}

ul {
	position: absolute;
	top: 4px;
	right: 20px;
}

ul li {
	float: left;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: transparent #000000 #000000 #000000;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 120px;
	text-align: center;
	padding: 5px 0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #def;
	border-top: 10px solid #333333;
}

ul a:hover {
	background-color: #000000;
	color: #fff;
	border-top: 20px solid #333333;
}
.stopka {
	position: relative;
	border: 1px solid #0099CC;
	background-color:#99CCFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: auto;
	margin-top: 10px;
	text-align:center;
	}

