@charset "utf-8";
/* CSS Document */

.menuItem01{
	width: 150px;
	height:25px;
	float: left;
	line-height: 25px;
	text-indent: 5px;
}

.menuItem01:hover{
	background-color: #d9602b;
}

/*prve menu URL*/
.menuItem01URL:link{
	color: #FFF;
	text-decoration: none;
}

.menuItem01URL:hover{
	color: #FFF;
	text-decoration: underline;
}

.menuItem01URL:active{
	color: #000;
	text-decoration: underline;
}

.menuItem01URL:visited{
	color: #FFF;
	text-decoration: none;
}

/*druhe menu URL*/
.menuItem02URL:link{
	color: #000;
	text-decoration: none;
}

.menuItem02URL:hover{
	color: #FFF;
	text-decoration: underline;
}

.menuItem02URL:active{
	color: #FFF;
	text-decoration: underline;
}

.menuItem02URL:visited{
	color: #000;
	text-decoration: none;
}