/* MENU GLÓWNE */
#Menu ul.menu, ul.menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	height:28px;
}

#Menu ul.menu {
	width: 200px;
	padding:0;
	height:28px;
}

#Menu ul.menu li {
	height:28px;
}

#Menu ul.menu a:link, ul.menu a:visited {
	background: url("../img/button/menu.gif") left top no-repeat;
	padding-left: 30px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #ffffff;
	height:28px;
}

#Menu ul.menu a:hover, .menuSel {
	background: url("../img/button/menuSel.gif") left top no-repeat;
	padding-left: 30px;
	height:28px;
	color: #e89f13;
}

/* KATEGORIE */
.mButton, A.mButton { 
background:url("../img/button/kategorie.gif") left top no-repeat;
width:220px;
height:26px;
margin:0;
padding:5px 0 0 30px;
display:block;
color:#ffffff;
text-decoration:none;
position:relative;
}

A:visited..mButton, A:active.mButton { 
background:url("../img/button/kategorie.gif") left top no-repeat;
width:220px;
height:26px;
margin:0;
padding:5px 0 0 30px;
display:block;
color:#303030;
text-decoration:none;
position:relative;
}

A:hover.mButton, .mButtonSel, A.mButtonSel { 
background:url("../img/button/kategorieSel.gif") left top no-repeat;
width:220px;
height:26px;
margin:0;
padding:5px 0 0 30px;
display:block;
color:#e89f13;
font-weight:normal;
text-decoration:none;
position:relative;
}

/* PODKATEGORIE */
.mSubButton, A.mSubButton { 
background:url("../img/button/kategorie.gif") left top no-repeat;
width:200px;
height:26px;
margin:0 0 0 20px;
padding:5px 0 0 30px;
display:block;
color:#ffffff;
text-decoration:none;
position:relative;
}

A:visited..mSubButton, A:active.mSubButton { 
background:url("../img/button/kategorie.gif") left top no-repeat;
width:200px;
height:26px;
margin:0 0 0 20px;
padding:5px 0 0 30px;
display:block;
color:#ffffff;
text-decoration:none;
position:relative;
}

A:hover.mSubButton, .mSubButtonSel, A.mSubButtonSel { 
background:url("../img/button/kategorieSel.gif") left top no-repeat;
width:200px;
height:26px;
margin:0 0 0 20px;
padding:5px 0 0 30px;
display:block;
color:#e89f13;
text-decoration:none;
position:relative;
}

/* MENU STOPKA */
#Stopka ul.menu, ul.menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	height:28px;
}

#Stopka ul.menu {
	width: 240px;
	padding:0;
	height:28px;
}

#Stopka ul.menu li {
	height:28px;
}

#Stopka ul.menu a:link, ul.menu a:visited {
	background: url("../img/button/menu.gif") left top no-repeat;
	padding-left: 30px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #ffffff;
	height:28px;
}

#Stopka ul.menu a:hover, .menuSel {
	background: url("../img/button/menuSel.gif") left top no-repeat;
	padding-left: 30px;
	height:28px;
	color: #e89f13;
}
