/* lišta */
BODY {	font-family: 'verdana',Arial,serif;
		color:"#000099";
}
/* odkazy */
#menu {position: absolute; left: 0px; top: 0px; width: 673px;
	} 
#menu a:link, a:visited {
	float: left;
	display: block;
	padding-left: 17px;
	padding-right: 16px;
	padding-top: 7px;
	color: #000099;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #EBEBF7;
	border-right: 1px solid #EBEBF7;
	border-top: 1px solid  #EBEBF7;
	background-color: #B2B2E0; 
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 22px
		!IMPORTANT;height: 31px; padding-left: 14px;

	} 

#menu a:hover {
	background-color: #CCCDEB;
} 
#menu a:active {
		background-color: #EBEBF7;
	} 
