@charset "utf-8";
/* CSS Document */
td.menuleft {
	width: 120px; height: 40px; 
	background-image: url(images/m_left.gif); background-repeat: no-repeat;
	border: 0; margin: 0; padding: 0;
}
td.menuright {
	width: 120px; height: 40px;
	background-image: url(images/m_right.gif); background-repeat: no-repeat;
	border: 0; margin: 0; padding: 0;
}
td.menu1,td.menu2,td.menu3,td.menu5 {
	width: 120px; height: 40px; background-repeat: no-repeat;
	border: 0; margin: 0; padding: 0;
	background-position: 0px -40px;
}
td.menu4 {
	width: 180px; height: 40px; background-repeat: no-repeat;
	border: 0; margin: 0; padding: 0;
	background-position: 0px -40px;
}
td.menu1, a.menu1 {
	/*background-image: url(images/m_omne.gif);*/
	background-image: url(images/m_uvod.gif);
}
td.menu2, a.menu2 {
	background-image: url(images/m_tvorba.gif);
}
td.menu3, a.menu3 {
	background-image: url(images/m_zajmy.gif);
}
td.menu4, a.menu4 {
	background-image: url(images/m_foto.gif);
}
td.menu5, a.menu5 {
	background-image: url(images/m_kontakt.gif);
}
a.menu1,a.menu2,a.menu3,a.menu5 {
	display: block; background-repeat: no-repeat; background-position: 0px 0px;
	width: 120px; height: 40px;
	border: 0; margin: 0; padding: 0;
	text-align: center;
}
a.menu4 {
	display: block; background-repeat: no-repeat; background-position: 0px 0px;
	width: 180px; height: 40px;
	border: 0; margin: 0; padding: 0;
	text-align: center;
}
a.menu1:hover,a.menu2:hover,a.menu3:hover,a.menu4:hover,a.menu5:hover {
	background-position: 0px -40px;
}

/******** pruh pod hlavním menu *********/
.nleft,.nright {
	width: 120px; height: 15px;
}
.nor {
	width: 120px; height: 15px; background: url(images/bg_bmenu2.jpg) top left repeat-x #777777;
}
.nor4 {
	width: 180px; height: 15px; background: url(images/bg_bmenu2.jpg) top left repeat-x #666666;
}
.ntransp {
	width: 120px; height: 15px;
}
.ntransp4 {
	width: 180px; height: 15px;
}
/*** submenu ***/
.vline {
	border-left: #FFF solid 1px;
}
.submenu {
	padding: 0 15px;
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #FFF;
}
a.submenu {
	color: #0033CC; font-weight: normal;
}
a.submenu:hover {
	color: #FFFFFF; font-weight: normal;
}

/**** spodni menu ****/
.spmenu {
	color: #FF9900;
	padding: 0 5px;
	letter-spacing: 0.1em;
}
a.spmenu {
	color: #FFF;
}
a.spmenu:hover {
	color: #FF9900;
}
a.odkaz {
	color: #0033CC; font-weight: bold;
}
a.odkaz:hover {
	color: #FF9900; font-weight: bold;
}
a {
	text-decoration: none;
}