
#hlavni-menu{
	background-image:  url(../img/menu_back.gif);
	background-repeat: repeat-y;
	float: left;
	width: 181px;

	text-align: left;
	padding-bottom: 6px;

}
#hlavni-menu a{
	float: left;
	margin-left: 13px;
	text-decoration: none;
	font-size: 12px;
	width: 150px;
	color: black;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}

#hlavni-menu a:hover{
	text-decoration: underline;
}

#menu-dole{
	margin-left: 80px;
	margin-right: 40px;
}

.submenu {
	display: none;
	position: absolute;
	width: 180px;
	background: white;
	border: 1px solid gray;
	z-index: 5;
	list-style-image: none;
	list-style-type: none;

}

.submenu a {
	width: 180px;
}
