#menuitems {
	display: inline;
	background: none;
}
#topmenuitems {
	float:right;
	margin-right: 0px;
}
#topmenuitems ul {
	margin: 0px;
	display: inline;
	list-style : none;
}

#topmenuitems li {
float: left;
width: 88px;
height: 93px;
text-align: center;
background: silver;
color: gray;
}

#topmenuitems a {
height: 93px;
width: 88px;
margin: 0 0px;
display: block;
border: 0px solid gray;
text-decoration: none;
font-weight: normal;
color: darkblue;
background: gray;
background: rgb(227,217,201);
}

#topmenuitems a:hover {
background: green;
background: rgb(227,217,201);
border: 0px solid gray; 
font-weight: normal;
color: black;
text-decoration: none;
}

/*#topmenuitems #projekt a {
 background: url("/pictures/main/topmenu_projekt_off.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #projekt a:hover {
 background: url("/pictures/main/topmenu_projekt_on.jpg") no-repeat top left rgb(227,217,201);
}*/
/*
#topmenuitems #projekt #active {
 background: url("/pictures/main/topmenu_projekt_active.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #hodnoty a {
 background: url("/pictures/main/topmenu_hodnoty_off.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #hodnoty a:hover {
 background: url("/pictures/main/topmenu_hodnoty_on.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #hodnoty #active {
 background: url("/pictures/main/topmenu_hodnoty_active.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #diskuse a {
 background: url("/pictures/main/topmenu_diskuse_off.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #diskuse a:hover {
 background: url("/pictures/main/topmenu_diskuse_on.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #diskuse #active {
 background: url("/pictures/main/topmenu_diskuse_active.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #zeny a {
 background: url("/pictures/main/topmenu_zeny_off.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #zeny a:hover {
 background: url("/pictures/main/topmenu_zeny_on.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #zeny #active {
 background: url("/pictures/main/topmenu_zeny_active.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #rodice a {
 background: url("/pictures/main/topmenu_rodice_off.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #rodice a:hover {
 background: url("/pictures/main/topmenu_rodice_on.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #rodice #active {
 background: url("/pictures/main/topmenu_rodice_active.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #muzi a {
 background: url("/pictures/main/topmenu_muzi_off.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #muzi a:hover {
 background: url("/pictures/main/topmenu_muzi_on.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #muzi #active {
 background: url("/pictures/main/topmenu_muzi_active.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #otec a {
 background: url("/pictures/main/topmenu_otec_off.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #otec a:hover {
 background: url("/pictures/main/topmenu_otec_on.jpg") no-repeat top left rgb(227,217,201);
}

#topmenuitems #otec #active {
 background: url("/pictures/main/topmenu_otec_active.jpg") no-repeat top left rgb(227,217,201);
}*/
#topmenuitems {
	background: #fff;
}